@Stability(value=Experimental) @Internal public static final class DeliveryStreamAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeliveryStreamAttributes
DeliveryStreamAttributessoftware.amazon.jsii.JsiiObject.InitializationModeDeliveryStreamAttributes.Builder, DeliveryStreamAttributes.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DeliveryStreamAttributes.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DeliveryStreamAttributes.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDeliveryStreamArn()
(experimental) The ARN of the delivery stream.
|
String |
getDeliveryStreamName()
(experimental) The name of the delivery stream.
|
IRole |
getRole()
(experimental) The IAM role associated with this delivery stream.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DeliveryStreamAttributes.Builder builder)
DeliveryStreamAttributes.Builder.public final String getDeliveryStreamArn()
DeliveryStreamAttributesAt least one of deliveryStreamArn and deliveryStreamName must be provided.
Default: - derived from `deliveryStreamName`.
getDeliveryStreamArn in interface DeliveryStreamAttributespublic final String getDeliveryStreamName()
DeliveryStreamAttributesAt least one of deliveryStreamName and deliveryStreamArn must be provided.
Default: - derived from `deliveryStreamArn`.
getDeliveryStreamName in interface DeliveryStreamAttributespublic final IRole getRole()
DeliveryStreamAttributesAssumed by Kinesis Data Firehose to read from sources and encrypt data server-side.
Default: - the imported stream cannot be granted access to other resources as an `iam.IGrantable`.
getRole in interface DeliveryStreamAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.