@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.587Z") @Stability(value=Stable) public interface VirtualRouterAttributes 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;
VirtualRouterAttributes virtualRouterAttributes = VirtualRouterAttributes.builder()
.mesh(mesh)
.virtualRouterName("virtualRouterName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
VirtualRouterAttributes.Builder
A builder for
VirtualRouterAttributes |
static class |
VirtualRouterAttributes.Jsii$Proxy
An implementation for
VirtualRouterAttributes |
| Modifier and Type | Method and Description |
|---|---|
static VirtualRouterAttributes.Builder |
builder() |
IMesh |
getMesh()
The Mesh which the VirtualRouter belongs to.
|
String |
getVirtualRouterName()
The name of the VirtualRouter.
|
@Stability(value=Stable) @NotNull IMesh getMesh()
@Stability(value=Stable) @NotNull String getVirtualRouterName()
@Stability(value=Stable) static VirtualRouterAttributes.Builder builder()
VirtualRouterAttributes.Builder of VirtualRouterAttributesCopyright © 2022. All rights reserved.