Interface CfnExperimentTemplate.OutputsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentTemplate.OutputsProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentTemplate
@Stability(Stable)
public static interface CfnExperimentTemplate.OutputsProperty
extends software.amazon.jsii.JsiiSerializable
Describes the output destinations of 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.*; OutputsProperty outputsProperty = OutputsProperty.builder() .experimentReportS3Configuration(ExperimentReportS3ConfigurationProperty.builder() .bucketName("bucketName") // the properties below are optional .prefix("prefix") .build()) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnExperimentTemplate.OutputsProperty
static final class
An implementation forCfnExperimentTemplate.OutputsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExperimentReportS3Configuration
The S3 destination for the experiment report.- See Also:
-
builder
-