Interface CfnPlan.ReportOutputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.ReportOutputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.ReportOutputConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for report output destinations used in a Region switch plan.
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.*;
ReportOutputConfigurationProperty reportOutputConfigurationProperty = ReportOutputConfigurationProperty.builder()
.s3Configuration(S3ReportOutputConfigurationProperty.builder()
.bucketOwner("bucketOwner")
.bucketPath("bucketPath")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlan.ReportOutputConfigurationPropertystatic final classAn implementation forCfnPlan.ReportOutputConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Configuration for delivering reports to an Amazon S3 bucket.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Configuration
Configuration for delivering reports to an Amazon S3 bucket.Returns union: either
IResolvableorCfnPlan.S3ReportOutputConfigurationProperty- See Also:
-
builder
-