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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnService.S3ReportOutputConfigurationPropertystatic final classAn implementation forCfnService.S3ReportOutputConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Account ID of the bucket owner.S3 bucket path where reports will be written.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
-