public static final class CfnApplicationOutput.KinesisFirehoseOutputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationOutput.KinesisFirehoseOutputProperty
CfnApplicationOutput.KinesisFirehoseOutputProperty
CfnApplicationOutput.KinesisFirehoseOutputProperty.Builder, CfnApplicationOutput.KinesisFirehoseOutputProperty.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 |
getResourceArn()
ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
|
java.lang.String |
getRoleArn()
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
|
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 getResourceArn()
CfnApplicationOutput.KinesisFirehoseOutputProperty
getResourceArn
in interface CfnApplicationOutput.KinesisFirehoseOutputProperty
public final java.lang.String getRoleArn()
CfnApplicationOutput.KinesisFirehoseOutputProperty
You need to grant the necessary permissions to this role.
getRoleArn
in interface CfnApplicationOutput.KinesisFirehoseOutputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()