Class RouterInputGrants

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.RouterInputGrants
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-31T10:49:55.213Z") @Stability(Experimental) public class RouterInputGrants extends software.amazon.jsii.JsiiObject
(experimental) Collection of grant methods for a IRouterInputRef.

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.*;
 IRouterInputRef routerInputRef;
 RouterInputGrants routerInputGrants = RouterInputGrants.fromRouterInput(routerInputRef);
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    RouterInputGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    RouterInputGrants(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    actions(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.
    (experimental) Creates grants for RouterInputGrants.
    protected IRouterInputRef
     
    (experimental) Grant permissions to restart this router input.
    start(IGrantable grantee)
    (experimental) Grant permissions to start this router input.
    stop(IGrantable grantee)
    (experimental) Grant permissions to stop this router input.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • RouterInputGrants

      protected RouterInputGrants(software.amazon.jsii.JsiiObjectRef objRef)
    • RouterInputGrants

      protected RouterInputGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • fromRouterInput

      @Stability(Experimental) @NotNull public static RouterInputGrants fromRouterInput(@NotNull IRouterInputRef resource)
      (experimental) Creates grants for RouterInputGrants.

      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.
    • restart

      @Stability(Experimental) @NotNull public Grant restart(@NotNull IGrantable grantee)
      (experimental) Grant permissions to restart this router input.

      Parameters:
      grantee - This parameter is required.
    • start

      @Stability(Experimental) @NotNull public Grant start(@NotNull IGrantable grantee)
      (experimental) Grant permissions to start this router input.

      Parameters:
      grantee - This parameter is required.
    • stop

      @Stability(Experimental) @NotNull public Grant stop(@NotNull IGrantable grantee)
      (experimental) Grant permissions to stop this router input.

      Parameters:
      grantee - This parameter is required.
    • getResource

      @Stability(Experimental) @NotNull protected IRouterInputRef getResource()