@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.115Z") @Stability(value=Stable) public interface CfnExperimentTemplateProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnExperimentTemplateProps.Builder
A builder for
CfnExperimentTemplateProps |
static class |
CfnExperimentTemplateProps.Jsii$Proxy
An implementation for
CfnExperimentTemplateProps |
Modifier and Type | Method and Description |
---|---|
static CfnExperimentTemplateProps.Builder |
builder() |
default Object |
getActions()
`AWS::FIS::ExperimentTemplate.Actions`.
|
String |
getDescription()
`AWS::FIS::ExperimentTemplate.Description`.
|
String |
getRoleArn()
`AWS::FIS::ExperimentTemplate.RoleArn`.
|
Object |
getStopConditions()
`AWS::FIS::ExperimentTemplate.StopConditions`.
|
Map<String,String> |
getTags()
`AWS::FIS::ExperimentTemplate.Tags`.
|
Object |
getTargets()
`AWS::FIS::ExperimentTemplate.Targets`.
|
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull Object getStopConditions()
@Stability(value=Stable) @NotNull Map<String,String> getTags()
@Stability(value=Stable) @NotNull Object getTargets()
@Stability(value=Stable) @Nullable default Object getActions()
@Stability(value=Stable) static CfnExperimentTemplateProps.Builder builder()
CfnExperimentTemplateProps.Builder
of CfnExperimentTemplateProps
Copyright © 2021. All rights reserved.