Class VirtualNodeGrants
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.VirtualNodeGrants
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-02T21:55:04.550Z")
@Stability(Stable)
public class VirtualNodeGrants
extends software.amazon.jsii.JsiiObject
Collection of grant methods for a IVirtualNodeRef.
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.*; IVirtualNodeRef virtualNodeRef; VirtualNodeGrants virtualNodeGrants = VirtualNodeGrants.fromVirtualNode(virtualNodeRef);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVirtualNodeGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedVirtualNodeGrants(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionactions(IGrantable grantee, List<String> actions) Grant the given identity custom permissions.actions(IGrantable grantee, List<String> actions, PermissionsOptions options) Grant the given identity custom permissions.static VirtualNodeGrantsfromVirtualNode(IVirtualNodeRef resource) Creates grants for VirtualNodeGrants.protected IVirtualNodeRefstreamAggregatedResources(IGrantable grantee) Grants streamAggregatedResources permissions.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
-
VirtualNodeGrants
protected VirtualNodeGrants(software.amazon.jsii.JsiiObjectRef objRef) -
VirtualNodeGrants
protected VirtualNodeGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromVirtualNode
@Stability(Stable) @NotNull public static VirtualNodeGrants fromVirtualNode(@NotNull IVirtualNodeRef resource) Creates grants for VirtualNodeGrants.- Parameters:
resource- This parameter is required.
-
actions
@Stability(Stable) @NotNull public Grant actions(@NotNull IGrantable grantee, @NotNull List<String> actions, @Nullable PermissionsOptions options) Grant the given identity custom permissions.- Parameters:
grantee- This parameter is required.actions- This parameter is required.options-
-
actions
@Stability(Stable) @NotNull public Grant actions(@NotNull IGrantable grantee, @NotNull List<String> actions) Grant the given identity custom permissions.- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-
streamAggregatedResources
Grants streamAggregatedResources permissions.- Parameters:
grantee- This parameter is required.
-
getResource
-