public static final class CfnLaunchTemplate.TagSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchTemplate.TagSpecificationProperty
CfnLaunchTemplate.TagSpecificationProperty
CfnLaunchTemplate.TagSpecificationProperty.Builder, CfnLaunchTemplate.TagSpecificationProperty.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 |
getResourceType()
The type of resource to tag.
|
java.util.List<CfnTag> |
getTags()
The tags to apply to the resource.
|
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 getResourceType()
CfnLaunchTemplate.TagSpecificationProperty
The Valid Values
are all the resource types that can be tagged. However, when creating a launch template, you can specify tags for the following resource types only: instance
| volume
| elastic-gpu
| network-interface
| spot-instances-request
To tag a resource after it has been created, see CreateTags .
getResourceType
in interface CfnLaunchTemplate.TagSpecificationProperty
public final java.util.List<CfnTag> getTags()
CfnLaunchTemplate.TagSpecificationProperty
getTags
in interface CfnLaunchTemplate.TagSpecificationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()