public static final class CfnEventStreamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventStreamProps
CfnEventStreamProps
CfnEventStreamProps.Builder, CfnEventStreamProps.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 |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that you want to export data from.
|
java.lang.String |
getDestinationStreamArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream that you want to publish event data to.
|
java.lang.String |
getRoleArn()
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
|
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 getApplicationId()
CfnEventStreamProps
getApplicationId
in interface CfnEventStreamProps
public final java.lang.String getDestinationStreamArn()
CfnEventStreamProps
For a Kinesis data stream, the ARN format is: arn:aws:kinesis: region : account-id :stream/ stream_name
For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose: region : account-id :deliverystream/ stream_name
getDestinationStreamArn
in interface CfnEventStreamProps
public final java.lang.String getRoleArn()
CfnEventStreamProps
getRoleArn
in interface CfnEventStreamProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()