Interface CfnExperimentTemplate.ExperimentReportS3ConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentTemplate.ExperimentReportS3ConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentTemplate
@Stability(Stable)
public static interface CfnExperimentTemplate.ExperimentReportS3ConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The S3 destination for the experiment report.
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.fis.*; ExperimentReportS3ConfigurationProperty experimentReportS3ConfigurationProperty = ExperimentReportS3ConfigurationProperty.builder() .bucketName("bucketName") // the properties below are optional .prefix("prefix") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnExperimentTemplate.ExperimentReportS3ConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
The name of the S3 bucket where the experiment report will be stored.- See Also:
-
getPrefix
The prefix of the S3 bucket where the experiment report will be stored.- See Also:
-
builder
@Stability(Stable) static CfnExperimentTemplate.ExperimentReportS3ConfigurationProperty.Builder builder()
-