Interface CfnService.S3ReportOutputConfigurationProperty

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

@Stability(Stable) public static interface CfnService.S3ReportOutputConfigurationProperty extends software.amazon.jsii.JsiiSerializable
S3 configuration for report output.

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

See Also: