Class CfnExperimentTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentTemplateMixinProps
CfnExperimentTemplateMixinProps-
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.mixins.preview.services.fis.mixins.CfnExperimentTemplateMixinProps
CfnExperimentTemplateMixinProps.Builder, CfnExperimentTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentTemplateMixinProps.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 StringThe description for the experiment template.final ObjectThe experiment options for an experiment template.final ObjectDescribes the report configuration for the experiment template.final ObjectThe configuration for experiment logging.final StringThe Amazon Resource Name (ARN) of an IAM role.final ObjectThe stop conditions for the experiment.getTags()The tags for 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 theCfnExperimentTemplateMixinProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnExperimentTemplateMixinPropsThe actions for the experiment.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnExperimentTemplatePropsMixin.ExperimentTemplateActionProperty>- Specified by:
getActionsin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getDescription
Description copied from interface:CfnExperimentTemplateMixinPropsThe description for the experiment template.- Specified by:
getDescriptionin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getExperimentOptions
Description copied from interface:CfnExperimentTemplateMixinPropsThe experiment options for an experiment template.Returns union: either
IResolvableorCfnExperimentTemplatePropsMixin.ExperimentTemplateExperimentOptionsProperty- Specified by:
getExperimentOptionsin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getExperimentReportConfiguration
Description copied from interface:CfnExperimentTemplateMixinPropsDescribes the report configuration for the experiment template.Returns union: either
IResolvableorCfnExperimentTemplatePropsMixin.ExperimentTemplateExperimentReportConfigurationProperty- Specified by:
getExperimentReportConfigurationin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getLogConfiguration
Description copied from interface:CfnExperimentTemplateMixinPropsThe configuration for experiment logging.Returns union: either
IResolvableorCfnExperimentTemplatePropsMixin.ExperimentTemplateLogConfigurationProperty- Specified by:
getLogConfigurationin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnExperimentTemplateMixinPropsThe Amazon Resource Name (ARN) of an IAM role.- Specified by:
getRoleArnin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getStopConditions
Description copied from interface:CfnExperimentTemplateMixinPropsThe stop conditions for the experiment.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnExperimentTemplatePropsMixin.ExperimentTemplateStopConditionProperty>- Specified by:
getStopConditionsin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnExperimentTemplateMixinPropsThe tags for the experiment template.- Specified by:
getTagsin interfaceCfnExperimentTemplateMixinProps- See Also:
-
getTargets
Description copied from interface:CfnExperimentTemplateMixinPropsThe targets for the experiment.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnExperimentTemplatePropsMixin.ExperimentTemplateTargetProperty>- Specified by:
getTargetsin interfaceCfnExperimentTemplateMixinProps- See Also:
-
$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()
-