Interface CfnServicePropsMixin.S3ReportOutputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServicePropsMixin.S3ReportOutputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnServicePropsMixin
@Stability(Stable)
public static interface CfnServicePropsMixin.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.cfnpropertymixins.services.resiliencehubv2.*;
S3ReportOutputConfigurationProperty s3ReportOutputConfigurationProperty = S3ReportOutputConfigurationProperty.builder()
.bucketOwner("bucketOwner")
.bucketPath("bucketPath")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServicePropsMixin.S3ReportOutputConfigurationPropertystatic final classAn implementation forCfnServicePropsMixin.S3ReportOutputConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketOwner
Account ID of the bucket owner.- See Also:
-
getBucketPath
S3 bucket path where reports will be written.- See Also:
-
builder
@Stability(Stable) static CfnServicePropsMixin.S3ReportOutputConfigurationProperty.Builder builder()
-