Class CfnExperimentTemplate.ExperimentTemplateTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentTemplate.ExperimentTemplateTargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnExperimentTemplate.ExperimentTemplateTargetProperty
@Stability(Stable)
@Internal
public static final class CfnExperimentTemplate.ExperimentTemplateTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentTemplate.ExperimentTemplateTargetProperty
An implementation for
CfnExperimentTemplate.ExperimentTemplateTargetProperty-
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.CfnExperimentTemplate.ExperimentTemplateTargetProperty
CfnExperimentTemplate.ExperimentTemplateTargetProperty.Builder, CfnExperimentTemplate.ExperimentTemplateTargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentTemplate.ExperimentTemplateTargetProperty.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 filters to apply to identify target resources using specific attributes.final ObjectThe parameters for the resource type.The Amazon Resource Names (ARNs) of the resources.final ObjectThe tags for the target resources.final StringThe resource type.final StringScopes the identified resources to a specific count of the resources at random, or a percentage of the resources.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 theCfnExperimentTemplate.ExperimentTemplateTargetProperty.Builder.
-
-
Method Details
-
getResourceType
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe resource type.The resource type must be supported for the specified action.
- Specified by:
getResourceTypein interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getSelectionMode
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyScopes the identified resources to a specific count of the resources at random, or a percentage of the resources.All identified resources are included in the target.
- ALL - Run the action on all identified targets. This is the default.
- COUNT(n) - Run the action on the specified number of targets, chosen from the identified targets at random. For example, COUNT(1) selects one of the targets.
- PERCENT(n) - Run the action on the specified percentage of targets, chosen from the identified targets at random. For example, PERCENT(25) selects 25% of the targets.
- Specified by:
getSelectionModein interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getFilters
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe filters to apply to identify target resources using specific attributes.- Specified by:
getFiltersin interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getParameters
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe parameters for the resource type.- Specified by:
getParametersin interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getResourceArns
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe Amazon Resource Names (ARNs) of the resources.- Specified by:
getResourceArnsin interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getResourceTags
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe tags for the target resources.- Specified by:
getResourceTagsin interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
$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()
-