public static final class CfnAssociation.TargetProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssociation.TargetProperty
CfnAssociation.TargetProperty
CfnAssociation.TargetProperty.Builder, CfnAssociation.TargetProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey()
User-defined criteria for sending commands that target managed nodes that meet the criteria.
|
java.util.List<java.lang.String> |
getValues()
User-defined criteria that maps to `Key` .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKey()
CfnAssociation.TargetProperty
getKey
in interface CfnAssociation.TargetProperty
public final java.util.List<java.lang.String> getValues()
CfnAssociation.TargetProperty
For example, if you specified tag:ServerRole
, you could specify value:WebServer
to run a command on instances that include EC2 tags of ServerRole,WebServer
.
Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.
getValues
in interface CfnAssociation.TargetProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()