@Stability(value=Stable) @Internal public static final class CfnVirtualGatewayProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualGatewayProps
CfnVirtualGatewayProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnVirtualGatewayProps.Builder, CfnVirtualGatewayProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnVirtualGatewayProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVirtualGatewayProps.Builder . |
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(Object o) |
String |
getMeshName()
The name of the service mesh that the virtual gateway resides in.
|
String |
getMeshOwner()
The AWS IAM account ID of the service mesh owner.
|
Object |
getSpec()
The specifications of the virtual gateway.
|
List<CfnTag> |
getTags()
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
String |
getVirtualGatewayName()
The name of the virtual gateway.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(CfnVirtualGatewayProps.Builder builder)
CfnVirtualGatewayProps.Builder
.public final String getMeshName()
CfnVirtualGatewayProps
getMeshName
in interface CfnVirtualGatewayProps
public final Object getSpec()
CfnVirtualGatewayProps
getSpec
in interface CfnVirtualGatewayProps
public final String getMeshOwner()
CfnVirtualGatewayProps
If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes .
getMeshOwner
in interface CfnVirtualGatewayProps
public final List<CfnTag> getTags()
CfnVirtualGatewayProps
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 CfnVirtualGatewayProps
public final String getVirtualGatewayName()
CfnVirtualGatewayProps
getVirtualGatewayName
in interface CfnVirtualGatewayProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.