public static final class CfnDeliveryStreamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStreamProps
CfnDeliveryStreamProps
CfnDeliveryStreamProps.Builder, CfnDeliveryStreamProps.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.Object |
getAmazonopensearchserviceDestinationConfiguration()
The destination in Amazon OpenSearch Service.
|
java.lang.Object |
getDeliveryStreamEncryptionConfigurationInput()
Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
java.lang.String |
getDeliveryStreamName()
The name of the delivery stream.
|
java.lang.String |
getDeliveryStreamType()
The delivery stream type.
|
java.lang.Object |
getElasticsearchDestinationConfiguration()
An Amazon ES destination for the delivery stream.
|
java.lang.Object |
getExtendedS3DestinationConfiguration()
An Amazon S3 destination for the delivery stream.
|
java.lang.Object |
getHttpEndpointDestinationConfiguration()
Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.
|
java.lang.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.
|
java.lang.Object |
getRedshiftDestinationConfiguration()
An Amazon Redshift destination for the delivery stream.
|
java.lang.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.
|
java.lang.Object |
getSplunkDestinationConfiguration()
The configuration of a destination in Splunk for the delivery stream.
|
java.util.List<CfnTag> |
getTags()
A set of tags to assign to the 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.Object getAmazonopensearchserviceDestinationConfiguration()
CfnDeliveryStreamProps
You can specify only one destination.
getAmazonopensearchserviceDestinationConfiguration
in interface CfnDeliveryStreamProps
public final java.lang.Object getDeliveryStreamEncryptionConfigurationInput()
CfnDeliveryStreamProps
getDeliveryStreamEncryptionConfigurationInput
in interface CfnDeliveryStreamProps
public final java.lang.String getDeliveryStreamName()
CfnDeliveryStreamProps
getDeliveryStreamName
in interface CfnDeliveryStreamProps
public final java.lang.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 CfnDeliveryStreamProps
public final java.lang.Object getElasticsearchDestinationConfiguration()
CfnDeliveryStreamProps
Conditional. 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 CfnDeliveryStreamProps
public final java.lang.Object getExtendedS3DestinationConfiguration()
CfnDeliveryStreamProps
Conditional. 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 CfnDeliveryStreamProps
public final java.lang.Object getHttpEndpointDestinationConfiguration()
CfnDeliveryStreamProps
You can specify only one destination.
getHttpEndpointDestinationConfiguration
in interface CfnDeliveryStreamProps
public final java.lang.Object getKinesisStreamSourceConfiguration()
CfnDeliveryStreamProps
getKinesisStreamSourceConfiguration
in interface CfnDeliveryStreamProps
public final java.lang.Object getRedshiftDestinationConfiguration()
CfnDeliveryStreamProps
Conditional. 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 CfnDeliveryStreamProps
public final java.lang.Object getS3DestinationConfiguration()
CfnDeliveryStreamProps
Conditional. 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 CfnDeliveryStreamProps
public final java.lang.Object getSplunkDestinationConfiguration()
CfnDeliveryStreamProps
getSplunkDestinationConfiguration
in interface CfnDeliveryStreamProps
public final java.util.List<CfnTag> getTags()
CfnDeliveryStreamProps
A 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()