Class FlowGrants
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.FlowGrants
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:55.146Z")
@Stability(Experimental)
public class FlowGrants
extends software.amazon.jsii.JsiiObject
(experimental) Collection of grant methods for a IFlowRef.
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.mediaconnect.alpha.*; import software.amazon.awscdk.interfaces.mediaconnect.*; IFlowRef flowRef; FlowGrants flowGrants = FlowGrants.fromFlow(flowRef);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFlowGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedFlowGrants(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionactions(IGrantable grantee, List<String> actions) (experimental) Grant the given identity custom permissions.actions(IGrantable grantee, List<String> actions, PermissionsOptions options) (experimental) Grant the given identity custom permissions.static FlowGrants(experimental) Creates grants for FlowGrants.protected IFlowRefstart(IGrantable grantee) (experimental) Grant permissions to start this flow.stop(IGrantable grantee) (experimental) Grant permissions to stop this flow.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
-
FlowGrants
protected FlowGrants(software.amazon.jsii.JsiiObjectRef objRef) -
FlowGrants
protected FlowGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromFlow
(experimental) Creates grants for FlowGrants.- Parameters:
resource- This parameter is required.
-
actions
@Stability(Experimental) @NotNull public Grant actions(@NotNull IGrantable grantee, @NotNull List<String> actions, @Nullable PermissionsOptions options) (experimental) Grant the given identity custom permissions.- Parameters:
grantee- This parameter is required.actions- This parameter is required.options-
-
actions
@Stability(Experimental) @NotNull public Grant actions(@NotNull IGrantable grantee, @NotNull List<String> actions) (experimental) Grant the given identity custom permissions.- Parameters:
grantee- This parameter is required.actions- This parameter is required.
-
start
(experimental) Grant permissions to start this flow.- Parameters:
grantee- This parameter is required.
-
stop
(experimental) Grant permissions to stop this flow.- Parameters:
grantee- This parameter is required.
-
getResource
-