Class VirtualGatewayGrants
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.VirtualGatewayGrants
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:14.515Z")
@Stability(Stable)
public class VirtualGatewayGrants
extends software.amazon.jsii.JsiiObject
Collection of grant methods for a IVirtualGatewayRef.
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.*; import software.amazon.awscdk.interfaces.appmesh.*; IVirtualGatewayRef virtualGatewayRef; VirtualGatewayGrants virtualGatewayGrants = VirtualGatewayGrants.fromVirtualGateway(virtualGatewayRef);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVirtualGatewayGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedVirtualGatewayGrants(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic VirtualGatewayGrantsfromVirtualGateway(IVirtualGatewayRef resource) Creates grants for VirtualGatewayGrants.protected IVirtualGatewayRefstreamAggregatedResources(IGrantable grantee) Grants the given entityappmesh:StreamAggregatedResources.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
VirtualGatewayGrants
protected VirtualGatewayGrants(software.amazon.jsii.JsiiObjectRef objRef) -
VirtualGatewayGrants
protected VirtualGatewayGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromVirtualGateway
@Stability(Stable) @NotNull public static VirtualGatewayGrants fromVirtualGateway(@NotNull IVirtualGatewayRef resource) Creates grants for VirtualGatewayGrants.- Parameters:
resource- This parameter is required.
-
streamAggregatedResources
Grants the given entityappmesh:StreamAggregatedResources.- Parameters:
grantee- This parameter is required.
-
getResource
-