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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fis.CfnExperimentTemplateProps
CfnExperimentTemplateProps.Builder, CfnExperimentTemplateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnExperimentTemplateProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The actions for the experiment.final String
The description for the experiment template.final Object
The experiment options for an experiment template.final Object
The configuration for experiment logging.final String
The Amazon Resource Name (ARN) of an IAM role.final Object
The stop conditions for the experiment.getTags()
The tags for the experiment template.final Object
The targets for the experiment.final int
hashCode()
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:CfnExperimentTemplateProps
The description for the experiment template.- Specified by:
getDescription
in interfaceCfnExperimentTemplateProps
- See Also:
-
getRoleArn
Description copied from interface:CfnExperimentTemplateProps
The Amazon Resource Name (ARN) of an IAM role.- Specified by:
getRoleArn
in interfaceCfnExperimentTemplateProps
- See Also:
-
getStopConditions
Description copied from interface:CfnExperimentTemplateProps
The stop conditions for the experiment.- Specified by:
getStopConditions
in interfaceCfnExperimentTemplateProps
- See Also:
-
getTargets
Description copied from interface:CfnExperimentTemplateProps
The targets for the experiment.- Specified by:
getTargets
in interfaceCfnExperimentTemplateProps
- See Also:
-
getActions
Description copied from interface:CfnExperimentTemplateProps
The actions for the experiment.- Specified by:
getActions
in interfaceCfnExperimentTemplateProps
- See Also:
-
getExperimentOptions
Description copied from interface:CfnExperimentTemplateProps
The experiment options for an experiment template.- Specified by:
getExperimentOptions
in interfaceCfnExperimentTemplateProps
- See Also:
-
getLogConfiguration
Description copied from interface:CfnExperimentTemplateProps
The configuration for experiment logging.- Specified by:
getLogConfiguration
in interfaceCfnExperimentTemplateProps
- See Also:
-
getTags
Description copied from interface:CfnExperimentTemplateProps
The tags for the experiment template.- Specified by:
getTags
in interfaceCfnExperimentTemplateProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-