public static interface CfnInfrastructureConfiguration.S3LogsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.*; S3LogsProperty s3LogsProperty = S3LogsProperty.builder() .s3BucketName("s3BucketName") .s3KeyPrefix("s3KeyPrefix") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInfrastructureConfiguration.S3LogsProperty.Builder
A builder for
CfnInfrastructureConfiguration.S3LogsProperty |
static class |
CfnInfrastructureConfiguration.S3LogsProperty.Jsii$Proxy
An implementation for
CfnInfrastructureConfiguration.S3LogsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInfrastructureConfiguration.S3LogsProperty.Builder |
builder() |
default java.lang.String |
getS3BucketName()
The S3 bucket in which to store the logs.
|
default java.lang.String |
getS3KeyPrefix()
The Amazon S3 path to the bucket where the logs are stored.
|
default java.lang.String getS3BucketName()
default java.lang.String getS3KeyPrefix()
static CfnInfrastructureConfiguration.S3LogsProperty.Builder builder()