Class CfnExperimentTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fis.CfnExperimentTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnExperimentTemplateProps
@Stability(Stable)
@Internal
public static final class CfnExperimentTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentTemplateProps
An implementation for
CfnExperimentTemplateProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.fis.CfnExperimentTemplateProps
CfnExperimentTemplateProps.Builder, CfnExperimentTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentTemplateProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe actions for the experiment.final StringA description for the experiment template.final ObjectThe configuration for experiment logging.final StringThe Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.final ObjectThe stop conditions.getTags()The tags to apply to the experiment template.final ObjectThe targets for the experiment.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnExperimentTemplateProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnExperimentTemplatePropsA description for the experiment template.- Specified by:
getDescriptionin interfaceCfnExperimentTemplateProps
-
getRoleArn
Description copied from interface:CfnExperimentTemplatePropsThe Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.- Specified by:
getRoleArnin interfaceCfnExperimentTemplateProps
-
getStopConditions
Description copied from interface:CfnExperimentTemplatePropsThe stop conditions.- Specified by:
getStopConditionsin interfaceCfnExperimentTemplateProps
-
getTags
Description copied from interface:CfnExperimentTemplatePropsThe tags to apply to the experiment template.- Specified by:
getTagsin interfaceCfnExperimentTemplateProps
-
getTargets
Description copied from interface:CfnExperimentTemplatePropsThe targets for the experiment.- Specified by:
getTargetsin interfaceCfnExperimentTemplateProps
-
getActions
Description copied from interface:CfnExperimentTemplatePropsThe actions for the experiment.- Specified by:
getActionsin interfaceCfnExperimentTemplateProps
-
getLogConfiguration
Description copied from interface:CfnExperimentTemplatePropsThe configuration for experiment logging.- Specified by:
getLogConfigurationin interfaceCfnExperimentTemplateProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-