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();