software.amazon.jsii.JsiiObject.InitializationMode
MeshProps.Builder, MeshProps.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.
|
protected |
Jsii$Proxy(MeshProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
MeshProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
MeshFilterType |
getEgressFilter()
Egress filter to be applied to the Mesh.
|
String |
getMeshName()
The name of the Mesh being defined.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(MeshProps.Builder builder)
MeshProps.Builder
.public final MeshFilterType getEgressFilter()
MeshProps
Default: DROP_ALL
getEgressFilter
in interface MeshProps
public final String getMeshName()
MeshProps
Default: - A name is automatically generated
getMeshName
in interface MeshProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.