Interface CfnInfrastructureConfiguration.S3LogsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInfrastructureConfiguration.S3LogsProperty.Jsii$Proxy
- Enclosing class:
CfnInfrastructureConfiguration
@Stability(Stable)
public static interface CfnInfrastructureConfiguration.S3LogsProperty
extends software.amazon.jsii.JsiiSerializable
Amazon S3 logging configuration.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnInfrastructureConfiguration.S3LogsProperty
static final class
An implementation forCfnInfrastructureConfiguration.S3LogsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3BucketName
The S3 bucket in which to store the logs. -
getS3KeyPrefix
The Amazon S3 path to the bucket where the logs are stored. -
builder
-