@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.684Z")
public interface VirtualGatewayAttributes
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appmesh.*; Mesh mesh; VirtualGatewayAttributes virtualGatewayAttributes = VirtualGatewayAttributes.builder() .mesh(mesh) .virtualGatewayName("virtualGatewayName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
VirtualGatewayAttributes.Builder
A builder for
VirtualGatewayAttributes |
static class |
VirtualGatewayAttributes.Jsii$Proxy
An implementation for
VirtualGatewayAttributes |
Modifier and Type | Method and Description |
---|---|
static VirtualGatewayAttributes.Builder |
builder() |
IMesh |
getMesh()
The Mesh that the VirtualGateway belongs to.
|
java.lang.String |
getVirtualGatewayName()
The name of the VirtualGateway.
|
IMesh getMesh()
java.lang.String getVirtualGatewayName()
static VirtualGatewayAttributes.Builder builder()
VirtualGatewayAttributes.Builder
of VirtualGatewayAttributes