aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.1__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 +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.1.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +143 -130
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +15766 -3438
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +47 -33
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +99 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +914 -612
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +192 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +155 -143
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +187 -143
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +98 -98
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +490 -34
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +49 -40
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +127 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2414 -282
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +176 -105
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +289 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.1.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.1.dist-info}/top_level.txt +0 -0
|
@@ -109,6 +109,7 @@ class CfnDeliveryStream(
|
|
|
109
109
|
elasticsearch_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
110
110
|
extended_s3_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
111
111
|
http_endpoint_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
112
|
+
iceberg_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.IcebergDestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
112
113
|
kinesis_stream_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.KinesisStreamSourceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
113
114
|
msk_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.MSKSourceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
114
115
|
redshift_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.RedshiftDestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -128,6 +129,7 @@ class CfnDeliveryStream(
|
|
|
128
129
|
: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>`_ .
|
|
129
130
|
: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>`_ .
|
|
130
131
|
:param http_endpoint_destination_configuration: Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
|
|
132
|
+
:param iceberg_destination_configuration: Specifies the destination configure settings for Apache Iceberg Table. Amazon Data Firehose is in preview release and is subject to change.
|
|
131
133
|
: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.
|
|
132
134
|
:param msk_source_configuration: The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
133
135
|
: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>`_ .
|
|
@@ -149,6 +151,7 @@ class CfnDeliveryStream(
|
|
|
149
151
|
elasticsearch_destination_configuration=elasticsearch_destination_configuration,
|
|
150
152
|
extended_s3_destination_configuration=extended_s3_destination_configuration,
|
|
151
153
|
http_endpoint_destination_configuration=http_endpoint_destination_configuration,
|
|
154
|
+
iceberg_destination_configuration=iceberg_destination_configuration,
|
|
152
155
|
kinesis_stream_source_configuration=kinesis_stream_source_configuration,
|
|
153
156
|
msk_source_configuration=msk_source_configuration,
|
|
154
157
|
redshift_destination_configuration=redshift_destination_configuration,
|
|
@@ -226,7 +229,7 @@ class CfnDeliveryStream(
|
|
|
226
229
|
if __debug__:
|
|
227
230
|
type_hints = typing.get_type_hints(_typecheckingstub__9361f4405d0a8e9a0285d4b343c6420073eedc822c339d1a147f151a3b03f641)
|
|
228
231
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
229
|
-
jsii.set(self, "amazonOpenSearchServerlessDestinationConfiguration", value)
|
|
232
|
+
jsii.set(self, "amazonOpenSearchServerlessDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
230
233
|
|
|
231
234
|
@builtins.property
|
|
232
235
|
@jsii.member(jsii_name="amazonopensearchserviceDestinationConfiguration")
|
|
@@ -244,7 +247,7 @@ class CfnDeliveryStream(
|
|
|
244
247
|
if __debug__:
|
|
245
248
|
type_hints = typing.get_type_hints(_typecheckingstub__58964b8831d37cbba22a48328508a0d1fc866bb6da992a0c3f544fc6649acc5a)
|
|
246
249
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
247
|
-
jsii.set(self, "amazonopensearchserviceDestinationConfiguration", value)
|
|
250
|
+
jsii.set(self, "amazonopensearchserviceDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
248
251
|
|
|
249
252
|
@builtins.property
|
|
250
253
|
@jsii.member(jsii_name="deliveryStreamEncryptionConfigurationInput")
|
|
@@ -262,7 +265,7 @@ class CfnDeliveryStream(
|
|
|
262
265
|
if __debug__:
|
|
263
266
|
type_hints = typing.get_type_hints(_typecheckingstub__3b541613844a306d329ee6aaf12a513672a01cea651f015810fd2ab896394415)
|
|
264
267
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
265
|
-
jsii.set(self, "deliveryStreamEncryptionConfigurationInput", value)
|
|
268
|
+
jsii.set(self, "deliveryStreamEncryptionConfigurationInput", value) # pyright: ignore[reportArgumentType]
|
|
266
269
|
|
|
267
270
|
@builtins.property
|
|
268
271
|
@jsii.member(jsii_name="deliveryStreamName")
|
|
@@ -275,7 +278,7 @@ class CfnDeliveryStream(
|
|
|
275
278
|
if __debug__:
|
|
276
279
|
type_hints = typing.get_type_hints(_typecheckingstub__d90731f57c337a34bb7290e3bb4239e949b5caeea354433c46c25998a03b39f6)
|
|
277
280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
278
|
-
jsii.set(self, "deliveryStreamName", value)
|
|
281
|
+
jsii.set(self, "deliveryStreamName", value) # pyright: ignore[reportArgumentType]
|
|
279
282
|
|
|
280
283
|
@builtins.property
|
|
281
284
|
@jsii.member(jsii_name="deliveryStreamType")
|
|
@@ -291,7 +294,7 @@ class CfnDeliveryStream(
|
|
|
291
294
|
if __debug__:
|
|
292
295
|
type_hints = typing.get_type_hints(_typecheckingstub__0749b7e1cb2e266044df272e646eba4d2505c56ccb68f4ce96de186aeb83ba9b)
|
|
293
296
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
294
|
-
jsii.set(self, "deliveryStreamType", value)
|
|
297
|
+
jsii.set(self, "deliveryStreamType", value) # pyright: ignore[reportArgumentType]
|
|
295
298
|
|
|
296
299
|
@builtins.property
|
|
297
300
|
@jsii.member(jsii_name="elasticsearchDestinationConfiguration")
|
|
@@ -309,7 +312,7 @@ class CfnDeliveryStream(
|
|
|
309
312
|
if __debug__:
|
|
310
313
|
type_hints = typing.get_type_hints(_typecheckingstub__2485fd6e8467da83435abf801383e98fea4d4ae9797551e1774f2327e1b069c5)
|
|
311
314
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
312
|
-
jsii.set(self, "elasticsearchDestinationConfiguration", value)
|
|
315
|
+
jsii.set(self, "elasticsearchDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
313
316
|
|
|
314
317
|
@builtins.property
|
|
315
318
|
@jsii.member(jsii_name="extendedS3DestinationConfiguration")
|
|
@@ -327,7 +330,7 @@ class CfnDeliveryStream(
|
|
|
327
330
|
if __debug__:
|
|
328
331
|
type_hints = typing.get_type_hints(_typecheckingstub__4b3827d67811452e6783eeef4d719d420c5534229b93597dbfafa7256a89932e)
|
|
329
332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
330
|
-
jsii.set(self, "extendedS3DestinationConfiguration", value)
|
|
333
|
+
jsii.set(self, "extendedS3DestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
331
334
|
|
|
332
335
|
@builtins.property
|
|
333
336
|
@jsii.member(jsii_name="httpEndpointDestinationConfiguration")
|
|
@@ -345,7 +348,25 @@ class CfnDeliveryStream(
|
|
|
345
348
|
if __debug__:
|
|
346
349
|
type_hints = typing.get_type_hints(_typecheckingstub__c45396814a2f1f16d85b99c121f14ab851eda0a9f84038025d5ae44a858837a1)
|
|
347
350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
348
|
-
jsii.set(self, "httpEndpointDestinationConfiguration", value)
|
|
351
|
+
jsii.set(self, "httpEndpointDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
352
|
+
|
|
353
|
+
@builtins.property
|
|
354
|
+
@jsii.member(jsii_name="icebergDestinationConfiguration")
|
|
355
|
+
def iceberg_destination_configuration(
|
|
356
|
+
self,
|
|
357
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.IcebergDestinationConfigurationProperty"]]:
|
|
358
|
+
'''Specifies the destination configure settings for Apache Iceberg Table.'''
|
|
359
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.IcebergDestinationConfigurationProperty"]], jsii.get(self, "icebergDestinationConfiguration"))
|
|
360
|
+
|
|
361
|
+
@iceberg_destination_configuration.setter
|
|
362
|
+
def iceberg_destination_configuration(
|
|
363
|
+
self,
|
|
364
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.IcebergDestinationConfigurationProperty"]],
|
|
365
|
+
) -> None:
|
|
366
|
+
if __debug__:
|
|
367
|
+
type_hints = typing.get_type_hints(_typecheckingstub__94c8f409ef0a75500e50bbf49d47688097508bd257b3ce092b027c552453cd59)
|
|
368
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
369
|
+
jsii.set(self, "icebergDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
349
370
|
|
|
350
371
|
@builtins.property
|
|
351
372
|
@jsii.member(jsii_name="kinesisStreamSourceConfiguration")
|
|
@@ -363,7 +384,7 @@ class CfnDeliveryStream(
|
|
|
363
384
|
if __debug__:
|
|
364
385
|
type_hints = typing.get_type_hints(_typecheckingstub__025f54a26e52ce42f679eff3aa8b95a5fee2e0e5b3aba7c4320f9900690e60b9)
|
|
365
386
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
366
|
-
jsii.set(self, "kinesisStreamSourceConfiguration", value)
|
|
387
|
+
jsii.set(self, "kinesisStreamSourceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
367
388
|
|
|
368
389
|
@builtins.property
|
|
369
390
|
@jsii.member(jsii_name="mskSourceConfiguration")
|
|
@@ -381,7 +402,7 @@ class CfnDeliveryStream(
|
|
|
381
402
|
if __debug__:
|
|
382
403
|
type_hints = typing.get_type_hints(_typecheckingstub__5d05261de796c66b290d3bf9493dedca3a4f904726566b1e0d28cd6f7e525757)
|
|
383
404
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
384
|
-
jsii.set(self, "mskSourceConfiguration", value)
|
|
405
|
+
jsii.set(self, "mskSourceConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
385
406
|
|
|
386
407
|
@builtins.property
|
|
387
408
|
@jsii.member(jsii_name="redshiftDestinationConfiguration")
|
|
@@ -399,7 +420,7 @@ class CfnDeliveryStream(
|
|
|
399
420
|
if __debug__:
|
|
400
421
|
type_hints = typing.get_type_hints(_typecheckingstub__9283febc90a4404b9eb41b227b6baf567d66cf4929f4f56dc67252a81e997f1f)
|
|
401
422
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
402
|
-
jsii.set(self, "redshiftDestinationConfiguration", value)
|
|
423
|
+
jsii.set(self, "redshiftDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
403
424
|
|
|
404
425
|
@builtins.property
|
|
405
426
|
@jsii.member(jsii_name="s3DestinationConfiguration")
|
|
@@ -417,7 +438,7 @@ class CfnDeliveryStream(
|
|
|
417
438
|
if __debug__:
|
|
418
439
|
type_hints = typing.get_type_hints(_typecheckingstub__bb8b949ac7c9700a5ef03cddf3b3be451041166fe7583faee720a903b17ffd7c)
|
|
419
440
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
420
|
-
jsii.set(self, "s3DestinationConfiguration", value)
|
|
441
|
+
jsii.set(self, "s3DestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
421
442
|
|
|
422
443
|
@builtins.property
|
|
423
444
|
@jsii.member(jsii_name="snowflakeDestinationConfiguration")
|
|
@@ -435,7 +456,7 @@ class CfnDeliveryStream(
|
|
|
435
456
|
if __debug__:
|
|
436
457
|
type_hints = typing.get_type_hints(_typecheckingstub__4334e067c783ee048616b856f03ad5fb828c1a4c18bbdce130d9850ac2ce4034)
|
|
437
458
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
438
|
-
jsii.set(self, "snowflakeDestinationConfiguration", value)
|
|
459
|
+
jsii.set(self, "snowflakeDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
439
460
|
|
|
440
461
|
@builtins.property
|
|
441
462
|
@jsii.member(jsii_name="splunkDestinationConfiguration")
|
|
@@ -453,7 +474,7 @@ class CfnDeliveryStream(
|
|
|
453
474
|
if __debug__:
|
|
454
475
|
type_hints = typing.get_type_hints(_typecheckingstub__1143a0f5e018d10fdc1fff0bbcada0e3653e2264078be8b5a6441f6918b95c91)
|
|
455
476
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
456
|
-
jsii.set(self, "splunkDestinationConfiguration", value)
|
|
477
|
+
jsii.set(self, "splunkDestinationConfiguration", value) # pyright: ignore[reportArgumentType]
|
|
457
478
|
|
|
458
479
|
@builtins.property
|
|
459
480
|
@jsii.member(jsii_name="tagsRaw")
|
|
@@ -466,7 +487,7 @@ class CfnDeliveryStream(
|
|
|
466
487
|
if __debug__:
|
|
467
488
|
type_hints = typing.get_type_hints(_typecheckingstub__b611aca673873100e4f1f1366dada7f80beaecdafd39582bd00fb48881dca276)
|
|
468
489
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
469
|
-
jsii.set(self, "tagsRaw", value)
|
|
490
|
+
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
470
491
|
|
|
471
492
|
@jsii.data_type(
|
|
472
493
|
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.AmazonOpenSearchServerlessBufferingHintsProperty",
|
|
@@ -1494,6 +1515,67 @@ class CfnDeliveryStream(
|
|
|
1494
1515
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1495
1516
|
)
|
|
1496
1517
|
|
|
1518
|
+
@jsii.data_type(
|
|
1519
|
+
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.CatalogConfigurationProperty",
|
|
1520
|
+
jsii_struct_bases=[],
|
|
1521
|
+
name_mapping={"catalog_arn": "catalogArn"},
|
|
1522
|
+
)
|
|
1523
|
+
class CatalogConfigurationProperty:
|
|
1524
|
+
def __init__(
|
|
1525
|
+
self,
|
|
1526
|
+
*,
|
|
1527
|
+
catalog_arn: typing.Optional[builtins.str] = None,
|
|
1528
|
+
) -> None:
|
|
1529
|
+
'''Describes the containers where the destination Apache Iceberg Tables are persisted.
|
|
1530
|
+
|
|
1531
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
1532
|
+
|
|
1533
|
+
: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.
|
|
1534
|
+
|
|
1535
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html
|
|
1536
|
+
:exampleMetadata: fixture=_generated
|
|
1537
|
+
|
|
1538
|
+
Example::
|
|
1539
|
+
|
|
1540
|
+
# The code below shows an example of how to instantiate this type.
|
|
1541
|
+
# The values are placeholders you should change.
|
|
1542
|
+
from aws_cdk import aws_kinesisfirehose as kinesisfirehose
|
|
1543
|
+
|
|
1544
|
+
catalog_configuration_property = kinesisfirehose.CfnDeliveryStream.CatalogConfigurationProperty(
|
|
1545
|
+
catalog_arn="catalogArn"
|
|
1546
|
+
)
|
|
1547
|
+
'''
|
|
1548
|
+
if __debug__:
|
|
1549
|
+
type_hints = typing.get_type_hints(_typecheckingstub__92b3c1717fb66856049eddd62f0c12dbf945ae8d9450b716e7d065a04359aee0)
|
|
1550
|
+
check_type(argname="argument catalog_arn", value=catalog_arn, expected_type=type_hints["catalog_arn"])
|
|
1551
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1552
|
+
if catalog_arn is not None:
|
|
1553
|
+
self._values["catalog_arn"] = catalog_arn
|
|
1554
|
+
|
|
1555
|
+
@builtins.property
|
|
1556
|
+
def catalog_arn(self) -> typing.Optional[builtins.str]:
|
|
1557
|
+
'''Specifies the Glue catalog ARN indentifier of the destination Apache Iceberg Tables.
|
|
1558
|
+
|
|
1559
|
+
You must specify the ARN in the format ``arn:aws:glue:region:account-id:catalog`` .
|
|
1560
|
+
|
|
1561
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
1562
|
+
|
|
1563
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html#cfn-kinesisfirehose-deliverystream-catalogconfiguration-catalogarn
|
|
1564
|
+
'''
|
|
1565
|
+
result = self._values.get("catalog_arn")
|
|
1566
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1567
|
+
|
|
1568
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1569
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1570
|
+
|
|
1571
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1572
|
+
return not (rhs == self)
|
|
1573
|
+
|
|
1574
|
+
def __repr__(self) -> str:
|
|
1575
|
+
return "CatalogConfigurationProperty(%s)" % ", ".join(
|
|
1576
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1577
|
+
)
|
|
1578
|
+
|
|
1497
1579
|
@jsii.data_type(
|
|
1498
1580
|
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.CloudWatchLoggingOptionsProperty",
|
|
1499
1581
|
jsii_struct_bases=[],
|
|
@@ -2024,6 +2106,128 @@ class CfnDeliveryStream(
|
|
|
2024
2106
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2025
2107
|
)
|
|
2026
2108
|
|
|
2109
|
+
@jsii.data_type(
|
|
2110
|
+
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.DestinationTableConfigurationProperty",
|
|
2111
|
+
jsii_struct_bases=[],
|
|
2112
|
+
name_mapping={
|
|
2113
|
+
"destination_database_name": "destinationDatabaseName",
|
|
2114
|
+
"destination_table_name": "destinationTableName",
|
|
2115
|
+
"s3_error_output_prefix": "s3ErrorOutputPrefix",
|
|
2116
|
+
"unique_keys": "uniqueKeys",
|
|
2117
|
+
},
|
|
2118
|
+
)
|
|
2119
|
+
class DestinationTableConfigurationProperty:
|
|
2120
|
+
def __init__(
|
|
2121
|
+
self,
|
|
2122
|
+
*,
|
|
2123
|
+
destination_database_name: builtins.str,
|
|
2124
|
+
destination_table_name: builtins.str,
|
|
2125
|
+
s3_error_output_prefix: typing.Optional[builtins.str] = None,
|
|
2126
|
+
unique_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2127
|
+
) -> None:
|
|
2128
|
+
'''Describes the configuration of a destination in Apache Iceberg Tables.
|
|
2129
|
+
|
|
2130
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2131
|
+
|
|
2132
|
+
:param destination_database_name: The name of the Apache Iceberg database. Amazon Data Firehose is in preview release and is subject to change.
|
|
2133
|
+
:param destination_table_name: Specifies the name of the Apache Iceberg Table. Amazon Data Firehose is in preview release and is subject to change.
|
|
2134
|
+
: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.
|
|
2135
|
+
: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.
|
|
2136
|
+
|
|
2137
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html
|
|
2138
|
+
:exampleMetadata: fixture=_generated
|
|
2139
|
+
|
|
2140
|
+
Example::
|
|
2141
|
+
|
|
2142
|
+
# The code below shows an example of how to instantiate this type.
|
|
2143
|
+
# The values are placeholders you should change.
|
|
2144
|
+
from aws_cdk import aws_kinesisfirehose as kinesisfirehose
|
|
2145
|
+
|
|
2146
|
+
destination_table_configuration_property = kinesisfirehose.CfnDeliveryStream.DestinationTableConfigurationProperty(
|
|
2147
|
+
destination_database_name="destinationDatabaseName",
|
|
2148
|
+
destination_table_name="destinationTableName",
|
|
2149
|
+
|
|
2150
|
+
# the properties below are optional
|
|
2151
|
+
s3_error_output_prefix="s3ErrorOutputPrefix",
|
|
2152
|
+
unique_keys=["uniqueKeys"]
|
|
2153
|
+
)
|
|
2154
|
+
'''
|
|
2155
|
+
if __debug__:
|
|
2156
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d9e156eb7fa7ea4dde332f5d2ef91909983b4fa7a5b5133510252f637465ea6c)
|
|
2157
|
+
check_type(argname="argument destination_database_name", value=destination_database_name, expected_type=type_hints["destination_database_name"])
|
|
2158
|
+
check_type(argname="argument destination_table_name", value=destination_table_name, expected_type=type_hints["destination_table_name"])
|
|
2159
|
+
check_type(argname="argument s3_error_output_prefix", value=s3_error_output_prefix, expected_type=type_hints["s3_error_output_prefix"])
|
|
2160
|
+
check_type(argname="argument unique_keys", value=unique_keys, expected_type=type_hints["unique_keys"])
|
|
2161
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2162
|
+
"destination_database_name": destination_database_name,
|
|
2163
|
+
"destination_table_name": destination_table_name,
|
|
2164
|
+
}
|
|
2165
|
+
if s3_error_output_prefix is not None:
|
|
2166
|
+
self._values["s3_error_output_prefix"] = s3_error_output_prefix
|
|
2167
|
+
if unique_keys is not None:
|
|
2168
|
+
self._values["unique_keys"] = unique_keys
|
|
2169
|
+
|
|
2170
|
+
@builtins.property
|
|
2171
|
+
def destination_database_name(self) -> builtins.str:
|
|
2172
|
+
'''The name of the Apache Iceberg database.
|
|
2173
|
+
|
|
2174
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2175
|
+
|
|
2176
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-destinationdatabasename
|
|
2177
|
+
'''
|
|
2178
|
+
result = self._values.get("destination_database_name")
|
|
2179
|
+
assert result is not None, "Required property 'destination_database_name' is missing"
|
|
2180
|
+
return typing.cast(builtins.str, result)
|
|
2181
|
+
|
|
2182
|
+
@builtins.property
|
|
2183
|
+
def destination_table_name(self) -> builtins.str:
|
|
2184
|
+
'''Specifies the name of the Apache Iceberg Table.
|
|
2185
|
+
|
|
2186
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2187
|
+
|
|
2188
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-destinationtablename
|
|
2189
|
+
'''
|
|
2190
|
+
result = self._values.get("destination_table_name")
|
|
2191
|
+
assert result is not None, "Required property 'destination_table_name' is missing"
|
|
2192
|
+
return typing.cast(builtins.str, result)
|
|
2193
|
+
|
|
2194
|
+
@builtins.property
|
|
2195
|
+
def s3_error_output_prefix(self) -> typing.Optional[builtins.str]:
|
|
2196
|
+
'''The table specific S3 error output prefix.
|
|
2197
|
+
|
|
2198
|
+
All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
|
|
2199
|
+
|
|
2200
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2201
|
+
|
|
2202
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-s3erroroutputprefix
|
|
2203
|
+
'''
|
|
2204
|
+
result = self._values.get("s3_error_output_prefix")
|
|
2205
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2206
|
+
|
|
2207
|
+
@builtins.property
|
|
2208
|
+
def unique_keys(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2209
|
+
'''A list of unique keys for a given Apache Iceberg table.
|
|
2210
|
+
|
|
2211
|
+
Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.
|
|
2212
|
+
|
|
2213
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2214
|
+
|
|
2215
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-destinationtableconfiguration.html#cfn-kinesisfirehose-deliverystream-destinationtableconfiguration-uniquekeys
|
|
2216
|
+
'''
|
|
2217
|
+
result = self._values.get("unique_keys")
|
|
2218
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2219
|
+
|
|
2220
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2221
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2222
|
+
|
|
2223
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2224
|
+
return not (rhs == self)
|
|
2225
|
+
|
|
2226
|
+
def __repr__(self) -> str:
|
|
2227
|
+
return "DestinationTableConfigurationProperty(%s)" % ", ".join(
|
|
2228
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2229
|
+
)
|
|
2230
|
+
|
|
2027
2231
|
@jsii.data_type(
|
|
2028
2232
|
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.DocumentIdOptionsProperty",
|
|
2029
2233
|
jsii_struct_bases=[],
|
|
@@ -3729,6 +3933,267 @@ class CfnDeliveryStream(
|
|
|
3729
3933
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
3730
3934
|
)
|
|
3731
3935
|
|
|
3936
|
+
@jsii.data_type(
|
|
3937
|
+
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.IcebergDestinationConfigurationProperty",
|
|
3938
|
+
jsii_struct_bases=[],
|
|
3939
|
+
name_mapping={
|
|
3940
|
+
"catalog_configuration": "catalogConfiguration",
|
|
3941
|
+
"role_arn": "roleArn",
|
|
3942
|
+
"s3_configuration": "s3Configuration",
|
|
3943
|
+
"buffering_hints": "bufferingHints",
|
|
3944
|
+
"cloud_watch_logging_options": "cloudWatchLoggingOptions",
|
|
3945
|
+
"destination_table_configuration_list": "destinationTableConfigurationList",
|
|
3946
|
+
"processing_configuration": "processingConfiguration",
|
|
3947
|
+
"retry_options": "retryOptions",
|
|
3948
|
+
"s3_backup_mode": "s3BackupMode",
|
|
3949
|
+
},
|
|
3950
|
+
)
|
|
3951
|
+
class IcebergDestinationConfigurationProperty:
|
|
3952
|
+
def __init__(
|
|
3953
|
+
self,
|
|
3954
|
+
*,
|
|
3955
|
+
catalog_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.CatalogConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
3956
|
+
role_arn: builtins.str,
|
|
3957
|
+
s3_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.S3DestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
3958
|
+
buffering_hints: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.BufferingHintsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3959
|
+
cloud_watch_logging_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.CloudWatchLoggingOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3960
|
+
destination_table_configuration_list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.DestinationTableConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
3961
|
+
processing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.ProcessingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3962
|
+
retry_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.RetryOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3963
|
+
s3_backup_mode: typing.Optional[builtins.str] = None,
|
|
3964
|
+
) -> None:
|
|
3965
|
+
'''Specifies the destination configure settings for Apache Iceberg Table.
|
|
3966
|
+
|
|
3967
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
3968
|
+
|
|
3969
|
+
: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.
|
|
3970
|
+
: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.
|
|
3971
|
+
:param s3_configuration:
|
|
3972
|
+
:param buffering_hints:
|
|
3973
|
+
:param cloud_watch_logging_options:
|
|
3974
|
+
: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. Amazon Data Firehose is in preview release and is subject to change.
|
|
3975
|
+
:param processing_configuration:
|
|
3976
|
+
:param retry_options:
|
|
3977
|
+
:param s3_backup_mode: Describes how Firehose will backup records. Currently,S3 backup only supports ``FailedDataOnly`` for preview. Amazon Data Firehose is in preview release and is subject to change.
|
|
3978
|
+
|
|
3979
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html
|
|
3980
|
+
:exampleMetadata: fixture=_generated
|
|
3981
|
+
|
|
3982
|
+
Example::
|
|
3983
|
+
|
|
3984
|
+
# The code below shows an example of how to instantiate this type.
|
|
3985
|
+
# The values are placeholders you should change.
|
|
3986
|
+
from aws_cdk import aws_kinesisfirehose as kinesisfirehose
|
|
3987
|
+
|
|
3988
|
+
iceberg_destination_configuration_property = kinesisfirehose.CfnDeliveryStream.IcebergDestinationConfigurationProperty(
|
|
3989
|
+
catalog_configuration=kinesisfirehose.CfnDeliveryStream.CatalogConfigurationProperty(
|
|
3990
|
+
catalog_arn="catalogArn"
|
|
3991
|
+
),
|
|
3992
|
+
role_arn="roleArn",
|
|
3993
|
+
s3_configuration=kinesisfirehose.CfnDeliveryStream.S3DestinationConfigurationProperty(
|
|
3994
|
+
bucket_arn="bucketArn",
|
|
3995
|
+
role_arn="roleArn",
|
|
3996
|
+
|
|
3997
|
+
# the properties below are optional
|
|
3998
|
+
buffering_hints=kinesisfirehose.CfnDeliveryStream.BufferingHintsProperty(
|
|
3999
|
+
interval_in_seconds=123,
|
|
4000
|
+
size_in_mBs=123
|
|
4001
|
+
),
|
|
4002
|
+
cloud_watch_logging_options=kinesisfirehose.CfnDeliveryStream.CloudWatchLoggingOptionsProperty(
|
|
4003
|
+
enabled=False,
|
|
4004
|
+
log_group_name="logGroupName",
|
|
4005
|
+
log_stream_name="logStreamName"
|
|
4006
|
+
),
|
|
4007
|
+
compression_format="compressionFormat",
|
|
4008
|
+
encryption_configuration=kinesisfirehose.CfnDeliveryStream.EncryptionConfigurationProperty(
|
|
4009
|
+
kms_encryption_config=kinesisfirehose.CfnDeliveryStream.KMSEncryptionConfigProperty(
|
|
4010
|
+
awskms_key_arn="awskmsKeyArn"
|
|
4011
|
+
),
|
|
4012
|
+
no_encryption_config="noEncryptionConfig"
|
|
4013
|
+
),
|
|
4014
|
+
error_output_prefix="errorOutputPrefix",
|
|
4015
|
+
prefix="prefix"
|
|
4016
|
+
),
|
|
4017
|
+
|
|
4018
|
+
# the properties below are optional
|
|
4019
|
+
buffering_hints=kinesisfirehose.CfnDeliveryStream.BufferingHintsProperty(
|
|
4020
|
+
interval_in_seconds=123,
|
|
4021
|
+
size_in_mBs=123
|
|
4022
|
+
),
|
|
4023
|
+
cloud_watch_logging_options=kinesisfirehose.CfnDeliveryStream.CloudWatchLoggingOptionsProperty(
|
|
4024
|
+
enabled=False,
|
|
4025
|
+
log_group_name="logGroupName",
|
|
4026
|
+
log_stream_name="logStreamName"
|
|
4027
|
+
),
|
|
4028
|
+
destination_table_configuration_list=[kinesisfirehose.CfnDeliveryStream.DestinationTableConfigurationProperty(
|
|
4029
|
+
destination_database_name="destinationDatabaseName",
|
|
4030
|
+
destination_table_name="destinationTableName",
|
|
4031
|
+
|
|
4032
|
+
# the properties below are optional
|
|
4033
|
+
s3_error_output_prefix="s3ErrorOutputPrefix",
|
|
4034
|
+
unique_keys=["uniqueKeys"]
|
|
4035
|
+
)],
|
|
4036
|
+
processing_configuration=kinesisfirehose.CfnDeliveryStream.ProcessingConfigurationProperty(
|
|
4037
|
+
enabled=False,
|
|
4038
|
+
processors=[kinesisfirehose.CfnDeliveryStream.ProcessorProperty(
|
|
4039
|
+
type="type",
|
|
4040
|
+
|
|
4041
|
+
# the properties below are optional
|
|
4042
|
+
parameters=[kinesisfirehose.CfnDeliveryStream.ProcessorParameterProperty(
|
|
4043
|
+
parameter_name="parameterName",
|
|
4044
|
+
parameter_value="parameterValue"
|
|
4045
|
+
)]
|
|
4046
|
+
)]
|
|
4047
|
+
),
|
|
4048
|
+
retry_options=kinesisfirehose.CfnDeliveryStream.RetryOptionsProperty(
|
|
4049
|
+
duration_in_seconds=123
|
|
4050
|
+
),
|
|
4051
|
+
s3_backup_mode="s3BackupMode"
|
|
4052
|
+
)
|
|
4053
|
+
'''
|
|
4054
|
+
if __debug__:
|
|
4055
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7cc5b65e233b52b72b153275ce8ced9f593e3385051386bed6920a574cf9f53d)
|
|
4056
|
+
check_type(argname="argument catalog_configuration", value=catalog_configuration, expected_type=type_hints["catalog_configuration"])
|
|
4057
|
+
check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
|
|
4058
|
+
check_type(argname="argument s3_configuration", value=s3_configuration, expected_type=type_hints["s3_configuration"])
|
|
4059
|
+
check_type(argname="argument buffering_hints", value=buffering_hints, expected_type=type_hints["buffering_hints"])
|
|
4060
|
+
check_type(argname="argument cloud_watch_logging_options", value=cloud_watch_logging_options, expected_type=type_hints["cloud_watch_logging_options"])
|
|
4061
|
+
check_type(argname="argument destination_table_configuration_list", value=destination_table_configuration_list, expected_type=type_hints["destination_table_configuration_list"])
|
|
4062
|
+
check_type(argname="argument processing_configuration", value=processing_configuration, expected_type=type_hints["processing_configuration"])
|
|
4063
|
+
check_type(argname="argument retry_options", value=retry_options, expected_type=type_hints["retry_options"])
|
|
4064
|
+
check_type(argname="argument s3_backup_mode", value=s3_backup_mode, expected_type=type_hints["s3_backup_mode"])
|
|
4065
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4066
|
+
"catalog_configuration": catalog_configuration,
|
|
4067
|
+
"role_arn": role_arn,
|
|
4068
|
+
"s3_configuration": s3_configuration,
|
|
4069
|
+
}
|
|
4070
|
+
if buffering_hints is not None:
|
|
4071
|
+
self._values["buffering_hints"] = buffering_hints
|
|
4072
|
+
if cloud_watch_logging_options is not None:
|
|
4073
|
+
self._values["cloud_watch_logging_options"] = cloud_watch_logging_options
|
|
4074
|
+
if destination_table_configuration_list is not None:
|
|
4075
|
+
self._values["destination_table_configuration_list"] = destination_table_configuration_list
|
|
4076
|
+
if processing_configuration is not None:
|
|
4077
|
+
self._values["processing_configuration"] = processing_configuration
|
|
4078
|
+
if retry_options is not None:
|
|
4079
|
+
self._values["retry_options"] = retry_options
|
|
4080
|
+
if s3_backup_mode is not None:
|
|
4081
|
+
self._values["s3_backup_mode"] = s3_backup_mode
|
|
4082
|
+
|
|
4083
|
+
@builtins.property
|
|
4084
|
+
def catalog_configuration(
|
|
4085
|
+
self,
|
|
4086
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CatalogConfigurationProperty"]:
|
|
4087
|
+
'''Configuration describing where the destination Apache Iceberg Tables are persisted.
|
|
4088
|
+
|
|
4089
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
4090
|
+
|
|
4091
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-catalogconfiguration
|
|
4092
|
+
'''
|
|
4093
|
+
result = self._values.get("catalog_configuration")
|
|
4094
|
+
assert result is not None, "Required property 'catalog_configuration' is missing"
|
|
4095
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CatalogConfigurationProperty"], result)
|
|
4096
|
+
|
|
4097
|
+
@builtins.property
|
|
4098
|
+
def role_arn(self) -> builtins.str:
|
|
4099
|
+
'''The Amazon Resource Name (ARN) of the the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
|
|
4100
|
+
|
|
4101
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
4102
|
+
|
|
4103
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-rolearn
|
|
4104
|
+
'''
|
|
4105
|
+
result = self._values.get("role_arn")
|
|
4106
|
+
assert result is not None, "Required property 'role_arn' is missing"
|
|
4107
|
+
return typing.cast(builtins.str, result)
|
|
4108
|
+
|
|
4109
|
+
@builtins.property
|
|
4110
|
+
def s3_configuration(
|
|
4111
|
+
self,
|
|
4112
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.S3DestinationConfigurationProperty"]:
|
|
4113
|
+
'''
|
|
4114
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-s3configuration
|
|
4115
|
+
'''
|
|
4116
|
+
result = self._values.get("s3_configuration")
|
|
4117
|
+
assert result is not None, "Required property 's3_configuration' is missing"
|
|
4118
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.S3DestinationConfigurationProperty"], result)
|
|
4119
|
+
|
|
4120
|
+
@builtins.property
|
|
4121
|
+
def buffering_hints(
|
|
4122
|
+
self,
|
|
4123
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.BufferingHintsProperty"]]:
|
|
4124
|
+
'''
|
|
4125
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-bufferinghints
|
|
4126
|
+
'''
|
|
4127
|
+
result = self._values.get("buffering_hints")
|
|
4128
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.BufferingHintsProperty"]], result)
|
|
4129
|
+
|
|
4130
|
+
@builtins.property
|
|
4131
|
+
def cloud_watch_logging_options(
|
|
4132
|
+
self,
|
|
4133
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CloudWatchLoggingOptionsProperty"]]:
|
|
4134
|
+
'''
|
|
4135
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-cloudwatchloggingoptions
|
|
4136
|
+
'''
|
|
4137
|
+
result = self._values.get("cloud_watch_logging_options")
|
|
4138
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.CloudWatchLoggingOptionsProperty"]], result)
|
|
4139
|
+
|
|
4140
|
+
@builtins.property
|
|
4141
|
+
def destination_table_configuration_list(
|
|
4142
|
+
self,
|
|
4143
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DestinationTableConfigurationProperty"]]]]:
|
|
4144
|
+
'''Provides a list of ``DestinationTableConfigurations`` which Firehose uses to deliver data to Apache Iceberg Tables.
|
|
4145
|
+
|
|
4146
|
+
Firehose will write data with insert if table specific configuration is not provided here.
|
|
4147
|
+
|
|
4148
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
4149
|
+
|
|
4150
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-destinationtableconfigurationlist
|
|
4151
|
+
'''
|
|
4152
|
+
result = self._values.get("destination_table_configuration_list")
|
|
4153
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DestinationTableConfigurationProperty"]]]], result)
|
|
4154
|
+
|
|
4155
|
+
@builtins.property
|
|
4156
|
+
def processing_configuration(
|
|
4157
|
+
self,
|
|
4158
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.ProcessingConfigurationProperty"]]:
|
|
4159
|
+
'''
|
|
4160
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-processingconfiguration
|
|
4161
|
+
'''
|
|
4162
|
+
result = self._values.get("processing_configuration")
|
|
4163
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.ProcessingConfigurationProperty"]], result)
|
|
4164
|
+
|
|
4165
|
+
@builtins.property
|
|
4166
|
+
def retry_options(
|
|
4167
|
+
self,
|
|
4168
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.RetryOptionsProperty"]]:
|
|
4169
|
+
'''
|
|
4170
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-retryoptions
|
|
4171
|
+
'''
|
|
4172
|
+
result = self._values.get("retry_options")
|
|
4173
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.RetryOptionsProperty"]], result)
|
|
4174
|
+
|
|
4175
|
+
@builtins.property
|
|
4176
|
+
def s3_backup_mode(self) -> typing.Optional[builtins.str]:
|
|
4177
|
+
'''Describes how Firehose will backup records. Currently,S3 backup only supports ``FailedDataOnly`` for preview.
|
|
4178
|
+
|
|
4179
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
4180
|
+
|
|
4181
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-icebergdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration-s3backupmode
|
|
4182
|
+
'''
|
|
4183
|
+
result = self._values.get("s3_backup_mode")
|
|
4184
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4185
|
+
|
|
4186
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4187
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4188
|
+
|
|
4189
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4190
|
+
return not (rhs == self)
|
|
4191
|
+
|
|
4192
|
+
def __repr__(self) -> str:
|
|
4193
|
+
return "IcebergDestinationConfigurationProperty(%s)" % ", ".join(
|
|
4194
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4195
|
+
)
|
|
4196
|
+
|
|
3732
4197
|
@jsii.data_type(
|
|
3733
4198
|
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.InputFormatConfigurationProperty",
|
|
3734
4199
|
jsii_struct_bases=[],
|
|
@@ -3933,6 +4398,7 @@ class CfnDeliveryStream(
|
|
|
3933
4398
|
"authentication_configuration": "authenticationConfiguration",
|
|
3934
4399
|
"msk_cluster_arn": "mskClusterArn",
|
|
3935
4400
|
"topic_name": "topicName",
|
|
4401
|
+
"read_from_timestamp": "readFromTimestamp",
|
|
3936
4402
|
},
|
|
3937
4403
|
)
|
|
3938
4404
|
class MSKSourceConfigurationProperty:
|
|
@@ -3942,12 +4408,14 @@ class CfnDeliveryStream(
|
|
|
3942
4408
|
authentication_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.AuthenticationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
3943
4409
|
msk_cluster_arn: builtins.str,
|
|
3944
4410
|
topic_name: builtins.str,
|
|
4411
|
+
read_from_timestamp: typing.Optional[builtins.str] = None,
|
|
3945
4412
|
) -> None:
|
|
3946
4413
|
'''The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
3947
4414
|
|
|
3948
4415
|
:param authentication_configuration: The authentication configuration of the Amazon MSK cluster.
|
|
3949
4416
|
:param msk_cluster_arn: The ARN of the Amazon MSK cluster.
|
|
3950
4417
|
:param topic_name: The topic name within the Amazon MSK cluster.
|
|
4418
|
+
:param read_from_timestamp: The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active. If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ``ReadFromTimestamp`` parameter to Epoch (1970-01-01T00:00:00Z).
|
|
3951
4419
|
|
|
3952
4420
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html
|
|
3953
4421
|
:exampleMetadata: fixture=_generated
|
|
@@ -3964,7 +4432,10 @@ class CfnDeliveryStream(
|
|
|
3964
4432
|
role_arn="roleArn"
|
|
3965
4433
|
),
|
|
3966
4434
|
msk_cluster_arn="mskClusterArn",
|
|
3967
|
-
topic_name="topicName"
|
|
4435
|
+
topic_name="topicName",
|
|
4436
|
+
|
|
4437
|
+
# the properties below are optional
|
|
4438
|
+
read_from_timestamp="readFromTimestamp"
|
|
3968
4439
|
)
|
|
3969
4440
|
'''
|
|
3970
4441
|
if __debug__:
|
|
@@ -3972,11 +4443,14 @@ class CfnDeliveryStream(
|
|
|
3972
4443
|
check_type(argname="argument authentication_configuration", value=authentication_configuration, expected_type=type_hints["authentication_configuration"])
|
|
3973
4444
|
check_type(argname="argument msk_cluster_arn", value=msk_cluster_arn, expected_type=type_hints["msk_cluster_arn"])
|
|
3974
4445
|
check_type(argname="argument topic_name", value=topic_name, expected_type=type_hints["topic_name"])
|
|
4446
|
+
check_type(argname="argument read_from_timestamp", value=read_from_timestamp, expected_type=type_hints["read_from_timestamp"])
|
|
3975
4447
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3976
4448
|
"authentication_configuration": authentication_configuration,
|
|
3977
4449
|
"msk_cluster_arn": msk_cluster_arn,
|
|
3978
4450
|
"topic_name": topic_name,
|
|
3979
4451
|
}
|
|
4452
|
+
if read_from_timestamp is not None:
|
|
4453
|
+
self._values["read_from_timestamp"] = read_from_timestamp
|
|
3980
4454
|
|
|
3981
4455
|
@builtins.property
|
|
3982
4456
|
def authentication_configuration(
|
|
@@ -4010,6 +4484,19 @@ class CfnDeliveryStream(
|
|
|
4010
4484
|
assert result is not None, "Required property 'topic_name' is missing"
|
|
4011
4485
|
return typing.cast(builtins.str, result)
|
|
4012
4486
|
|
|
4487
|
+
@builtins.property
|
|
4488
|
+
def read_from_timestamp(self) -> typing.Optional[builtins.str]:
|
|
4489
|
+
'''The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read.
|
|
4490
|
+
|
|
4491
|
+
By default, this is set to timestamp when Firehose becomes Active.
|
|
4492
|
+
|
|
4493
|
+
If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ``ReadFromTimestamp`` parameter to Epoch (1970-01-01T00:00:00Z).
|
|
4494
|
+
|
|
4495
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html#cfn-kinesisfirehose-deliverystream-msksourceconfiguration-readfromtimestamp
|
|
4496
|
+
'''
|
|
4497
|
+
result = self._values.get("read_from_timestamp")
|
|
4498
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4499
|
+
|
|
4013
4500
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4014
4501
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4015
4502
|
|
|
@@ -5831,6 +6318,85 @@ class CfnDeliveryStream(
|
|
|
5831
6318
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
5832
6319
|
)
|
|
5833
6320
|
|
|
6321
|
+
@jsii.data_type(
|
|
6322
|
+
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.SnowflakeBufferingHintsProperty",
|
|
6323
|
+
jsii_struct_bases=[],
|
|
6324
|
+
name_mapping={
|
|
6325
|
+
"interval_in_seconds": "intervalInSeconds",
|
|
6326
|
+
"size_in_m_bs": "sizeInMBs",
|
|
6327
|
+
},
|
|
6328
|
+
)
|
|
6329
|
+
class SnowflakeBufferingHintsProperty:
|
|
6330
|
+
def __init__(
|
|
6331
|
+
self,
|
|
6332
|
+
*,
|
|
6333
|
+
interval_in_seconds: typing.Optional[jsii.Number] = None,
|
|
6334
|
+
size_in_m_bs: typing.Optional[jsii.Number] = None,
|
|
6335
|
+
) -> None:
|
|
6336
|
+
'''Describes the buffering to perform before delivering data to the Snowflake destination.
|
|
6337
|
+
|
|
6338
|
+
If you do not specify any value, Firehose uses the default values.
|
|
6339
|
+
|
|
6340
|
+
: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.
|
|
6341
|
+
:param size_in_m_bs: Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 1.
|
|
6342
|
+
|
|
6343
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-snowflakebufferinghints.html
|
|
6344
|
+
:exampleMetadata: fixture=_generated
|
|
6345
|
+
|
|
6346
|
+
Example::
|
|
6347
|
+
|
|
6348
|
+
# The code below shows an example of how to instantiate this type.
|
|
6349
|
+
# The values are placeholders you should change.
|
|
6350
|
+
from aws_cdk import aws_kinesisfirehose as kinesisfirehose
|
|
6351
|
+
|
|
6352
|
+
snowflake_buffering_hints_property = kinesisfirehose.CfnDeliveryStream.SnowflakeBufferingHintsProperty(
|
|
6353
|
+
interval_in_seconds=123,
|
|
6354
|
+
size_in_mBs=123
|
|
6355
|
+
)
|
|
6356
|
+
'''
|
|
6357
|
+
if __debug__:
|
|
6358
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c4d37eb171641c85a4fd06dfff9a42a4ac04df542059c602ae6c3ce07e369214)
|
|
6359
|
+
check_type(argname="argument interval_in_seconds", value=interval_in_seconds, expected_type=type_hints["interval_in_seconds"])
|
|
6360
|
+
check_type(argname="argument size_in_m_bs", value=size_in_m_bs, expected_type=type_hints["size_in_m_bs"])
|
|
6361
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
6362
|
+
if interval_in_seconds is not None:
|
|
6363
|
+
self._values["interval_in_seconds"] = interval_in_seconds
|
|
6364
|
+
if size_in_m_bs is not None:
|
|
6365
|
+
self._values["size_in_m_bs"] = size_in_m_bs
|
|
6366
|
+
|
|
6367
|
+
@builtins.property
|
|
6368
|
+
def interval_in_seconds(self) -> typing.Optional[jsii.Number]:
|
|
6369
|
+
'''Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
|
6370
|
+
|
|
6371
|
+
The default value is 0.
|
|
6372
|
+
|
|
6373
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-snowflakebufferinghints.html#cfn-kinesisfirehose-deliverystream-snowflakebufferinghints-intervalinseconds
|
|
6374
|
+
'''
|
|
6375
|
+
result = self._values.get("interval_in_seconds")
|
|
6376
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
6377
|
+
|
|
6378
|
+
@builtins.property
|
|
6379
|
+
def size_in_m_bs(self) -> typing.Optional[jsii.Number]:
|
|
6380
|
+
'''Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
|
6381
|
+
|
|
6382
|
+
The default value is 1.
|
|
6383
|
+
|
|
6384
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-snowflakebufferinghints.html#cfn-kinesisfirehose-deliverystream-snowflakebufferinghints-sizeinmbs
|
|
6385
|
+
'''
|
|
6386
|
+
result = self._values.get("size_in_m_bs")
|
|
6387
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
6388
|
+
|
|
6389
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6390
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6391
|
+
|
|
6392
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6393
|
+
return not (rhs == self)
|
|
6394
|
+
|
|
6395
|
+
def __repr__(self) -> str:
|
|
6396
|
+
return "SnowflakeBufferingHintsProperty(%s)" % ", ".join(
|
|
6397
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6398
|
+
)
|
|
6399
|
+
|
|
5834
6400
|
@jsii.data_type(
|
|
5835
6401
|
jsii_type="aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.SnowflakeDestinationConfigurationProperty",
|
|
5836
6402
|
jsii_struct_bases=[],
|
|
@@ -5841,6 +6407,7 @@ class CfnDeliveryStream(
|
|
|
5841
6407
|
"s3_configuration": "s3Configuration",
|
|
5842
6408
|
"schema": "schema",
|
|
5843
6409
|
"table": "table",
|
|
6410
|
+
"buffering_hints": "bufferingHints",
|
|
5844
6411
|
"cloud_watch_logging_options": "cloudWatchLoggingOptions",
|
|
5845
6412
|
"content_column_name": "contentColumnName",
|
|
5846
6413
|
"data_loading_option": "dataLoadingOption",
|
|
@@ -5866,6 +6433,7 @@ class CfnDeliveryStream(
|
|
|
5866
6433
|
s3_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.S3DestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
5867
6434
|
schema: builtins.str,
|
|
5868
6435
|
table: builtins.str,
|
|
6436
|
+
buffering_hints: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.SnowflakeBufferingHintsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5869
6437
|
cloud_watch_logging_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.CloudWatchLoggingOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5870
6438
|
content_column_name: typing.Optional[builtins.str] = None,
|
|
5871
6439
|
data_loading_option: typing.Optional[builtins.str] = None,
|
|
@@ -5888,13 +6456,14 @@ class CfnDeliveryStream(
|
|
|
5888
6456
|
:param s3_configuration:
|
|
5889
6457
|
:param schema: Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views.
|
|
5890
6458
|
:param table: All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
|
|
6459
|
+
:param buffering_hints: Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
|
|
5891
6460
|
:param cloud_watch_logging_options:
|
|
5892
6461
|
:param content_column_name: The name of the record content column.
|
|
5893
6462
|
:param data_loading_option: Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
|
|
5894
6463
|
:param key_passphrase: Passphrase to decrypt the private key when the key is encrypted. For information, see `Using Key Pair Authentication & Key Rotation <https://docs.aws.amazon.com/https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation>`_ .
|
|
5895
6464
|
:param meta_data_column_name: The name of the record metadata column.
|
|
5896
6465
|
:param private_key: The private key used to encrypt your Snowflake client. For information, see `Using Key Pair Authentication & Key Rotation <https://docs.aws.amazon.com/https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation>`_ .
|
|
5897
|
-
:param processing_configuration:
|
|
6466
|
+
:param processing_configuration: Specifies configuration for Snowflake.
|
|
5898
6467
|
:param retry_options: The time period where Firehose will retry sending data to the chosen HTTP endpoint.
|
|
5899
6468
|
:param s3_backup_mode: Choose an S3 backup mode.
|
|
5900
6469
|
:param secrets_manager_configuration: The configuration that defines how you access secrets for Snowflake.
|
|
@@ -5943,6 +6512,10 @@ class CfnDeliveryStream(
|
|
|
5943
6512
|
table="table",
|
|
5944
6513
|
|
|
5945
6514
|
# the properties below are optional
|
|
6515
|
+
buffering_hints=kinesisfirehose.CfnDeliveryStream.SnowflakeBufferingHintsProperty(
|
|
6516
|
+
interval_in_seconds=123,
|
|
6517
|
+
size_in_mBs=123
|
|
6518
|
+
),
|
|
5946
6519
|
cloud_watch_logging_options=kinesisfirehose.CfnDeliveryStream.CloudWatchLoggingOptionsProperty(
|
|
5947
6520
|
enabled=False,
|
|
5948
6521
|
log_group_name="logGroupName",
|
|
@@ -5994,6 +6567,7 @@ class CfnDeliveryStream(
|
|
|
5994
6567
|
check_type(argname="argument s3_configuration", value=s3_configuration, expected_type=type_hints["s3_configuration"])
|
|
5995
6568
|
check_type(argname="argument schema", value=schema, expected_type=type_hints["schema"])
|
|
5996
6569
|
check_type(argname="argument table", value=table, expected_type=type_hints["table"])
|
|
6570
|
+
check_type(argname="argument buffering_hints", value=buffering_hints, expected_type=type_hints["buffering_hints"])
|
|
5997
6571
|
check_type(argname="argument cloud_watch_logging_options", value=cloud_watch_logging_options, expected_type=type_hints["cloud_watch_logging_options"])
|
|
5998
6572
|
check_type(argname="argument content_column_name", value=content_column_name, expected_type=type_hints["content_column_name"])
|
|
5999
6573
|
check_type(argname="argument data_loading_option", value=data_loading_option, expected_type=type_hints["data_loading_option"])
|
|
@@ -6015,6 +6589,8 @@ class CfnDeliveryStream(
|
|
|
6015
6589
|
"schema": schema,
|
|
6016
6590
|
"table": table,
|
|
6017
6591
|
}
|
|
6592
|
+
if buffering_hints is not None:
|
|
6593
|
+
self._values["buffering_hints"] = buffering_hints
|
|
6018
6594
|
if cloud_watch_logging_options is not None:
|
|
6019
6595
|
self._values["cloud_watch_logging_options"] = cloud_watch_logging_options
|
|
6020
6596
|
if content_column_name is not None:
|
|
@@ -6105,6 +6681,19 @@ class CfnDeliveryStream(
|
|
|
6105
6681
|
assert result is not None, "Required property 'table' is missing"
|
|
6106
6682
|
return typing.cast(builtins.str, result)
|
|
6107
6683
|
|
|
6684
|
+
@builtins.property
|
|
6685
|
+
def buffering_hints(
|
|
6686
|
+
self,
|
|
6687
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.SnowflakeBufferingHintsProperty"]]:
|
|
6688
|
+
'''Describes the buffering to perform before delivering data to the Snowflake destination.
|
|
6689
|
+
|
|
6690
|
+
If you do not specify any value, Firehose uses the default values.
|
|
6691
|
+
|
|
6692
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-snowflakedestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-snowflakedestinationconfiguration-bufferinghints
|
|
6693
|
+
'''
|
|
6694
|
+
result = self._values.get("buffering_hints")
|
|
6695
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.SnowflakeBufferingHintsProperty"]], result)
|
|
6696
|
+
|
|
6108
6697
|
@builtins.property
|
|
6109
6698
|
def cloud_watch_logging_options(
|
|
6110
6699
|
self,
|
|
@@ -6168,7 +6757,8 @@ class CfnDeliveryStream(
|
|
|
6168
6757
|
def processing_configuration(
|
|
6169
6758
|
self,
|
|
6170
6759
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.ProcessingConfigurationProperty"]]:
|
|
6171
|
-
'''
|
|
6760
|
+
'''Specifies configuration for Snowflake.
|
|
6761
|
+
|
|
6172
6762
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-snowflakedestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-snowflakedestinationconfiguration-processingconfiguration
|
|
6173
6763
|
'''
|
|
6174
6764
|
result = self._values.get("processing_configuration")
|
|
@@ -6983,6 +7573,7 @@ class CfnDeliveryStream(
|
|
|
6983
7573
|
"elasticsearch_destination_configuration": "elasticsearchDestinationConfiguration",
|
|
6984
7574
|
"extended_s3_destination_configuration": "extendedS3DestinationConfiguration",
|
|
6985
7575
|
"http_endpoint_destination_configuration": "httpEndpointDestinationConfiguration",
|
|
7576
|
+
"iceberg_destination_configuration": "icebergDestinationConfiguration",
|
|
6986
7577
|
"kinesis_stream_source_configuration": "kinesisStreamSourceConfiguration",
|
|
6987
7578
|
"msk_source_configuration": "mskSourceConfiguration",
|
|
6988
7579
|
"redshift_destination_configuration": "redshiftDestinationConfiguration",
|
|
@@ -7004,6 +7595,7 @@ class CfnDeliveryStreamProps:
|
|
|
7004
7595
|
elasticsearch_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7005
7596
|
extended_s3_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7006
7597
|
http_endpoint_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7598
|
+
iceberg_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.IcebergDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7007
7599
|
kinesis_stream_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.KinesisStreamSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7008
7600
|
msk_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.MSKSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7009
7601
|
redshift_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.RedshiftDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7022,6 +7614,7 @@ class CfnDeliveryStreamProps:
|
|
|
7022
7614
|
: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>`_ .
|
|
7023
7615
|
: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>`_ .
|
|
7024
7616
|
:param http_endpoint_destination_configuration: Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
|
|
7617
|
+
:param iceberg_destination_configuration: Specifies the destination configure settings for Apache Iceberg Table. Amazon Data Firehose is in preview release and is subject to change.
|
|
7025
7618
|
: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.
|
|
7026
7619
|
:param msk_source_configuration: The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
7027
7620
|
: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>`_ .
|
|
@@ -7065,6 +7658,7 @@ class CfnDeliveryStreamProps:
|
|
|
7065
7658
|
check_type(argname="argument elasticsearch_destination_configuration", value=elasticsearch_destination_configuration, expected_type=type_hints["elasticsearch_destination_configuration"])
|
|
7066
7659
|
check_type(argname="argument extended_s3_destination_configuration", value=extended_s3_destination_configuration, expected_type=type_hints["extended_s3_destination_configuration"])
|
|
7067
7660
|
check_type(argname="argument http_endpoint_destination_configuration", value=http_endpoint_destination_configuration, expected_type=type_hints["http_endpoint_destination_configuration"])
|
|
7661
|
+
check_type(argname="argument iceberg_destination_configuration", value=iceberg_destination_configuration, expected_type=type_hints["iceberg_destination_configuration"])
|
|
7068
7662
|
check_type(argname="argument kinesis_stream_source_configuration", value=kinesis_stream_source_configuration, expected_type=type_hints["kinesis_stream_source_configuration"])
|
|
7069
7663
|
check_type(argname="argument msk_source_configuration", value=msk_source_configuration, expected_type=type_hints["msk_source_configuration"])
|
|
7070
7664
|
check_type(argname="argument redshift_destination_configuration", value=redshift_destination_configuration, expected_type=type_hints["redshift_destination_configuration"])
|
|
@@ -7089,6 +7683,8 @@ class CfnDeliveryStreamProps:
|
|
|
7089
7683
|
self._values["extended_s3_destination_configuration"] = extended_s3_destination_configuration
|
|
7090
7684
|
if http_endpoint_destination_configuration is not None:
|
|
7091
7685
|
self._values["http_endpoint_destination_configuration"] = http_endpoint_destination_configuration
|
|
7686
|
+
if iceberg_destination_configuration is not None:
|
|
7687
|
+
self._values["iceberg_destination_configuration"] = iceberg_destination_configuration
|
|
7092
7688
|
if kinesis_stream_source_configuration is not None:
|
|
7093
7689
|
self._values["kinesis_stream_source_configuration"] = kinesis_stream_source_configuration
|
|
7094
7690
|
if msk_source_configuration is not None:
|
|
@@ -7203,6 +7799,19 @@ class CfnDeliveryStreamProps:
|
|
|
7203
7799
|
result = self._values.get("http_endpoint_destination_configuration")
|
|
7204
7800
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty]], result)
|
|
7205
7801
|
|
|
7802
|
+
@builtins.property
|
|
7803
|
+
def iceberg_destination_configuration(
|
|
7804
|
+
self,
|
|
7805
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryStream.IcebergDestinationConfigurationProperty]]:
|
|
7806
|
+
'''Specifies the destination configure settings for Apache Iceberg Table.
|
|
7807
|
+
|
|
7808
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
7809
|
+
|
|
7810
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-icebergdestinationconfiguration
|
|
7811
|
+
'''
|
|
7812
|
+
result = self._values.get("iceberg_destination_configuration")
|
|
7813
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryStream.IcebergDestinationConfigurationProperty]], result)
|
|
7814
|
+
|
|
7206
7815
|
@builtins.property
|
|
7207
7816
|
def kinesis_stream_source_configuration(
|
|
7208
7817
|
self,
|
|
@@ -7329,6 +7938,7 @@ def _typecheckingstub__b3cd824a2680c7d043cac684bd1be9ca77e94201f1ba00785d60a50ff
|
|
|
7329
7938
|
elasticsearch_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7330
7939
|
extended_s3_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7331
7940
|
http_endpoint_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7941
|
+
iceberg_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.IcebergDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7332
7942
|
kinesis_stream_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.KinesisStreamSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7333
7943
|
msk_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.MSKSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7334
7944
|
redshift_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.RedshiftDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7400,6 +8010,12 @@ def _typecheckingstub__c45396814a2f1f16d85b99c121f14ab851eda0a9f84038025d5ae44a8
|
|
|
7400
8010
|
"""Type checking stubs"""
|
|
7401
8011
|
pass
|
|
7402
8012
|
|
|
8013
|
+
def _typecheckingstub__94c8f409ef0a75500e50bbf49d47688097508bd257b3ce092b027c552453cd59(
|
|
8014
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryStream.IcebergDestinationConfigurationProperty]],
|
|
8015
|
+
) -> None:
|
|
8016
|
+
"""Type checking stubs"""
|
|
8017
|
+
pass
|
|
8018
|
+
|
|
7403
8019
|
def _typecheckingstub__025f54a26e52ce42f679eff3aa8b95a5fee2e0e5b3aba7c4320f9900690e60b9(
|
|
7404
8020
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryStream.KinesisStreamSourceConfigurationProperty]],
|
|
7405
8021
|
) -> None:
|
|
@@ -7524,6 +8140,13 @@ def _typecheckingstub__c672d0753e4b959e46f98cc809bc2380cd7be551cc9bab6f1b7baa1d2
|
|
|
7524
8140
|
"""Type checking stubs"""
|
|
7525
8141
|
pass
|
|
7526
8142
|
|
|
8143
|
+
def _typecheckingstub__92b3c1717fb66856049eddd62f0c12dbf945ae8d9450b716e7d065a04359aee0(
|
|
8144
|
+
*,
|
|
8145
|
+
catalog_arn: typing.Optional[builtins.str] = None,
|
|
8146
|
+
) -> None:
|
|
8147
|
+
"""Type checking stubs"""
|
|
8148
|
+
pass
|
|
8149
|
+
|
|
7527
8150
|
def _typecheckingstub__0992b1c8af7fd8e057904e94d1f683be6233929613125517587cd51de86aa4b5(
|
|
7528
8151
|
*,
|
|
7529
8152
|
enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
@@ -7568,6 +8191,16 @@ def _typecheckingstub__42c1d0a7a47a7fb87bd171a324b5d6ec1a60f675aa066d295f3a32144
|
|
|
7568
8191
|
"""Type checking stubs"""
|
|
7569
8192
|
pass
|
|
7570
8193
|
|
|
8194
|
+
def _typecheckingstub__d9e156eb7fa7ea4dde332f5d2ef91909983b4fa7a5b5133510252f637465ea6c(
|
|
8195
|
+
*,
|
|
8196
|
+
destination_database_name: builtins.str,
|
|
8197
|
+
destination_table_name: builtins.str,
|
|
8198
|
+
s3_error_output_prefix: typing.Optional[builtins.str] = None,
|
|
8199
|
+
unique_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
8200
|
+
) -> None:
|
|
8201
|
+
"""Type checking stubs"""
|
|
8202
|
+
pass
|
|
8203
|
+
|
|
7571
8204
|
def _typecheckingstub__d76edd5ad2b58b9b0bbc3359143f6d89ce784d7ac50b34881cf657d8016bcec4(
|
|
7572
8205
|
*,
|
|
7573
8206
|
default_document_id_format: builtins.str,
|
|
@@ -7695,6 +8328,21 @@ def _typecheckingstub__4a9efa4d9f485d918f70adc5823c0a1caf4894264ec785a00d5ef0879
|
|
|
7695
8328
|
"""Type checking stubs"""
|
|
7696
8329
|
pass
|
|
7697
8330
|
|
|
8331
|
+
def _typecheckingstub__7cc5b65e233b52b72b153275ce8ced9f593e3385051386bed6920a574cf9f53d(
|
|
8332
|
+
*,
|
|
8333
|
+
catalog_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.CatalogConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
8334
|
+
role_arn: builtins.str,
|
|
8335
|
+
s3_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.S3DestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
8336
|
+
buffering_hints: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.BufferingHintsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8337
|
+
cloud_watch_logging_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.CloudWatchLoggingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8338
|
+
destination_table_configuration_list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.DestinationTableConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
8339
|
+
processing_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.ProcessingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8340
|
+
retry_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.RetryOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8341
|
+
s3_backup_mode: typing.Optional[builtins.str] = None,
|
|
8342
|
+
) -> None:
|
|
8343
|
+
"""Type checking stubs"""
|
|
8344
|
+
pass
|
|
8345
|
+
|
|
7698
8346
|
def _typecheckingstub__dce5223aa97132391790e172c7c143f8a4c8df67b3b09df48eb0b1dff486468b(
|
|
7699
8347
|
*,
|
|
7700
8348
|
deserializer: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.DeserializerProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7722,6 +8370,7 @@ def _typecheckingstub__7b2563c2a3f195e01ffbb501ca4b7d501c1fb934c35f08b019e248300
|
|
|
7722
8370
|
authentication_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.AuthenticationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
7723
8371
|
msk_cluster_arn: builtins.str,
|
|
7724
8372
|
topic_name: builtins.str,
|
|
8373
|
+
read_from_timestamp: typing.Optional[builtins.str] = None,
|
|
7725
8374
|
) -> None:
|
|
7726
8375
|
"""Type checking stubs"""
|
|
7727
8376
|
pass
|
|
@@ -7869,6 +8518,14 @@ def _typecheckingstub__706925197a1b663cd9be8234e85ce2780b58d7bf71737c801e0c39310
|
|
|
7869
8518
|
"""Type checking stubs"""
|
|
7870
8519
|
pass
|
|
7871
8520
|
|
|
8521
|
+
def _typecheckingstub__c4d37eb171641c85a4fd06dfff9a42a4ac04df542059c602ae6c3ce07e369214(
|
|
8522
|
+
*,
|
|
8523
|
+
interval_in_seconds: typing.Optional[jsii.Number] = None,
|
|
8524
|
+
size_in_m_bs: typing.Optional[jsii.Number] = None,
|
|
8525
|
+
) -> None:
|
|
8526
|
+
"""Type checking stubs"""
|
|
8527
|
+
pass
|
|
8528
|
+
|
|
7872
8529
|
def _typecheckingstub__9743b3910a7f4b6edd05f7d4a76aa45c5a9f674a473fcf4c8c046e1d8d64cb53(
|
|
7873
8530
|
*,
|
|
7874
8531
|
account_url: builtins.str,
|
|
@@ -7877,6 +8534,7 @@ def _typecheckingstub__9743b3910a7f4b6edd05f7d4a76aa45c5a9f674a473fcf4c8c046e1d8
|
|
|
7877
8534
|
s3_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.S3DestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
7878
8535
|
schema: builtins.str,
|
|
7879
8536
|
table: builtins.str,
|
|
8537
|
+
buffering_hints: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.SnowflakeBufferingHintsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7880
8538
|
cloud_watch_logging_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.CloudWatchLoggingOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7881
8539
|
content_column_name: typing.Optional[builtins.str] = None,
|
|
7882
8540
|
data_loading_option: typing.Optional[builtins.str] = None,
|
|
@@ -7967,6 +8625,7 @@ def _typecheckingstub__4f4e310bf0ff2c76f9c126ea4431fb25b9b53c8ba7e0c0eacc1c934de
|
|
|
7967
8625
|
elasticsearch_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7968
8626
|
extended_s3_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7969
8627
|
http_endpoint_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8628
|
+
iceberg_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.IcebergDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7970
8629
|
kinesis_stream_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.KinesisStreamSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7971
8630
|
msk_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.MSKSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7972
8631
|
redshift_destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryStream.RedshiftDestinationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|