@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.591Z") @Stability(value=Stable) public interface VirtualServiceAttributes 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;
VirtualServiceAttributes virtualServiceAttributes = VirtualServiceAttributes.builder()
.mesh(mesh)
.virtualServiceName("virtualServiceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
VirtualServiceAttributes.Builder
A builder for
VirtualServiceAttributes |
static class |
VirtualServiceAttributes.Jsii$Proxy
An implementation for
VirtualServiceAttributes |
| Modifier and Type | Method and Description |
|---|---|
static VirtualServiceAttributes.Builder |
builder() |
IMesh |
getMesh()
The Mesh which the VirtualService belongs to.
|
String |
getVirtualServiceName()
The name of the VirtualService, it is recommended this follows the fully-qualified domain name format.
|
@Stability(value=Stable) @NotNull IMesh getMesh()
@Stability(value=Stable) @NotNull String getVirtualServiceName()
@Stability(value=Stable) static VirtualServiceAttributes.Builder builder()
VirtualServiceAttributes.Builder of VirtualServiceAttributesCopyright © 2022. All rights reserved.