@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.700Z")
public interface VirtualRouterAttributes
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.
|
java.lang.String |
getVirtualRouterName()
The name of the VirtualRouter.
|
IMesh getMesh()
java.lang.String getVirtualRouterName()
static VirtualRouterAttributes.Builder builder()
VirtualRouterAttributes.Builder
of VirtualRouterAttributes