@Stability(value=Stable) public static final class CfnDeliveryStreamProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStreamProps>
CfnDeliveryStreamProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeliveryStreamProps.Builder amazonopensearchserviceDestinationConfiguration(CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty amazonopensearchserviceDestinationConfiguration)
amazonopensearchserviceDestinationConfiguration - The destination in Amazon OpenSearch Service.
You can specify only one destination.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder amazonopensearchserviceDestinationConfiguration(IResolvable amazonopensearchserviceDestinationConfiguration)
amazonopensearchserviceDestinationConfiguration - The destination in Amazon OpenSearch Service.
You can specify only one destination.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder deliveryStreamEncryptionConfigurationInput(CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty deliveryStreamEncryptionConfigurationInput)
CfnDeliveryStreamProps.getDeliveryStreamEncryptionConfigurationInput()deliveryStreamEncryptionConfigurationInput - Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder deliveryStreamEncryptionConfigurationInput(IResolvable deliveryStreamEncryptionConfigurationInput)
CfnDeliveryStreamProps.getDeliveryStreamEncryptionConfigurationInput()deliveryStreamEncryptionConfigurationInput - Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder deliveryStreamName(String deliveryStreamName)
CfnDeliveryStreamProps.getDeliveryStreamName()deliveryStreamName - The name of the delivery stream.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder deliveryStreamType(String deliveryStreamType)
CfnDeliveryStreamProps.getDeliveryStreamType()deliveryStreamType - The delivery stream type. This can be one of the following values:.
DirectPut : Provider applications access the delivery stream directly.KinesisStreamAsSource : The delivery stream uses a Kinesis data stream as a source.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder elasticsearchDestinationConfiguration(CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty elasticsearchDestinationConfiguration)
CfnDeliveryStreamProps.getElasticsearchDestinationConfiguration()elasticsearchDestinationConfiguration - An Amazon ES destination for the delivery stream.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder elasticsearchDestinationConfiguration(IResolvable elasticsearchDestinationConfiguration)
CfnDeliveryStreamProps.getElasticsearchDestinationConfiguration()elasticsearchDestinationConfiguration - An Amazon ES destination for the delivery stream.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder extendedS3DestinationConfiguration(CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty extendedS3DestinationConfiguration)
CfnDeliveryStreamProps.getExtendedS3DestinationConfiguration()extendedS3DestinationConfiguration - An Amazon S3 destination for the delivery stream.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder extendedS3DestinationConfiguration(IResolvable extendedS3DestinationConfiguration)
CfnDeliveryStreamProps.getExtendedS3DestinationConfiguration()extendedS3DestinationConfiguration - An Amazon S3 destination for the delivery stream.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder httpEndpointDestinationConfiguration(CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty httpEndpointDestinationConfiguration)
CfnDeliveryStreamProps.getHttpEndpointDestinationConfiguration()httpEndpointDestinationConfiguration - Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.
You can specify only one destination.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder httpEndpointDestinationConfiguration(IResolvable httpEndpointDestinationConfiguration)
CfnDeliveryStreamProps.getHttpEndpointDestinationConfiguration()httpEndpointDestinationConfiguration - Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.
You can specify only one destination.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder kinesisStreamSourceConfiguration(CfnDeliveryStream.KinesisStreamSourceConfigurationProperty kinesisStreamSourceConfiguration)
CfnDeliveryStreamProps.getKinesisStreamSourceConfiguration()kinesisStreamSourceConfiguration - 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.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder kinesisStreamSourceConfiguration(IResolvable kinesisStreamSourceConfiguration)
CfnDeliveryStreamProps.getKinesisStreamSourceConfiguration()kinesisStreamSourceConfiguration - 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.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder redshiftDestinationConfiguration(CfnDeliveryStream.RedshiftDestinationConfigurationProperty redshiftDestinationConfiguration)
CfnDeliveryStreamProps.getRedshiftDestinationConfiguration()redshiftDestinationConfiguration - An Amazon Redshift destination for the delivery stream.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder redshiftDestinationConfiguration(IResolvable redshiftDestinationConfiguration)
CfnDeliveryStreamProps.getRedshiftDestinationConfiguration()redshiftDestinationConfiguration - An Amazon Redshift destination for the delivery stream.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder s3DestinationConfiguration(CfnDeliveryStream.S3DestinationConfigurationProperty s3DestinationConfiguration)
CfnDeliveryStreamProps.getS3DestinationConfiguration()s3DestinationConfiguration - The `S3DestinationConfiguration` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder s3DestinationConfiguration(IResolvable s3DestinationConfiguration)
CfnDeliveryStreamProps.getS3DestinationConfiguration()s3DestinationConfiguration - The `S3DestinationConfiguration` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
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 .
this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder splunkDestinationConfiguration(CfnDeliveryStream.SplunkDestinationConfigurationProperty splunkDestinationConfiguration)
CfnDeliveryStreamProps.getSplunkDestinationConfiguration()splunkDestinationConfiguration - The configuration of a destination in Splunk for the delivery stream.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder splunkDestinationConfiguration(IResolvable splunkDestinationConfiguration)
CfnDeliveryStreamProps.getSplunkDestinationConfiguration()splunkDestinationConfiguration - The configuration of a destination in Splunk for the delivery stream.this@Stability(value=Stable) public CfnDeliveryStreamProps.Builder tags(List<? extends CfnTag> tags)
CfnDeliveryStreamProps.getTags()tags - A set of tags to assign to the delivery stream.
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.
this@Stability(value=Stable) public CfnDeliveryStreamProps build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStreamProps>CfnDeliveryStreamPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.