public static final class CfnMeshProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMeshProps
CfnMeshProps
CfnMeshProps.Builder, CfnMeshProps.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 |
getMeshName()
The name to use for the service mesh.
|
java.lang.Object |
getSpec()
The service mesh specification to apply.
|
java.util.List<CfnTag> |
getTags()
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
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 getMeshName()
CfnMeshProps
getMeshName
in interface CfnMeshProps
public final java.lang.Object getSpec()
CfnMeshProps
getSpec
in interface CfnMeshProps
public final java.util.List<CfnTag> getTags()
CfnMeshProps
Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
getTags
in interface CfnMeshProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()