@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.563Z") @Stability(value=Stable) public interface IVirtualNode extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVirtualNode.Jsii$Default
Internal default implementation for
IVirtualNode. |
static class |
IVirtualNode.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IMesh |
getMesh()
The Mesh which the VirtualNode belongs to.
|
String |
getVirtualNodeArn()
The Amazon Resource Name belonging to the VirtualNode.
|
String |
getVirtualNodeName()
The name of the VirtualNode.
|
Grant |
grantStreamAggregatedResources(IGrantable identity)
Grants the given entity `appmesh:StreamAggregatedResources`.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull IMesh getMesh()
@Stability(value=Stable) @NotNull String getVirtualNodeArn()
Set this value as the APPMESH_VIRTUAL_NODE_NAME environment variable for your task group's Envoy proxy container in your task definition or pod spec.
@Stability(value=Stable) @NotNull String getVirtualNodeName()
@Stability(value=Stable) @NotNull Grant grantStreamAggregatedResources(@NotNull IGrantable identity)
identity - This parameter is required.Copyright © 2022. All rights reserved.