@Stability(value=Stable) @Internal public static final class CfnEventStreamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventStreamProps
CfnEventStreamPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEventStreamProps.Builder, CfnEventStreamProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEventStreamProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEventStreamProps.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 |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that you want to export data from.
|
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.
|
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() |
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(CfnEventStreamProps.Builder builder)
CfnEventStreamProps.Builder.public final String getApplicationId()
CfnEventStreamPropsgetApplicationId in interface CfnEventStreamPropspublic final 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 CfnEventStreamPropspublic final String getRoleArn()
CfnEventStreamPropsgetRoleArn in interface CfnEventStreamProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.