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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateTargetPropertyCfnExperimentTemplate.ExperimentTemplateTargetProperty.Builder, CfnExperimentTemplate.ExperimentTemplateTargetProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnExperimentTemplate.ExperimentTemplateTargetProperty.Builder.
 
- 
- 
Method Details- 
getResourceTypeDescription copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe resource type.The resource type must be supported for the specified action. - Specified by:
- getResourceTypein interface- CfnExperimentTemplate.ExperimentTemplateTargetProperty
 
- 
getSelectionModeDescription 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 interface- CfnExperimentTemplate.ExperimentTemplateTargetProperty
 
- 
getFiltersDescription copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe filters to apply to identify target resources using specific attributes.- Specified by:
- getFiltersin interface- CfnExperimentTemplate.ExperimentTemplateTargetProperty
 
- 
getParametersDescription copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe parameters for the resource type.- Specified by:
- getParametersin interface- CfnExperimentTemplate.ExperimentTemplateTargetProperty
 
- 
getResourceArnsDescription copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe Amazon Resource Names (ARNs) of the resources.- Specified by:
- getResourceArnsin interface- CfnExperimentTemplate.ExperimentTemplateTargetProperty
 
- 
getResourceTagsDescription copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetPropertyThe tags for the target resources.- Specified by:
- getResourceTagsin interface- CfnExperimentTemplate.ExperimentTemplateTargetProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-