Interface CfnPlan.S3ReportOutputConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlan.S3ReportOutputConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnPlan

@Stability(Stable) public static interface CfnPlan.S3ReportOutputConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for delivering generated reports to an Amazon S3 bucket.

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.arcregionswitch.*;
 S3ReportOutputConfigurationProperty s3ReportOutputConfigurationProperty = S3ReportOutputConfigurationProperty.builder()
         .bucketOwner("bucketOwner")
         .bucketPath("bucketPath")
         .build();
 

See Also: