@Stability(value=Stable) @Internal public static final class CfnDeliveryStreamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStreamProps
CfnDeliveryStreamPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeliveryStreamProps.Builder, CfnDeliveryStreamProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeliveryStreamProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDeliveryStreamProps.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) |
Object |
getAmazonopensearchserviceDestinationConfiguration()
The destination in Amazon OpenSearch Service.
|
Object |
getDeliveryStreamEncryptionConfigurationInput()
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
String |
getDeliveryStreamName()
The name of the delivery stream.
|
String |
getDeliveryStreamType()
The delivery stream type.
|
Object |
getElasticsearchDestinationConfiguration()
An Amazon ES destination for the delivery stream.
|
Object |
getExtendedS3DestinationConfiguration()
An Amazon S3 destination for the delivery stream.
|
Object |
getHttpEndpointDestinationConfiguration()
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.
|
Object |
getKinesisStreamSourceConfiguration()
When a Kinesis stream is used as the source for the delivery stream, a [KinesisStreamSourceConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html) containing the Kinesis stream ARN and the role ARN for the source stream.
|
Object |
getRedshiftDestinationConfiguration()
An Amazon Redshift destination for the delivery stream.
|
Object |
getS3DestinationConfiguration()
The `S3DestinationConfiguration` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
|
Object |
getSplunkDestinationConfiguration()
The configuration of a destination in Splunk for the delivery stream.
|
List<CfnTag> |
getTags()
A set of tags to assign to the 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(CfnDeliveryStreamProps.Builder builder)
CfnDeliveryStreamProps.Builder.public final Object getAmazonopensearchserviceDestinationConfiguration()
CfnDeliveryStreamPropsYou can specify only one destination.
getAmazonopensearchserviceDestinationConfiguration in interface CfnDeliveryStreamPropspublic final Object getDeliveryStreamEncryptionConfigurationInput()
CfnDeliveryStreamPropsgetDeliveryStreamEncryptionConfigurationInput in interface CfnDeliveryStreamPropspublic final String getDeliveryStreamName()
CfnDeliveryStreamPropsgetDeliveryStreamName in interface CfnDeliveryStreamPropspublic final String getDeliveryStreamType()
CfnDeliveryStreamProps
DirectPut : Provider applications access the delivery stream directly.KinesisStreamAsSource : The delivery stream uses a Kinesis data stream as a source.getDeliveryStreamType in interface CfnDeliveryStreamPropspublic final Object getElasticsearchDestinationConfiguration()
CfnDeliveryStreamPropsConditional. You must specify only one destination configuration.
If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires some interruptions .
getElasticsearchDestinationConfiguration in interface CfnDeliveryStreamPropspublic final Object getExtendedS3DestinationConfiguration()
CfnDeliveryStreamPropsConditional. You must specify only one destination configuration.
If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires some interruptions .
getExtendedS3DestinationConfiguration in interface CfnDeliveryStreamPropspublic final Object getHttpEndpointDestinationConfiguration()
CfnDeliveryStreamPropsYou can specify only one destination.
getHttpEndpointDestinationConfiguration in interface CfnDeliveryStreamPropspublic final Object getKinesisStreamSourceConfiguration()
CfnDeliveryStreamPropsgetKinesisStreamSourceConfiguration in interface CfnDeliveryStreamPropspublic final Object getRedshiftDestinationConfiguration()
CfnDeliveryStreamPropsConditional. You must specify only one destination configuration.
If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires some interruptions .
getRedshiftDestinationConfiguration in interface CfnDeliveryStreamPropspublic final Object getS3DestinationConfiguration()
CfnDeliveryStreamPropsConditional. You must specify only one destination configuration.
If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires some interruptions .
getS3DestinationConfiguration in interface CfnDeliveryStreamPropspublic final Object getSplunkDestinationConfiguration()
CfnDeliveryStreamPropsgetSplunkDestinationConfiguration in interface CfnDeliveryStreamPropspublic final List<CfnTag> getTags()
CfnDeliveryStreamPropsA tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
You can specify up to 50 tags when creating a delivery stream.
getTags in interface CfnDeliveryStreamProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.