Class CfnDeliveryStreamPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin>
- Enclosing class:
CfnDeliveryStreamPropsMixin
CfnDeliveryStreamPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionamazonOpenSearchServerlessDestinationConfiguration(CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessDestinationConfigurationProperty amazonOpenSearchServerlessDestinationConfiguration) Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.amazonOpenSearchServerlessDestinationConfiguration(IResolvable amazonOpenSearchServerlessDestinationConfiguration) Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.amazonopensearchserviceDestinationConfiguration(CfnDeliveryStreamPropsMixin.AmazonopensearchserviceDestinationConfigurationProperty amazonopensearchserviceDestinationConfiguration) The destination in Amazon OpenSearch Service.amazonopensearchserviceDestinationConfiguration(IResolvable amazonopensearchserviceDestinationConfiguration) The destination in Amazon OpenSearch Service.build()create()create(CfnPropertyMixinOptions options) databaseSourceConfiguration(CfnDeliveryStreamPropsMixin.DatabaseSourceConfigurationProperty databaseSourceConfiguration) The top level object for configuring streams with database as a source.databaseSourceConfiguration(IResolvable databaseSourceConfiguration) The top level object for configuring streams with database as a source.deliveryStreamEncryptionConfigurationInput(CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty deliveryStreamEncryptionConfigurationInput) Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).deliveryStreamEncryptionConfigurationInput(IResolvable deliveryStreamEncryptionConfigurationInput) Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).deliveryStreamName(String deliveryStreamName) The name of the Firehose stream.deliveryStreamName(IStreamRef deliveryStreamName) The name of the Firehose stream.deliveryStreamType(String deliveryStreamType) The Firehose stream type.directPutSourceConfiguration(CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty directPutSourceConfiguration) The structure that configures parameters such asThroughputHintInMBsfor a stream configured with Direct PUT as a source.directPutSourceConfiguration(IResolvable directPutSourceConfiguration) The structure that configures parameters such asThroughputHintInMBsfor a stream configured with Direct PUT as a source.elasticsearchDestinationConfiguration(CfnDeliveryStreamPropsMixin.ElasticsearchDestinationConfigurationProperty elasticsearchDestinationConfiguration) An Amazon ES destination for the delivery stream.elasticsearchDestinationConfiguration(IResolvable elasticsearchDestinationConfiguration) An Amazon ES destination for the delivery stream.extendedS3DestinationConfiguration(CfnDeliveryStreamPropsMixin.ExtendedS3DestinationConfigurationProperty extendedS3DestinationConfiguration) An Amazon S3 destination for the delivery stream.extendedS3DestinationConfiguration(IResolvable extendedS3DestinationConfiguration) An Amazon S3 destination for the delivery stream.httpEndpointDestinationConfiguration(CfnDeliveryStreamPropsMixin.HttpEndpointDestinationConfigurationProperty httpEndpointDestinationConfiguration) Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.httpEndpointDestinationConfiguration(IResolvable httpEndpointDestinationConfiguration) Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.icebergDestinationConfiguration(CfnDeliveryStreamPropsMixin.IcebergDestinationConfigurationProperty icebergDestinationConfiguration) Specifies the destination configure settings for Apache Iceberg Table.icebergDestinationConfiguration(IResolvable icebergDestinationConfiguration) Specifies the destination configure settings for Apache Iceberg Table.kinesisStreamSourceConfiguration(CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty kinesisStreamSourceConfiguration) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.kinesisStreamSourceConfiguration(IResolvable kinesisStreamSourceConfiguration) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.mskSourceConfiguration(CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty mskSourceConfiguration) The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.mskSourceConfiguration(IResolvable mskSourceConfiguration) The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.redshiftDestinationConfiguration(CfnDeliveryStreamPropsMixin.RedshiftDestinationConfigurationProperty redshiftDestinationConfiguration) An Amazon Redshift destination for the delivery stream.redshiftDestinationConfiguration(IResolvable redshiftDestinationConfiguration) An Amazon Redshift destination for the delivery stream.s3DestinationConfiguration(CfnDeliveryStreamPropsMixin.S3DestinationConfigurationProperty s3DestinationConfiguration) TheS3DestinationConfigurationproperty type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.s3DestinationConfiguration(IResolvable s3DestinationConfiguration) TheS3DestinationConfigurationproperty type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.snowflakeDestinationConfiguration(CfnDeliveryStreamPropsMixin.SnowflakeDestinationConfigurationProperty snowflakeDestinationConfiguration) Configure Snowflake destination.snowflakeDestinationConfiguration(IResolvable snowflakeDestinationConfiguration) Configure Snowflake destination.splunkDestinationConfiguration(CfnDeliveryStreamPropsMixin.SplunkDestinationConfigurationProperty splunkDestinationConfiguration) The configuration of a destination in Splunk for the delivery stream.splunkDestinationConfiguration(IResolvable splunkDestinationConfiguration) The configuration of a destination in Splunk for the delivery stream.A set of tags to assign to the Firehose stream.
-
Method Details
-
create
@Stability(Stable) public static CfnDeliveryStreamPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.Builder.
-
amazonOpenSearchServerlessDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder amazonOpenSearchServerlessDestinationConfiguration(IResolvable amazonOpenSearchServerlessDestinationConfiguration) Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.- Parameters:
amazonOpenSearchServerlessDestinationConfiguration- Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service. This parameter is required.- Returns:
this- See Also:
-
amazonOpenSearchServerlessDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder amazonOpenSearchServerlessDestinationConfiguration(CfnDeliveryStreamPropsMixin.AmazonOpenSearchServerlessDestinationConfigurationProperty amazonOpenSearchServerlessDestinationConfiguration) Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.- Parameters:
amazonOpenSearchServerlessDestinationConfiguration- Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service. This parameter is required.- Returns:
this- See Also:
-
amazonopensearchserviceDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder amazonopensearchserviceDestinationConfiguration(IResolvable amazonopensearchserviceDestinationConfiguration) The destination in Amazon OpenSearch Service.You can specify only one destination.
- Parameters:
amazonopensearchserviceDestinationConfiguration- The destination in Amazon OpenSearch Service. This parameter is required.- Returns:
this- See Also:
-
amazonopensearchserviceDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder amazonopensearchserviceDestinationConfiguration(CfnDeliveryStreamPropsMixin.AmazonopensearchserviceDestinationConfigurationProperty amazonopensearchserviceDestinationConfiguration) The destination in Amazon OpenSearch Service.You can specify only one destination.
- Parameters:
amazonopensearchserviceDestinationConfiguration- The destination in Amazon OpenSearch Service. This parameter is required.- Returns:
this- See Also:
-
databaseSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder databaseSourceConfiguration(IResolvable databaseSourceConfiguration) The top level object for configuring streams with database as a source.Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
databaseSourceConfiguration- The top level object for configuring streams with database as a source. This parameter is required.- Returns:
this- See Also:
-
databaseSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder databaseSourceConfiguration(CfnDeliveryStreamPropsMixin.DatabaseSourceConfigurationProperty databaseSourceConfiguration) The top level object for configuring streams with database as a source.Amazon Data Firehose is in preview release and is subject to change.
- Parameters:
databaseSourceConfiguration- The top level object for configuring streams with database as a source. This parameter is required.- Returns:
this- See Also:
-
deliveryStreamEncryptionConfigurationInput
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder deliveryStreamEncryptionConfigurationInput(IResolvable deliveryStreamEncryptionConfigurationInput) Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).- Parameters:
deliveryStreamEncryptionConfigurationInput- Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE). This parameter is required.- Returns:
this- See Also:
-
deliveryStreamEncryptionConfigurationInput
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder deliveryStreamEncryptionConfigurationInput(CfnDeliveryStreamPropsMixin.DeliveryStreamEncryptionConfigurationInputProperty deliveryStreamEncryptionConfigurationInput) Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).- Parameters:
deliveryStreamEncryptionConfigurationInput- Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE). This parameter is required.- Returns:
this- See Also:
-
deliveryStreamName
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder deliveryStreamName(String deliveryStreamName) The name of the Firehose stream.- Parameters:
deliveryStreamName- The name of the Firehose stream. This parameter is required.- Returns:
this- See Also:
-
deliveryStreamName
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder deliveryStreamName(IStreamRef deliveryStreamName) The name of the Firehose stream.- Parameters:
deliveryStreamName- The name of the Firehose stream. This parameter is required.- Returns:
this- See Also:
-
deliveryStreamType
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder deliveryStreamType(String deliveryStreamType) The Firehose stream type. This can be one of the following values:.DirectPut: Provider applications access the Firehose stream directly.KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.
- Parameters:
deliveryStreamType- The Firehose stream type. This can be one of the following values:. This parameter is required.- Returns:
this- See Also:
-
directPutSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder directPutSourceConfiguration(IResolvable directPutSourceConfiguration) The structure that configures parameters such asThroughputHintInMBsfor a stream configured with Direct PUT as a source.- Parameters:
directPutSourceConfiguration- The structure that configures parameters such asThroughputHintInMBsfor a stream configured with Direct PUT as a source. This parameter is required.- Returns:
this- See Also:
-
directPutSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder directPutSourceConfiguration(CfnDeliveryStreamPropsMixin.DirectPutSourceConfigurationProperty directPutSourceConfiguration) The structure that configures parameters such asThroughputHintInMBsfor a stream configured with Direct PUT as a source.- Parameters:
directPutSourceConfiguration- The structure that configures parameters such asThroughputHintInMBsfor a stream configured with Direct PUT as a source. This parameter is required.- Returns:
this- See Also:
-
elasticsearchDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder elasticsearchDestinationConfiguration(IResolvable 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 .
- Parameters:
elasticsearchDestinationConfiguration- An Amazon ES destination for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
elasticsearchDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder elasticsearchDestinationConfiguration(CfnDeliveryStreamPropsMixin.ElasticsearchDestinationConfigurationProperty 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 .
- Parameters:
elasticsearchDestinationConfiguration- An Amazon ES destination for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
extendedS3DestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder extendedS3DestinationConfiguration(IResolvable 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 .
- Parameters:
extendedS3DestinationConfiguration- An Amazon S3 destination for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
extendedS3DestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder extendedS3DestinationConfiguration(CfnDeliveryStreamPropsMixin.ExtendedS3DestinationConfigurationProperty 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 .
- Parameters:
extendedS3DestinationConfiguration- An Amazon S3 destination for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
httpEndpointDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder httpEndpointDestinationConfiguration(IResolvable httpEndpointDestinationConfiguration) Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.You can specify only one destination.
- Parameters:
httpEndpointDestinationConfiguration- Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. This parameter is required.- Returns:
this- See Also:
-
httpEndpointDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder httpEndpointDestinationConfiguration(CfnDeliveryStreamPropsMixin.HttpEndpointDestinationConfigurationProperty httpEndpointDestinationConfiguration) Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.You can specify only one destination.
- Parameters:
httpEndpointDestinationConfiguration- Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. This parameter is required.- Returns:
this- See Also:
-
icebergDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder icebergDestinationConfiguration(IResolvable icebergDestinationConfiguration) Specifies the destination configure settings for Apache Iceberg Table.- Parameters:
icebergDestinationConfiguration- Specifies the destination configure settings for Apache Iceberg Table. This parameter is required.- Returns:
this- See Also:
-
icebergDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder icebergDestinationConfiguration(CfnDeliveryStreamPropsMixin.IcebergDestinationConfigurationProperty icebergDestinationConfiguration) Specifies the destination configure settings for Apache Iceberg Table.- Parameters:
icebergDestinationConfiguration- Specifies the destination configure settings for Apache Iceberg Table. This parameter is required.- Returns:
this- See Also:
-
kinesisStreamSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder kinesisStreamSourceConfiguration(IResolvable kinesisStreamSourceConfiguration) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.- Parameters:
kinesisStreamSourceConfiguration- When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream. This parameter is required.- Returns:
this- See Also:
-
kinesisStreamSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder kinesisStreamSourceConfiguration(CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty kinesisStreamSourceConfiguration) When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream.- Parameters:
kinesisStreamSourceConfiguration- When a Kinesis stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis stream ARN and the role ARN for the source stream. This parameter is required.- Returns:
this- See Also:
-
mskSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder mskSourceConfiguration(IResolvable mskSourceConfiguration) The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.- Parameters:
mskSourceConfiguration- The configuration for the Amazon MSK cluster to be used as the source for a delivery stream. This parameter is required.- Returns:
this- See Also:
-
mskSourceConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder mskSourceConfiguration(CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty mskSourceConfiguration) The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.- Parameters:
mskSourceConfiguration- The configuration for the Amazon MSK cluster to be used as the source for a delivery stream. This parameter is required.- Returns:
this- See Also:
-
redshiftDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder redshiftDestinationConfiguration(IResolvable 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 .
- Parameters:
redshiftDestinationConfiguration- An Amazon Redshift destination for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
redshiftDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder redshiftDestinationConfiguration(CfnDeliveryStreamPropsMixin.RedshiftDestinationConfigurationProperty 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 .
- Parameters:
redshiftDestinationConfiguration- An Amazon Redshift destination for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
s3DestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder s3DestinationConfiguration(IResolvable s3DestinationConfiguration) TheS3DestinationConfigurationproperty 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 .
- Parameters:
s3DestinationConfiguration- TheS3DestinationConfigurationproperty type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. This parameter is required.- Returns:
this- See Also:
-
s3DestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder s3DestinationConfiguration(CfnDeliveryStreamPropsMixin.S3DestinationConfigurationProperty s3DestinationConfiguration) TheS3DestinationConfigurationproperty 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 .
- Parameters:
s3DestinationConfiguration- TheS3DestinationConfigurationproperty type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. This parameter is required.- Returns:
this- See Also:
-
snowflakeDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder snowflakeDestinationConfiguration(IResolvable snowflakeDestinationConfiguration) Configure Snowflake destination.- Parameters:
snowflakeDestinationConfiguration- Configure Snowflake destination. This parameter is required.- Returns:
this- See Also:
-
snowflakeDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder snowflakeDestinationConfiguration(CfnDeliveryStreamPropsMixin.SnowflakeDestinationConfigurationProperty snowflakeDestinationConfiguration) Configure Snowflake destination.- Parameters:
snowflakeDestinationConfiguration- Configure Snowflake destination. This parameter is required.- Returns:
this- See Also:
-
splunkDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder splunkDestinationConfiguration(IResolvable splunkDestinationConfiguration) The configuration of a destination in Splunk for the delivery stream.- Parameters:
splunkDestinationConfiguration- The configuration of a destination in Splunk for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
splunkDestinationConfiguration
@Stability(Stable) public CfnDeliveryStreamPropsMixin.Builder splunkDestinationConfiguration(CfnDeliveryStreamPropsMixin.SplunkDestinationConfigurationProperty splunkDestinationConfiguration) The configuration of a destination in Splunk for the delivery stream.- Parameters:
splunkDestinationConfiguration- The configuration of a destination in Splunk for the delivery stream. This parameter is required.- Returns:
this- See Also:
-
tags
A set of tags to assign to the Firehose 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 Firehose 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 Firehose stream.
If you specify tags in the
CreateDeliveryStreamaction, Amazon Data Firehose performs an additional authorization on thefirehose:TagDeliveryStreamaction to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with anAccessDeniedExceptionsuch as following.AccessDeniedException
User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.
For an example IAM policy, see Tag example.
- Parameters:
tags- A set of tags to assign to the Firehose stream. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin>- Returns:
- a newly built instance of
CfnDeliveryStreamPropsMixin.
-