@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.580Z") @Stability(value=Stable) public interface VirtualGatewayAttributes extends software.amazon.jsii.JsiiSerializable
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.
|
String |
getVirtualGatewayName()
The name of the VirtualGateway.
|
@Stability(value=Stable) @NotNull IMesh getMesh()
@Stability(value=Stable) @NotNull String getVirtualGatewayName()
@Stability(value=Stable) static VirtualGatewayAttributes.Builder builder()
VirtualGatewayAttributes.Builder of VirtualGatewayAttributesCopyright © 2022. All rights reserved.