aws-cdk-lib 2.159.1__py3-none-any.whl → 2.161.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +281 -33
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.159.1.jsii.tgz → aws-cdk-lib@2.161.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigatewayv2/__init__.py +13 -14
- aws_cdk/aws_autoscaling/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +2283 -672
- aws_cdk/aws_batch/__init__.py +9 -5
- aws_cdk/aws_bedrock/__init__.py +52 -20
- aws_cdk/aws_cloudformation/__init__.py +9 -9
- aws_cdk/aws_cloudtrail/__init__.py +97 -183
- aws_cdk/aws_cloudwatch/__init__.py +38 -42
- aws_cdk/aws_codepipeline_actions/__init__.py +4 -4
- aws_cdk/aws_cognito/__init__.py +18 -0
- aws_cdk/aws_datasync/__init__.py +1 -1
- aws_cdk/aws_dynamodb/__init__.py +4 -4
- aws_cdk/aws_ec2/__init__.py +138 -12
- aws_cdk/aws_ecs/__init__.py +517 -6
- aws_cdk/aws_eks/__init__.py +118 -2
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -3
- aws_cdk/aws_glue/__init__.py +386 -0
- aws_cdk/aws_iotfleetwise/__init__.py +49 -49
- aws_cdk/aws_iottwinmaker/__init__.py +4 -4
- aws_cdk/aws_iotwireless/__init__.py +2 -1
- aws_cdk/aws_kinesisfirehose/__init__.py +52 -76
- aws_cdk/aws_kms/__init__.py +4 -4
- aws_cdk/aws_lambda/__init__.py +385 -244
- aws_cdk/aws_logs/__init__.py +455 -24
- aws_cdk/aws_mediaconnect/__init__.py +6 -4
- aws_cdk/aws_medialive/__init__.py +36 -0
- aws_cdk/aws_organizations/__init__.py +4 -3
- aws_cdk/aws_pipes/__init__.py +2 -2
- aws_cdk/aws_quicksight/__init__.py +1086 -6
- aws_cdk/aws_rds/__init__.py +182 -3
- aws_cdk/aws_route53resolver/__init__.py +3 -17
- aws_cdk/aws_s3/__init__.py +24 -15
- aws_cdk/aws_s3_deployment/__init__.py +45 -0
- aws_cdk/aws_s3express/__init__.py +314 -4
- aws_cdk/aws_sagemaker/__init__.py +44 -4
- aws_cdk/aws_secretsmanager/__init__.py +14 -7
- aws_cdk/aws_securityhub/__init__.py +16 -14
- aws_cdk/aws_ses/__init__.py +52 -18
- aws_cdk/aws_sqs/__init__.py +16 -14
- aws_cdk/aws_ssm/__init__.py +6 -2
- aws_cdk/aws_stepfunctions/__init__.py +412 -32
- aws_cdk/aws_synthetics/__init__.py +46 -0
- aws_cdk/aws_waf/__init__.py +33 -22
- aws_cdk/aws_wafregional/__init__.py +36 -24
- aws_cdk/aws_workspacesweb/__init__.py +54 -3
- aws_cdk/cloud_assembly_schema/__init__.py +1304 -417
- aws_cdk/cloudformation_include/__init__.py +28 -0
- aws_cdk/cx_api/__init__.py +129 -0
- aws_cdk/pipelines/__init__.py +4 -4
- {aws_cdk_lib-2.159.1.dist-info → aws_cdk_lib-2.161.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.159.1.dist-info → aws_cdk_lib-2.161.0.dist-info}/RECORD +58 -58
- {aws_cdk_lib-2.159.1.dist-info → aws_cdk_lib-2.161.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.159.1.dist-info → aws_cdk_lib-2.161.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.159.1.dist-info → aws_cdk_lib-2.161.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.159.1.dist-info → aws_cdk_lib-2.161.0.dist-info}/top_level.txt +0 -0
|
@@ -139,19 +139,19 @@ class CfnDeliveryStream(
|
|
|
139
139
|
:param amazon_open_search_serverless_destination_configuration: Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
|
|
140
140
|
:param amazonopensearchservice_destination_configuration: The destination in Amazon OpenSearch Service. You can specify only one destination.
|
|
141
141
|
:param delivery_stream_encryption_configuration_input: Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
|
142
|
-
:param delivery_stream_name: The name of the
|
|
143
|
-
:param delivery_stream_type: The
|
|
142
|
+
:param delivery_stream_name: The name of the Firehose stream.
|
|
143
|
+
:param delivery_stream_type: 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.
|
|
144
144
|
:param elasticsearch_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
145
145
|
:param extended_s3_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
146
146
|
:param http_endpoint_destination_configuration: Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
|
|
147
|
-
:param iceberg_destination_configuration: Specifies the destination configure settings for Apache Iceberg Table.
|
|
147
|
+
:param iceberg_destination_configuration: Specifies the destination configure settings for Apache Iceberg Table.
|
|
148
148
|
:param kinesis_stream_source_configuration: 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.
|
|
149
149
|
:param msk_source_configuration: The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
150
150
|
:param redshift_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
151
151
|
:param s3_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
152
152
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
153
153
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
154
|
-
:param tags: A set of tags to assign to the
|
|
154
|
+
:param 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 <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ 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 ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose Firehose streams with IAM resource tags will fail with an ``AccessDeniedException`` such 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. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
155
155
|
'''
|
|
156
156
|
if __debug__:
|
|
157
157
|
type_hints = typing.get_type_hints(_typecheckingstub__b3cd824a2680c7d043cac684bd1be9ca77e94201f1ba00785d60a50ff43c2288)
|
|
@@ -285,7 +285,7 @@ class CfnDeliveryStream(
|
|
|
285
285
|
@builtins.property
|
|
286
286
|
@jsii.member(jsii_name="deliveryStreamName")
|
|
287
287
|
def delivery_stream_name(self) -> typing.Optional[builtins.str]:
|
|
288
|
-
'''The name of the
|
|
288
|
+
'''The name of the Firehose stream.'''
|
|
289
289
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "deliveryStreamName"))
|
|
290
290
|
|
|
291
291
|
@delivery_stream_name.setter
|
|
@@ -298,7 +298,7 @@ class CfnDeliveryStream(
|
|
|
298
298
|
@builtins.property
|
|
299
299
|
@jsii.member(jsii_name="deliveryStreamType")
|
|
300
300
|
def delivery_stream_type(self) -> typing.Optional[builtins.str]:
|
|
301
|
-
'''The
|
|
301
|
+
'''The Firehose stream type.
|
|
302
302
|
|
|
303
303
|
This can be one of the following values:.
|
|
304
304
|
'''
|
|
@@ -494,7 +494,7 @@ class CfnDeliveryStream(
|
|
|
494
494
|
@builtins.property
|
|
495
495
|
@jsii.member(jsii_name="tagsRaw")
|
|
496
496
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
497
|
-
'''A set of tags to assign to the
|
|
497
|
+
'''A set of tags to assign to the Firehose stream.'''
|
|
498
498
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
|
|
499
499
|
|
|
500
500
|
@tags_raw.setter
|
|
@@ -522,7 +522,7 @@ class CfnDeliveryStream(
|
|
|
522
522
|
'''Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
|
|
523
523
|
|
|
524
524
|
:param interval_in_seconds: Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
|
|
525
|
-
:param size_in_m_bs: Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the
|
|
525
|
+
:param size_in_m_bs: Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
|
|
526
526
|
|
|
527
527
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html
|
|
528
528
|
:exampleMetadata: fixture=_generated
|
|
@@ -565,7 +565,7 @@ class CfnDeliveryStream(
|
|
|
565
565
|
|
|
566
566
|
The default value is 5.
|
|
567
567
|
|
|
568
|
-
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the
|
|
568
|
+
We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
|
|
569
569
|
|
|
570
570
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints-sizeinmbs
|
|
571
571
|
'''
|
|
@@ -1543,9 +1543,7 @@ class CfnDeliveryStream(
|
|
|
1543
1543
|
) -> None:
|
|
1544
1544
|
'''Describes the containers where the destination Apache Iceberg Tables are persisted.
|
|
1545
1545
|
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
:param catalog_arn: Specifies the Glue catalog ARN indentifier of the destination Apache Iceberg Tables. You must specify the ARN in the format ``arn:aws:glue:region:account-id:catalog`` . Amazon Data Firehose is in preview release and is subject to change.
|
|
1546
|
+
:param catalog_arn: Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format ``arn:aws:glue:region:account-id:catalog`` .
|
|
1549
1547
|
|
|
1550
1548
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html
|
|
1551
1549
|
:exampleMetadata: fixture=_generated
|
|
@@ -1569,12 +1567,10 @@ class CfnDeliveryStream(
|
|
|
1569
1567
|
|
|
1570
1568
|
@builtins.property
|
|
1571
1569
|
def catalog_arn(self) -> typing.Optional[builtins.str]:
|
|
1572
|
-
'''Specifies the Glue catalog ARN
|
|
1570
|
+
'''Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.
|
|
1573
1571
|
|
|
1574
1572
|
You must specify the ARN in the format ``arn:aws:glue:region:account-id:catalog`` .
|
|
1575
1573
|
|
|
1576
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
1577
|
-
|
|
1578
1574
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html#cfn-kinesisfirehose-deliverystream-catalogconfiguration-catalogarn
|
|
1579
1575
|
'''
|
|
1580
1576
|
result = self._values.get("catalog_arn")
|
|
@@ -2142,12 +2138,10 @@ class CfnDeliveryStream(
|
|
|
2142
2138
|
) -> None:
|
|
2143
2139
|
'''Describes the configuration of a destination in Apache Iceberg Tables.
|
|
2144
2140
|
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
:param
|
|
2148
|
-
:param
|
|
2149
|
-
:param s3_error_output_prefix: The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination. Amazon Data Firehose is in preview release and is subject to change.
|
|
2150
|
-
:param unique_keys: A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table. Amazon Data Firehose is in preview release and is subject to change.
|
|
2141
|
+
:param destination_database_name: The name of the Apache Iceberg database.
|
|
2142
|
+
:param destination_table_name: Specifies the name of the Apache Iceberg Table.
|
|
2143
|
+
:param s3_error_output_prefix: The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
|
|
2144
|
+
:param unique_keys: A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.
|
|
2151
2145
|
|
|
2152
2146
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html
|
|
2153
2147
|
:exampleMetadata: fixture=_generated
|
|
@@ -2186,8 +2180,6 @@ class CfnDeliveryStream(
|
|
|
2186
2180
|
def destination_database_name(self) -> builtins.str:
|
|
2187
2181
|
'''The name of the Apache Iceberg database.
|
|
2188
2182
|
|
|
2189
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
2190
|
-
|
|
2191
2183
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-destinationdatabasename
|
|
2192
2184
|
'''
|
|
2193
2185
|
result = self._values.get("destination_database_name")
|
|
@@ -2198,8 +2190,6 @@ class CfnDeliveryStream(
|
|
|
2198
2190
|
def destination_table_name(self) -> builtins.str:
|
|
2199
2191
|
'''Specifies the name of the Apache Iceberg Table.
|
|
2200
2192
|
|
|
2201
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
2202
|
-
|
|
2203
2193
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-destinationtablename
|
|
2204
2194
|
'''
|
|
2205
2195
|
result = self._values.get("destination_table_name")
|
|
@@ -2212,8 +2202,6 @@ class CfnDeliveryStream(
|
|
|
2212
2202
|
|
|
2213
2203
|
All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
|
|
2214
2204
|
|
|
2215
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
2216
|
-
|
|
2217
2205
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-s3erroroutputprefix
|
|
2218
2206
|
'''
|
|
2219
2207
|
result = self._values.get("s3_error_output_prefix")
|
|
@@ -2225,8 +2213,6 @@ class CfnDeliveryStream(
|
|
|
2225
2213
|
|
|
2226
2214
|
Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.
|
|
2227
2215
|
|
|
2228
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
2229
|
-
|
|
2230
2216
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-uniquekeys
|
|
2231
2217
|
'''
|
|
2232
2218
|
result = self._values.get("unique_keys")
|
|
@@ -2985,7 +2971,7 @@ class CfnDeliveryStream(
|
|
|
2985
2971
|
:param bucket_arn: The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see `ExtendedS3DestinationConfiguration <https://docs.aws.amazon.com/firehose/latest/APIReference/API_ExtendedS3DestinationConfiguration.html>`_ in the *Amazon Kinesis Data Firehose API Reference* .
|
|
2986
2972
|
:param role_arn: The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see `ExtendedS3DestinationConfiguration <https://docs.aws.amazon.com/firehose/latest/APIReference/API_ExtendedS3DestinationConfiguration.html>`_ in the *Amazon Kinesis Data Firehose API Reference* .
|
|
2987
2973
|
:param buffering_hints: The buffering option.
|
|
2988
|
-
:param cloud_watch_logging_options: The Amazon CloudWatch logging options for your
|
|
2974
|
+
:param cloud_watch_logging_options: The Amazon CloudWatch logging options for your Firehose stream.
|
|
2989
2975
|
:param compression_format: The compression format. If no value is specified, the default is ``UNCOMPRESSED`` .
|
|
2990
2976
|
:param custom_time_zone: The time zone you prefer. UTC is the default.
|
|
2991
2977
|
:param data_format_conversion_configuration: The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
|
|
@@ -2996,7 +2982,7 @@ class CfnDeliveryStream(
|
|
|
2996
2982
|
:param prefix: The ``YYYY/MM/DD/HH`` time format prefix is automatically used for delivered Amazon S3 files. For more information, see `ExtendedS3DestinationConfiguration <https://docs.aws.amazon.com/firehose/latest/APIReference/API_ExtendedS3DestinationConfiguration.html>`_ in the *Amazon Kinesis Data Firehose API Reference* .
|
|
2997
2983
|
:param processing_configuration: The data processing configuration for the Kinesis Data Firehose delivery stream.
|
|
2998
2984
|
:param s3_backup_configuration: The configuration for backup in Amazon S3.
|
|
2999
|
-
:param s3_backup_mode: The Amazon S3 backup mode. After you create a
|
|
2985
|
+
:param s3_backup_mode: The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
|
|
3000
2986
|
|
|
3001
2987
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html
|
|
3002
2988
|
:exampleMetadata: fixture=_generated
|
|
@@ -3213,7 +3199,7 @@ class CfnDeliveryStream(
|
|
|
3213
3199
|
def cloud_watch_logging_options(
|
|
3214
3200
|
self,
|
|
3215
3201
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CloudWatchLoggingOptionsProperty"]]:
|
|
3216
|
-
'''The Amazon CloudWatch logging options for your
|
|
3202
|
+
'''The Amazon CloudWatch logging options for your Firehose stream.
|
|
3217
3203
|
|
|
3218
3204
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-cloudwatchloggingoptions
|
|
3219
3205
|
'''
|
|
@@ -3336,7 +3322,7 @@ class CfnDeliveryStream(
|
|
|
3336
3322
|
def s3_backup_mode(self) -> typing.Optional[builtins.str]:
|
|
3337
3323
|
'''The Amazon S3 backup mode.
|
|
3338
3324
|
|
|
3339
|
-
After you create a
|
|
3325
|
+
After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
|
|
3340
3326
|
|
|
3341
3327
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-s3backupmode
|
|
3342
3328
|
'''
|
|
@@ -3979,17 +3965,15 @@ class CfnDeliveryStream(
|
|
|
3979
3965
|
) -> None:
|
|
3980
3966
|
'''Specifies the destination configure settings for Apache Iceberg Table.
|
|
3981
3967
|
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
:param catalog_configuration: Configuration describing where the destination Apache Iceberg Tables are persisted. Amazon Data Firehose is in preview release and is subject to change.
|
|
3985
|
-
:param role_arn: The Amazon Resource Name (ARN) of the the IAM role to be assumed by Firehose for calling Apache Iceberg Tables. Amazon Data Firehose is in preview release and is subject to change.
|
|
3968
|
+
:param catalog_configuration: Configuration describing where the destination Apache Iceberg Tables are persisted.
|
|
3969
|
+
:param role_arn: The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
|
|
3986
3970
|
:param s3_configuration:
|
|
3987
3971
|
:param buffering_hints:
|
|
3988
3972
|
:param cloud_watch_logging_options:
|
|
3989
|
-
:param destination_table_configuration_list: Provides a list of ``DestinationTableConfigurations`` which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
|
|
3973
|
+
:param destination_table_configuration_list: Provides a list of ``DestinationTableConfigurations`` which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
|
|
3990
3974
|
:param processing_configuration:
|
|
3991
3975
|
:param retry_options:
|
|
3992
|
-
:param s3_backup_mode: Describes how Firehose will backup records. Currently,S3 backup only supports ``FailedDataOnly``
|
|
3976
|
+
:param s3_backup_mode: Describes how Firehose will backup records. Currently,S3 backup only supports ``FailedDataOnly`` .
|
|
3993
3977
|
|
|
3994
3978
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html
|
|
3995
3979
|
:exampleMetadata: fixture=_generated
|
|
@@ -4101,8 +4085,6 @@ class CfnDeliveryStream(
|
|
|
4101
4085
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CatalogConfigurationProperty"]:
|
|
4102
4086
|
'''Configuration describing where the destination Apache Iceberg Tables are persisted.
|
|
4103
4087
|
|
|
4104
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
4105
|
-
|
|
4106
4088
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-catalogconfiguration
|
|
4107
4089
|
'''
|
|
4108
4090
|
result = self._values.get("catalog_configuration")
|
|
@@ -4111,9 +4093,7 @@ class CfnDeliveryStream(
|
|
|
4111
4093
|
|
|
4112
4094
|
@builtins.property
|
|
4113
4095
|
def role_arn(self) -> builtins.str:
|
|
4114
|
-
'''The Amazon Resource Name (ARN) of the
|
|
4115
|
-
|
|
4116
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
4096
|
+
'''The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
|
|
4117
4097
|
|
|
4118
4098
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-rolearn
|
|
4119
4099
|
'''
|
|
@@ -4160,8 +4140,6 @@ class CfnDeliveryStream(
|
|
|
4160
4140
|
|
|
4161
4141
|
Firehose will write data with insert if table specific configuration is not provided here.
|
|
4162
4142
|
|
|
4163
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
4164
|
-
|
|
4165
4143
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-destinationtableconfigurationlist
|
|
4166
4144
|
'''
|
|
4167
4145
|
result = self._values.get("destination_table_configuration_list")
|
|
@@ -4189,9 +4167,9 @@ class CfnDeliveryStream(
|
|
|
4189
4167
|
|
|
4190
4168
|
@builtins.property
|
|
4191
4169
|
def s3_backup_mode(self) -> typing.Optional[builtins.str]:
|
|
4192
|
-
'''Describes how Firehose will backup records.
|
|
4170
|
+
'''Describes how Firehose will backup records.
|
|
4193
4171
|
|
|
4194
|
-
|
|
4172
|
+
Currently,S3 backup only supports ``FailedDataOnly`` .
|
|
4195
4173
|
|
|
4196
4174
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-s3backupmode
|
|
4197
4175
|
'''
|
|
@@ -5371,12 +5349,12 @@ class CfnDeliveryStream(
|
|
|
5371
5349
|
:param copy_command: Configures the Amazon Redshift ``COPY`` command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
|
|
5372
5350
|
:param role_arn: The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see `Grant Kinesis Data Firehose Access to an Amazon Redshift Destination <https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-rs>`_ in the *Amazon Kinesis Data Firehose Developer Guide* .
|
|
5373
5351
|
:param s3_configuration: The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the ``COPY`` command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify ``SNAPPY`` or ``ZIP`` because the Amazon Redshift ``COPY`` command doesn't support them.
|
|
5374
|
-
:param cloud_watch_logging_options: The CloudWatch logging options for your
|
|
5352
|
+
:param cloud_watch_logging_options: The CloudWatch logging options for your Firehose stream.
|
|
5375
5353
|
:param password: The password for the Amazon Redshift user that you specified in the ``Username`` property.
|
|
5376
5354
|
:param processing_configuration: The data processing configuration for the Kinesis Data Firehose delivery stream.
|
|
5377
5355
|
:param retry_options: The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
|
|
5378
5356
|
:param s3_backup_configuration: The configuration for backup in Amazon S3.
|
|
5379
|
-
:param s3_backup_mode: The Amazon S3 backup mode. After you create a
|
|
5357
|
+
:param s3_backup_mode: The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
|
|
5380
5358
|
:param secrets_manager_configuration: The configuration that defines how you access secrets for Amazon Redshift.
|
|
5381
5359
|
:param username: The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have ``INSERT`` privileges for copying data from the Amazon S3 bucket to the cluster.
|
|
5382
5360
|
|
|
@@ -5570,7 +5548,7 @@ class CfnDeliveryStream(
|
|
|
5570
5548
|
def cloud_watch_logging_options(
|
|
5571
5549
|
self,
|
|
5572
5550
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CloudWatchLoggingOptionsProperty"]]:
|
|
5573
|
-
'''The CloudWatch logging options for your
|
|
5551
|
+
'''The CloudWatch logging options for your Firehose stream.
|
|
5574
5552
|
|
|
5575
5553
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-cloudwatchloggingoptions
|
|
5576
5554
|
'''
|
|
@@ -5625,7 +5603,7 @@ class CfnDeliveryStream(
|
|
|
5625
5603
|
def s3_backup_mode(self) -> typing.Optional[builtins.str]:
|
|
5626
5604
|
'''The Amazon S3 backup mode.
|
|
5627
5605
|
|
|
5628
|
-
After you create a
|
|
5606
|
+
After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
|
|
5629
5607
|
|
|
5630
5608
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-redshiftdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-redshiftdestinationconfiguration-s3backupmode
|
|
5631
5609
|
'''
|
|
@@ -5813,7 +5791,7 @@ class CfnDeliveryStream(
|
|
|
5813
5791
|
:param bucket_arn: The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
|
|
5814
5792
|
:param role_arn: The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see `Grant Kinesis Data Firehose Access to an Amazon S3 Destination <https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3>`_ in the *Amazon Kinesis Data Firehose Developer Guide* .
|
|
5815
5793
|
:param buffering_hints: Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
|
|
5816
|
-
:param cloud_watch_logging_options: The CloudWatch logging options for your
|
|
5794
|
+
:param cloud_watch_logging_options: The CloudWatch logging options for your Firehose stream.
|
|
5817
5795
|
:param compression_format: The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the ``CompressionFormat`` content for the `S3DestinationConfiguration <https://docs.aws.amazon.com/firehose/latest/APIReference/API_S3DestinationConfiguration.html>`_ data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
5818
5796
|
:param encryption_configuration: Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
|
|
5819
5797
|
:param error_output_prefix: A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see `Custom Prefixes for Amazon S3 Objects <https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html>`_ .
|
|
@@ -5917,7 +5895,7 @@ class CfnDeliveryStream(
|
|
|
5917
5895
|
def cloud_watch_logging_options(
|
|
5918
5896
|
self,
|
|
5919
5897
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CloudWatchLoggingOptionsProperty"]]:
|
|
5920
|
-
'''The CloudWatch logging options for your
|
|
5898
|
+
'''The CloudWatch logging options for your Firehose stream.
|
|
5921
5899
|
|
|
5922
5900
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-cloudwatchloggingoptions
|
|
5923
5901
|
'''
|
|
@@ -6156,9 +6134,9 @@ class CfnDeliveryStream(
|
|
|
6156
6134
|
) -> None:
|
|
6157
6135
|
'''The structure that defines how Firehose accesses the secret.
|
|
6158
6136
|
|
|
6159
|
-
:param enabled: Specifies whether you want to use the
|
|
6137
|
+
:param enabled: Specifies whether you want to use the secrets manager feature. When set as ``True`` the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to ``False`` Firehose falls back to the credentials in the destination configuration.
|
|
6160
6138
|
:param role_arn: Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
|
|
6161
|
-
:param secret_arn: The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the
|
|
6139
|
+
:param secret_arn: The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when *Enabled* is set to ``True`` .
|
|
6162
6140
|
|
|
6163
6141
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-secretsmanagerconfiguration.html
|
|
6164
6142
|
:exampleMetadata: fixture=_generated
|
|
@@ -6192,7 +6170,7 @@ class CfnDeliveryStream(
|
|
|
6192
6170
|
|
|
6193
6171
|
@builtins.property
|
|
6194
6172
|
def enabled(self) -> typing.Union[builtins.bool, _IResolvable_da3f097b]:
|
|
6195
|
-
'''Specifies whether you want to use the
|
|
6173
|
+
'''Specifies whether you want to use the secrets manager feature.
|
|
6196
6174
|
|
|
6197
6175
|
When set as ``True`` the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to ``False`` Firehose falls back to the credentials in the destination configuration.
|
|
6198
6176
|
|
|
@@ -6217,7 +6195,7 @@ class CfnDeliveryStream(
|
|
|
6217
6195
|
def secret_arn(self) -> typing.Optional[builtins.str]:
|
|
6218
6196
|
'''The ARN of the secret that stores your credentials.
|
|
6219
6197
|
|
|
6220
|
-
It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the
|
|
6198
|
+
It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when *Enabled* is set to ``True`` .
|
|
6221
6199
|
|
|
6222
6200
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-secretsmanagerconfiguration.html#cfn-kinesisfirehose-deliverystream-secretsmanagerconfiguration-secretarn
|
|
6223
6201
|
'''
|
|
@@ -6353,7 +6331,7 @@ class CfnDeliveryStream(
|
|
|
6353
6331
|
If you do not specify any value, Firehose uses the default values.
|
|
6354
6332
|
|
|
6355
6333
|
:param interval_in_seconds: Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
|
|
6356
|
-
:param size_in_m_bs: Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is
|
|
6334
|
+
:param size_in_m_bs: Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
|
|
6357
6335
|
|
|
6358
6336
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-snowflakebufferinghints.html
|
|
6359
6337
|
:exampleMetadata: fixture=_generated
|
|
@@ -6394,7 +6372,7 @@ class CfnDeliveryStream(
|
|
|
6394
6372
|
def size_in_m_bs(self) -> typing.Optional[jsii.Number]:
|
|
6395
6373
|
'''Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
|
6396
6374
|
|
|
6397
|
-
The default value is
|
|
6375
|
+
The default value is 128.
|
|
6398
6376
|
|
|
6399
6377
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-snowflakebufferinghints.html#cfn-kinesisfirehose-deliverystream-snowflakebufferinghints-sizeinmbs
|
|
6400
6378
|
'''
|
|
@@ -7159,7 +7137,7 @@ class CfnDeliveryStream(
|
|
|
7159
7137
|
:param hec_endpoint_type: This type can be either ``Raw`` or ``Event`` .
|
|
7160
7138
|
:param s3_configuration: The configuration for the backup Amazon S3 location.
|
|
7161
7139
|
:param buffering_hints: The buffering options. If no value is specified, the default values for Splunk are used.
|
|
7162
|
-
:param cloud_watch_logging_options: The Amazon CloudWatch logging options for your
|
|
7140
|
+
:param cloud_watch_logging_options: The Amazon CloudWatch logging options for your Firehose stream.
|
|
7163
7141
|
:param hec_acknowledgment_timeout_in_seconds: The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
|
|
7164
7142
|
:param hec_token: This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
|
|
7165
7143
|
:param processing_configuration: The data processing configuration.
|
|
@@ -7325,7 +7303,7 @@ class CfnDeliveryStream(
|
|
|
7325
7303
|
def cloud_watch_logging_options(
|
|
7326
7304
|
self,
|
|
7327
7305
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CloudWatchLoggingOptionsProperty"]]:
|
|
7328
|
-
'''The Amazon CloudWatch logging options for your
|
|
7306
|
+
'''The Amazon CloudWatch logging options for your Firehose stream.
|
|
7329
7307
|
|
|
7330
7308
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-splunkdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-splunkdestinationconfiguration-cloudwatchloggingoptions
|
|
7331
7309
|
'''
|
|
@@ -7624,19 +7602,19 @@ class CfnDeliveryStreamProps:
|
|
|
7624
7602
|
:param amazon_open_search_serverless_destination_configuration: Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
|
|
7625
7603
|
:param amazonopensearchservice_destination_configuration: The destination in Amazon OpenSearch Service. You can specify only one destination.
|
|
7626
7604
|
:param delivery_stream_encryption_configuration_input: Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
|
7627
|
-
:param delivery_stream_name: The name of the
|
|
7628
|
-
:param delivery_stream_type: The
|
|
7605
|
+
:param delivery_stream_name: The name of the Firehose stream.
|
|
7606
|
+
:param delivery_stream_type: 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.
|
|
7629
7607
|
:param elasticsearch_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
7630
7608
|
:param extended_s3_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
7631
7609
|
:param http_endpoint_destination_configuration: Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
|
|
7632
|
-
:param iceberg_destination_configuration: Specifies the destination configure settings for Apache Iceberg Table.
|
|
7610
|
+
:param iceberg_destination_configuration: Specifies the destination configure settings for Apache Iceberg Table.
|
|
7633
7611
|
:param kinesis_stream_source_configuration: 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.
|
|
7634
7612
|
:param msk_source_configuration: The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
7635
7613
|
:param redshift_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
7636
7614
|
:param s3_destination_configuration: 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 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
7637
7615
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
7638
7616
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
7639
|
-
:param tags: A set of tags to assign to the
|
|
7617
|
+
:param 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 <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ 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 ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose Firehose streams with IAM resource tags will fail with an ``AccessDeniedException`` such 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. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
7640
7618
|
|
|
7641
7619
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html
|
|
7642
7620
|
:exampleMetadata: infused
|
|
@@ -7752,7 +7730,7 @@ class CfnDeliveryStreamProps:
|
|
|
7752
7730
|
|
|
7753
7731
|
@builtins.property
|
|
7754
7732
|
def delivery_stream_name(self) -> typing.Optional[builtins.str]:
|
|
7755
|
-
'''The name of the
|
|
7733
|
+
'''The name of the Firehose stream.
|
|
7756
7734
|
|
|
7757
7735
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamname
|
|
7758
7736
|
'''
|
|
@@ -7761,10 +7739,10 @@ class CfnDeliveryStreamProps:
|
|
|
7761
7739
|
|
|
7762
7740
|
@builtins.property
|
|
7763
7741
|
def delivery_stream_type(self) -> typing.Optional[builtins.str]:
|
|
7764
|
-
'''The
|
|
7742
|
+
'''The Firehose stream type. This can be one of the following values:.
|
|
7765
7743
|
|
|
7766
|
-
- ``DirectPut`` : Provider applications access the
|
|
7767
|
-
- ``KinesisStreamAsSource`` : The
|
|
7744
|
+
- ``DirectPut`` : Provider applications access the Firehose stream directly.
|
|
7745
|
+
- ``KinesisStreamAsSource`` : The Firehose stream uses a Kinesis data stream as a source.
|
|
7768
7746
|
|
|
7769
7747
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-deliverystreamtype
|
|
7770
7748
|
'''
|
|
@@ -7820,8 +7798,6 @@ class CfnDeliveryStreamProps:
|
|
|
7820
7798
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryStream.IcebergDestinationConfigurationProperty]]:
|
|
7821
7799
|
'''Specifies the destination configure settings for Apache Iceberg Table.
|
|
7822
7800
|
|
|
7823
|
-
Amazon Data Firehose is in preview release and is subject to change.
|
|
7824
|
-
|
|
7825
7801
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration
|
|
7826
7802
|
'''
|
|
7827
7803
|
result = self._values.get("iceberg_destination_configuration")
|
|
@@ -7903,13 +7879,13 @@ class CfnDeliveryStreamProps:
|
|
|
7903
7879
|
|
|
7904
7880
|
@builtins.property
|
|
7905
7881
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
7906
|
-
'''A set of tags to assign to the
|
|
7882
|
+
'''A set of tags to assign to the Firehose stream.
|
|
7907
7883
|
|
|
7908
|
-
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
|
|
7884
|
+
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 <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide.
|
|
7909
7885
|
|
|
7910
|
-
You can specify up to 50 tags when creating a
|
|
7886
|
+
You can specify up to 50 tags when creating a Firehose stream.
|
|
7911
7887
|
|
|
7912
|
-
If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose
|
|
7888
|
+
If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose Firehose streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following.
|
|
7913
7889
|
|
|
7914
7890
|
*AccessDeniedException*
|
|
7915
7891
|
|
aws_cdk/aws_kms/__init__.py
CHANGED
|
@@ -58,16 +58,16 @@ pass the construct to the other stack:
|
|
|
58
58
|
#
|
|
59
59
|
class KeyStack(cdk.Stack):
|
|
60
60
|
|
|
61
|
-
def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None):
|
|
62
|
-
super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation)
|
|
61
|
+
def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, notificationArns=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None):
|
|
62
|
+
super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, notificationArns=notificationArns, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation)
|
|
63
63
|
self.key = kms.Key(self, "MyKey", removal_policy=cdk.RemovalPolicy.DESTROY)
|
|
64
64
|
|
|
65
65
|
#
|
|
66
66
|
# Stack that uses the key
|
|
67
67
|
#
|
|
68
68
|
class UseStack(cdk.Stack):
|
|
69
|
-
def __init__(self, scope, id, *, key, description=None, env=None, stackName=None, tags=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None):
|
|
70
|
-
super().__init__(scope, id, key=key, description=description, env=env, stackName=stackName, tags=tags, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation)
|
|
69
|
+
def __init__(self, scope, id, *, key, description=None, env=None, stackName=None, tags=None, notificationArns=None, synthesizer=None, terminationProtection=None, analyticsReporting=None, crossRegionReferences=None, permissionsBoundary=None, suppressTemplateIndentation=None):
|
|
70
|
+
super().__init__(scope, id, key=key, description=description, env=env, stackName=stackName, tags=tags, notificationArns=notificationArns, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting, crossRegionReferences=crossRegionReferences, permissionsBoundary=permissionsBoundary, suppressTemplateIndentation=suppressTemplateIndentation)
|
|
71
71
|
|
|
72
72
|
# Use the IKey object here.
|
|
73
73
|
kms.Alias(self, "Alias",
|