TagProps.Builder, TagProps.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.Boolean |
getApplyToLaunchedInstances()
Whether the tag should be applied to instances in an AutoScalingGroup.
|
java.util.List<java.lang.String> |
getExcludeResourceTypes()
An array of Resource Types that will not receive this tag.
|
java.util.List<java.lang.String> |
getIncludeResourceTypes()
An array of Resource Types that will receive this tag.
|
java.lang.Number |
getPriority()
Priority of the tag operation.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getApplyToLaunchedInstances()
TagProps
Default: true
getApplyToLaunchedInstances
in interface TagProps
public final java.util.List<java.lang.String> getExcludeResourceTypes()
TagProps
An empty array will allow this tag to be applied to all resources. A non-empty array will apply this tag only if the Resource type is not in this array.
Default: []
getExcludeResourceTypes
in interface TagProps
public final java.util.List<java.lang.String> getIncludeResourceTypes()
TagProps
An empty array will match any Resource. A non-empty array will apply this tag only to Resource types that are included in this array.
Default: []
getIncludeResourceTypes
in interface TagProps
public final java.lang.Number getPriority()
TagProps
Higher or equal priority tags will take precedence.
Setting priority will enable the user to control tags when they need to not follow the default precedence pattern of last applied and closest to the construct in the tree.
Default: Default priorities:
- 100 for SetTag
- 200 for RemoveTag
- 50 for tags added directly to CloudFormation resources
getPriority
in interface TagProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()