Class DeliveryStreamGrants
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.DeliveryStreamGrants
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:24.053Z")
@Stability(Stable)
public class DeliveryStreamGrants
extends software.amazon.jsii.JsiiObject
Collection of grant methods for a IDeliveryStreamRef.
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.kinesisfirehose.*; import software.amazon.awscdk.interfaces.kinesisfirehose.*; IDeliveryStreamRef deliveryStreamRef; DeliveryStreamGrants deliveryStreamGrants = DeliveryStreamGrants.fromDeliveryStream(deliveryStreamRef);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeliveryStreamGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedDeliveryStreamGrants(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryStreamGrantsfromDeliveryStream(IDeliveryStreamRef resource) Creates grants for DeliveryStreamGrants.protected IDeliveryStreamRefputRecords(IGrantable grantee) Grant thegranteeidentity permissions to performactions.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
-
DeliveryStreamGrants
protected DeliveryStreamGrants(software.amazon.jsii.JsiiObjectRef objRef) -
DeliveryStreamGrants
protected DeliveryStreamGrants(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromDeliveryStream
@Stability(Stable) @NotNull public static DeliveryStreamGrants fromDeliveryStream(@NotNull IDeliveryStreamRef resource) Creates grants for DeliveryStreamGrants.- Parameters:
resource- This parameter is required.
-
putRecords
Grant thegranteeidentity permissions to performactions.- Parameters:
grantee- This parameter is required.
-
getResource
-