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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateTargetProperty
CfnExperimentTemplate.ExperimentTemplateTargetProperty.Builder, CfnExperimentTemplate.ExperimentTemplateTargetProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnExperimentTemplate.ExperimentTemplateTargetProperty.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 filters to apply to identify target resources using specific attributes.final Object
The parameters for the resource type.The Amazon Resource Names (ARNs) of the resources.final Object
The tags for the target resources.final String
The resource type.final String
Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources.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 theCfnExperimentTemplate.ExperimentTemplateTargetProperty.Builder
.
-
-
Method Details
-
getResourceType
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetProperty
The resource type.The resource type must be supported for the specified action.
- Specified by:
getResourceType
in interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getSelectionMode
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetProperty
Scopes 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:
getSelectionMode
in interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getFilters
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetProperty
The filters to apply to identify target resources using specific attributes.- Specified by:
getFilters
in interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getParameters
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetProperty
The parameters for the resource type.- Specified by:
getParameters
in interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getResourceArns
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetProperty
The Amazon Resource Names (ARNs) of the resources.- Specified by:
getResourceArns
in interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
getResourceTags
Description copied from interface:CfnExperimentTemplate.ExperimentTemplateTargetProperty
The tags for the target resources.- Specified by:
getResourceTags
in interfaceCfnExperimentTemplate.ExperimentTemplateTargetProperty
-
$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()
-