public static final class DeliveryStreamAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeliveryStreamAttributes
DeliveryStreamAttributes
DeliveryStreamAttributes.Builder, DeliveryStreamAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDeliveryStreamArn()
(experimental) The ARN of the delivery stream.
|
java.lang.String |
getDeliveryStreamName()
(experimental) The name of the delivery stream.
|
IRole |
getRole()
(experimental) The IAM role associated with this delivery stream.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDeliveryStreamArn()
DeliveryStreamAttributes
At least one of deliveryStreamArn and deliveryStreamName must be provided.
Default: - derived from `deliveryStreamName`.
getDeliveryStreamArn
in interface DeliveryStreamAttributes
public final java.lang.String getDeliveryStreamName()
DeliveryStreamAttributes
At least one of deliveryStreamName and deliveryStreamArn must be provided.
Default: - derived from `deliveryStreamArn`.
getDeliveryStreamName
in interface DeliveryStreamAttributes
public final IRole getRole()
DeliveryStreamAttributes
Assumed 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()