Interface IVirtualGateway.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IVirtualGateway,IVirtualGatewayRef,IVirtualGatewayRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IVirtualGateway.Jsii$Proxy
- Enclosing interface:
IVirtualGateway
@Internal
public static interface IVirtualGateway.Jsii$Default
extends IVirtualGateway, IResource.Jsii$Default, IVirtualGatewayRef.Jsii$Default
Internal default implementation for
IVirtualGateway.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.IVirtualGateway
IVirtualGateway.Jsii$Default, IVirtualGateway.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.appmesh.IVirtualGatewayRef
IVirtualGatewayRef.Jsii$Default, IVirtualGatewayRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault GatewayRouteaddGatewayRoute(String id, GatewayRouteBaseProps route) Utility method to add a new GatewayRoute to the VirtualGateway.default IMeshgetMesh()The Mesh which the VirtualGateway belongs to.default StringThe Amazon Resource Name (ARN) for the VirtualGateway.default StringName of the VirtualGateway.default GrantgrantStreamAggregatedResources(IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.appmesh.IVirtualGatewayRef.Jsii$Default
getVirtualGatewayRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMesh
The Mesh which the VirtualGateway belongs to.- Specified by:
getMeshin interfaceIVirtualGateway
-
getVirtualGatewayArn
The Amazon Resource Name (ARN) for the VirtualGateway.- Specified by:
getVirtualGatewayArnin interfaceIVirtualGateway
-
getVirtualGatewayName
Name of the VirtualGateway.- Specified by:
getVirtualGatewayNamein interfaceIVirtualGateway
-
addGatewayRoute
@Stability(Stable) @NotNull default GatewayRoute addGatewayRoute(@NotNull String id, @NotNull GatewayRouteBaseProps route) Utility method to add a new GatewayRoute to the VirtualGateway.- Specified by:
addGatewayRoutein interfaceIVirtualGateway- Parameters:
id- This parameter is required.route- This parameter is required.
-
grantStreamAggregatedResources
@Stability(Stable) @NotNull default Grant grantStreamAggregatedResources(@NotNull IGrantable identity) Grants the given entityappmesh:StreamAggregatedResources.[disable-awslint:no-grants]
- Specified by:
grantStreamAggregatedResourcesin interfaceIVirtualGateway- Parameters:
identity- This parameter is required.
-