aws-cdk-lib 2.168.0__py3-none-any.whl → 2.169.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +2 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.168.0.jsii.tgz → aws-cdk-lib@2.169.0.jsii.tgz} +0 -0
- aws_cdk/aws_accessanalyzer/__init__.py +244 -13
- aws_cdk/aws_applicationsignals/__init__.py +8 -1
- aws_cdk/aws_autoscaling/__init__.py +310 -9
- aws_cdk/aws_cloudfront/__init__.py +50 -0
- aws_cdk/aws_codebuild/__init__.py +2 -2
- aws_cdk/aws_connect/__init__.py +378 -0
- aws_cdk/aws_customerprofiles/__init__.py +44 -0
- aws_cdk/aws_deadline/__init__.py +299 -6
- aws_cdk/aws_dynamodb/__init__.py +47 -25
- aws_cdk/aws_ec2/__init__.py +6 -2
- aws_cdk/aws_ecs/__init__.py +28 -22
- aws_cdk/aws_efs/__init__.py +61 -4
- aws_cdk/aws_eks/__init__.py +116 -0
- aws_cdk/aws_gamelift/__init__.py +385 -251
- aws_cdk/aws_iot/__init__.py +209 -0
- aws_cdk/aws_iotfleetwise/__init__.py +550 -0
- aws_cdk/aws_iotsitewise/__init__.py +6 -3
- aws_cdk/aws_ivs/__init__.py +458 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +90 -33
- aws_cdk/aws_rbin/__init__.py +902 -0
- aws_cdk/aws_rds/__init__.py +115 -0
- aws_cdk/aws_route53resolver/__init__.py +76 -19
- aws_cdk/aws_sagemaker/__init__.py +32 -0
- aws_cdk/aws_sns/__init__.py +593 -8
- aws_cdk/aws_sns_subscriptions/__init__.py +68 -22
- aws_cdk/aws_synthetics/__init__.py +46 -0
- aws_cdk/aws_vpclattice/__init__.py +118 -2
- aws_cdk/aws_wisdom/__init__.py +16 -21
- {aws_cdk_lib-2.168.0.dist-info → aws_cdk_lib-2.169.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.168.0.dist-info → aws_cdk_lib-2.169.0.dist-info}/RECORD +37 -36
- {aws_cdk_lib-2.168.0.dist-info → aws_cdk_lib-2.169.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.168.0.dist-info → aws_cdk_lib-2.169.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.168.0.dist-info → aws_cdk_lib-2.169.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.168.0.dist-info → aws_cdk_lib-2.169.0.dist-info}/top_level.txt +0 -0
|
@@ -139,7 +139,7 @@ class CfnDeliveryStream(
|
|
|
139
139
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
140
140
|
:param amazon_open_search_serverless_destination_configuration: Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
|
|
141
141
|
:param amazonopensearchservice_destination_configuration: The destination in Amazon OpenSearch Service. You can specify only one destination.
|
|
142
|
-
:param database_source_configuration:
|
|
142
|
+
:param database_source_configuration: The top level object for configuring streams with database as a source. Amazon Data Firehose is in preview release and is subject to change.
|
|
143
143
|
:param delivery_stream_encryption_configuration_input: Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
|
144
144
|
:param delivery_stream_name: The name of the Firehose stream.
|
|
145
145
|
:param delivery_stream_type: The Firehose stream type. This can be one of the following values:. - ``DirectPut`` : Provider applications access the Firehose stream directly. - ``KinesisStreamAsSource`` : The Firehose stream uses a Kinesis data stream as a source.
|
|
@@ -153,7 +153,7 @@ class CfnDeliveryStream(
|
|
|
153
153
|
:param s3_destination_configuration: The ``S3DestinationConfiguration`` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. Conditional. You must specify only one destination configuration. If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires `some interruptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
154
154
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
155
155
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
156
|
-
:param tags: A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a Firehose stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose
|
|
156
|
+
:param tags: A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a Firehose stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following. *AccessDeniedException* User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
157
157
|
'''
|
|
158
158
|
if __debug__:
|
|
159
159
|
type_hints = typing.get_type_hints(_typecheckingstub__b3cd824a2680c7d043cac684bd1be9ca77e94201f1ba00785d60a50ff43c2288)
|
|
@@ -272,6 +272,7 @@ class CfnDeliveryStream(
|
|
|
272
272
|
def database_source_configuration(
|
|
273
273
|
self,
|
|
274
274
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DatabaseSourceConfigurationProperty"]]:
|
|
275
|
+
'''The top level object for configuring streams with database as a source.'''
|
|
275
276
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DatabaseSourceConfigurationProperty"]], jsii.get(self, "databaseSourceConfiguration"))
|
|
276
277
|
|
|
277
278
|
@database_source_configuration.setter
|
|
@@ -2042,7 +2043,10 @@ class CfnDeliveryStream(
|
|
|
2042
2043
|
*,
|
|
2043
2044
|
secrets_manager_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryStream.SecretsManagerConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
2044
2045
|
) -> None:
|
|
2045
|
-
'''
|
|
2046
|
+
'''The structure to configure the authentication methods for Firehose to connect to source database endpoint.
|
|
2047
|
+
|
|
2048
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2049
|
+
|
|
2046
2050
|
:param secrets_manager_configuration:
|
|
2047
2051
|
|
|
2048
2052
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceauthenticationconfiguration.html
|
|
@@ -2130,20 +2134,23 @@ class CfnDeliveryStream(
|
|
|
2130
2134
|
ssl_mode: typing.Optional[builtins.str] = None,
|
|
2131
2135
|
surrogate_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2132
2136
|
) -> None:
|
|
2133
|
-
'''
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
:param
|
|
2138
|
-
:param
|
|
2139
|
-
:param
|
|
2140
|
-
:param
|
|
2141
|
-
:param
|
|
2142
|
-
:param
|
|
2137
|
+
'''The top level object for configuring streams with database as a source.
|
|
2138
|
+
|
|
2139
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2140
|
+
|
|
2141
|
+
:param databases: The list of database patterns in source database endpoint for Firehose to read from. Amazon Data Firehose is in preview release and is subject to change.
|
|
2142
|
+
:param database_source_authentication_configuration: The structure to configure the authentication methods for Firehose to connect to source database endpoint. Amazon Data Firehose is in preview release and is subject to change.
|
|
2143
|
+
:param database_source_vpc_configuration: The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database. Amazon Data Firehose is in preview release and is subject to change.
|
|
2144
|
+
:param endpoint: The endpoint of the database server. Amazon Data Firehose is in preview release and is subject to change.
|
|
2145
|
+
:param port: The port of the database. This can be one of the following values. - 3306 for MySQL database type - 5432 for PostgreSQL database type Amazon Data Firehose is in preview release and is subject to change.
|
|
2146
|
+
:param snapshot_watermark_table: The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress. Amazon Data Firehose is in preview release and is subject to change.
|
|
2147
|
+
:param tables: The list of table patterns in source database endpoint for Firehose to read from. Amazon Data Firehose is in preview release and is subject to change.
|
|
2148
|
+
:param type: The type of database engine. This can be one of the following values. - MySQL - PostgreSQL Amazon Data Firehose is in preview release and is subject to change.
|
|
2149
|
+
:param columns: The list of column patterns in source database endpoint for Firehose to read from. Amazon Data Firehose is in preview release and is subject to change.
|
|
2143
2150
|
:param digest:
|
|
2144
2151
|
:param public_certificate:
|
|
2145
|
-
:param ssl_mode:
|
|
2146
|
-
:param surrogate_keys:
|
|
2152
|
+
:param ssl_mode: The mode to enable or disable SSL when Firehose connects to the database endpoint. Amazon Data Firehose is in preview release and is subject to change.
|
|
2153
|
+
:param surrogate_keys: The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured. Amazon Data Firehose is in preview release and is subject to change.
|
|
2147
2154
|
|
|
2148
2155
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html
|
|
2149
2156
|
:exampleMetadata: fixture=_generated
|
|
@@ -2231,7 +2238,10 @@ class CfnDeliveryStream(
|
|
|
2231
2238
|
def databases(
|
|
2232
2239
|
self,
|
|
2233
2240
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DatabasesProperty"]:
|
|
2234
|
-
'''
|
|
2241
|
+
'''The list of database patterns in source database endpoint for Firehose to read from.
|
|
2242
|
+
|
|
2243
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2244
|
+
|
|
2235
2245
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-databases
|
|
2236
2246
|
'''
|
|
2237
2247
|
result = self._values.get("databases")
|
|
@@ -2242,7 +2252,10 @@ class CfnDeliveryStream(
|
|
|
2242
2252
|
def database_source_authentication_configuration(
|
|
2243
2253
|
self,
|
|
2244
2254
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DatabaseSourceAuthenticationConfigurationProperty"]:
|
|
2245
|
-
'''
|
|
2255
|
+
'''The structure to configure the authentication methods for Firehose to connect to source database endpoint.
|
|
2256
|
+
|
|
2257
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2258
|
+
|
|
2246
2259
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-databasesourceauthenticationconfiguration
|
|
2247
2260
|
'''
|
|
2248
2261
|
result = self._values.get("database_source_authentication_configuration")
|
|
@@ -2253,7 +2266,10 @@ class CfnDeliveryStream(
|
|
|
2253
2266
|
def database_source_vpc_configuration(
|
|
2254
2267
|
self,
|
|
2255
2268
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DatabaseSourceVPCConfigurationProperty"]:
|
|
2256
|
-
'''
|
|
2269
|
+
'''The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
|
|
2270
|
+
|
|
2271
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2272
|
+
|
|
2257
2273
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-databasesourcevpcconfiguration
|
|
2258
2274
|
'''
|
|
2259
2275
|
result = self._values.get("database_source_vpc_configuration")
|
|
@@ -2262,7 +2278,10 @@ class CfnDeliveryStream(
|
|
|
2262
2278
|
|
|
2263
2279
|
@builtins.property
|
|
2264
2280
|
def endpoint(self) -> builtins.str:
|
|
2265
|
-
'''
|
|
2281
|
+
'''The endpoint of the database server.
|
|
2282
|
+
|
|
2283
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2284
|
+
|
|
2266
2285
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-endpoint
|
|
2267
2286
|
'''
|
|
2268
2287
|
result = self._values.get("endpoint")
|
|
@@ -2271,7 +2290,13 @@ class CfnDeliveryStream(
|
|
|
2271
2290
|
|
|
2272
2291
|
@builtins.property
|
|
2273
2292
|
def port(self) -> jsii.Number:
|
|
2274
|
-
'''
|
|
2293
|
+
'''The port of the database. This can be one of the following values.
|
|
2294
|
+
|
|
2295
|
+
- 3306 for MySQL database type
|
|
2296
|
+
- 5432 for PostgreSQL database type
|
|
2297
|
+
|
|
2298
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2299
|
+
|
|
2275
2300
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-port
|
|
2276
2301
|
'''
|
|
2277
2302
|
result = self._values.get("port")
|
|
@@ -2280,7 +2305,10 @@ class CfnDeliveryStream(
|
|
|
2280
2305
|
|
|
2281
2306
|
@builtins.property
|
|
2282
2307
|
def snapshot_watermark_table(self) -> builtins.str:
|
|
2283
|
-
'''
|
|
2308
|
+
'''The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.
|
|
2309
|
+
|
|
2310
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2311
|
+
|
|
2284
2312
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-snapshotwatermarktable
|
|
2285
2313
|
'''
|
|
2286
2314
|
result = self._values.get("snapshot_watermark_table")
|
|
@@ -2291,7 +2319,10 @@ class CfnDeliveryStream(
|
|
|
2291
2319
|
def tables(
|
|
2292
2320
|
self,
|
|
2293
2321
|
) -> typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DatabaseTablesProperty"]:
|
|
2294
|
-
'''
|
|
2322
|
+
'''The list of table patterns in source database endpoint for Firehose to read from.
|
|
2323
|
+
|
|
2324
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2325
|
+
|
|
2295
2326
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-tables
|
|
2296
2327
|
'''
|
|
2297
2328
|
result = self._values.get("tables")
|
|
@@ -2300,7 +2331,13 @@ class CfnDeliveryStream(
|
|
|
2300
2331
|
|
|
2301
2332
|
@builtins.property
|
|
2302
2333
|
def type(self) -> builtins.str:
|
|
2303
|
-
'''
|
|
2334
|
+
'''The type of database engine. This can be one of the following values.
|
|
2335
|
+
|
|
2336
|
+
- MySQL
|
|
2337
|
+
- PostgreSQL
|
|
2338
|
+
|
|
2339
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2340
|
+
|
|
2304
2341
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-type
|
|
2305
2342
|
'''
|
|
2306
2343
|
result = self._values.get("type")
|
|
@@ -2311,7 +2348,10 @@ class CfnDeliveryStream(
|
|
|
2311
2348
|
def columns(
|
|
2312
2349
|
self,
|
|
2313
2350
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryStream.DatabaseColumnsProperty"]]:
|
|
2314
|
-
'''
|
|
2351
|
+
'''The list of column patterns in source database endpoint for Firehose to read from.
|
|
2352
|
+
|
|
2353
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2354
|
+
|
|
2315
2355
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-columns
|
|
2316
2356
|
'''
|
|
2317
2357
|
result = self._values.get("columns")
|
|
@@ -2335,7 +2375,10 @@ class CfnDeliveryStream(
|
|
|
2335
2375
|
|
|
2336
2376
|
@builtins.property
|
|
2337
2377
|
def ssl_mode(self) -> typing.Optional[builtins.str]:
|
|
2338
|
-
'''
|
|
2378
|
+
'''The mode to enable or disable SSL when Firehose connects to the database endpoint.
|
|
2379
|
+
|
|
2380
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2381
|
+
|
|
2339
2382
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-sslmode
|
|
2340
2383
|
'''
|
|
2341
2384
|
result = self._values.get("ssl_mode")
|
|
@@ -2343,7 +2386,10 @@ class CfnDeliveryStream(
|
|
|
2343
2386
|
|
|
2344
2387
|
@builtins.property
|
|
2345
2388
|
def surrogate_keys(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2346
|
-
'''
|
|
2389
|
+
'''The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.
|
|
2390
|
+
|
|
2391
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2392
|
+
|
|
2347
2393
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourceconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration-surrogatekeys
|
|
2348
2394
|
'''
|
|
2349
2395
|
result = self._values.get("surrogate_keys")
|
|
@@ -2367,8 +2413,11 @@ class CfnDeliveryStream(
|
|
|
2367
2413
|
)
|
|
2368
2414
|
class DatabaseSourceVPCConfigurationProperty:
|
|
2369
2415
|
def __init__(self, *, vpc_endpoint_service_name: builtins.str) -> None:
|
|
2370
|
-
'''
|
|
2371
|
-
|
|
2416
|
+
'''The structure for details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
|
|
2417
|
+
|
|
2418
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2419
|
+
|
|
2420
|
+
:param vpc_endpoint_service_name: The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle ``firehose.amazonaws.com`` as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like ``com.amazonaws.vpce.<region>.<vpc-endpoint-service-id>`` . Amazon Data Firehose is in preview release and is subject to change.
|
|
2372
2421
|
|
|
2373
2422
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourcevpcconfiguration.html
|
|
2374
2423
|
:exampleMetadata: fixture=_generated
|
|
@@ -2392,7 +2441,12 @@ class CfnDeliveryStream(
|
|
|
2392
2441
|
|
|
2393
2442
|
@builtins.property
|
|
2394
2443
|
def vpc_endpoint_service_name(self) -> builtins.str:
|
|
2395
|
-
'''
|
|
2444
|
+
'''The VPC endpoint service name which Firehose uses to create a PrivateLink to the database.
|
|
2445
|
+
|
|
2446
|
+
The endpoint service must have the Firehose service principle ``firehose.amazonaws.com`` as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like ``com.amazonaws.vpce.<region>.<vpc-endpoint-service-id>`` .
|
|
2447
|
+
|
|
2448
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
2449
|
+
|
|
2396
2450
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-databasesourcevpcconfiguration.html#cfn-kinesisfirehose-deliverystream-databasesourcevpcconfiguration-vpcendpointservicename
|
|
2397
2451
|
'''
|
|
2398
2452
|
result = self._values.get("vpc_endpoint_service_name")
|
|
@@ -8213,7 +8267,7 @@ class CfnDeliveryStreamProps:
|
|
|
8213
8267
|
|
|
8214
8268
|
:param amazon_open_search_serverless_destination_configuration: Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
|
|
8215
8269
|
:param amazonopensearchservice_destination_configuration: The destination in Amazon OpenSearch Service. You can specify only one destination.
|
|
8216
|
-
:param database_source_configuration:
|
|
8270
|
+
:param database_source_configuration: The top level object for configuring streams with database as a source. Amazon Data Firehose is in preview release and is subject to change.
|
|
8217
8271
|
:param delivery_stream_encryption_configuration_input: Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
|
8218
8272
|
:param delivery_stream_name: The name of the Firehose stream.
|
|
8219
8273
|
:param delivery_stream_type: The Firehose stream type. This can be one of the following values:. - ``DirectPut`` : Provider applications access the Firehose stream directly. - ``KinesisStreamAsSource`` : The Firehose stream uses a Kinesis data stream as a source.
|
|
@@ -8227,7 +8281,7 @@ class CfnDeliveryStreamProps:
|
|
|
8227
8281
|
:param s3_destination_configuration: The ``S3DestinationConfiguration`` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data. Conditional. You must specify only one destination configuration. If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires `some interruptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt>`_ .
|
|
8228
8282
|
:param snowflake_destination_configuration: Configure Snowflake destination.
|
|
8229
8283
|
:param splunk_destination_configuration: The configuration of a destination in Splunk for the delivery stream.
|
|
8230
|
-
:param tags: A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a Firehose stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose
|
|
8284
|
+
:param tags: A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see `Using Cost Allocation Tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ in the AWS Billing and Cost Management User Guide. You can specify up to 50 tags when creating a Firehose stream. If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following. *AccessDeniedException* User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy. For an example IAM policy, see `Tag example. <https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples>`_
|
|
8231
8285
|
|
|
8232
8286
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html
|
|
8233
8287
|
:exampleMetadata: infused
|
|
@@ -8337,7 +8391,10 @@ class CfnDeliveryStreamProps:
|
|
|
8337
8391
|
def database_source_configuration(
|
|
8338
8392
|
self,
|
|
8339
8393
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDeliveryStream.DatabaseSourceConfigurationProperty]]:
|
|
8340
|
-
'''
|
|
8394
|
+
'''The top level object for configuring streams with database as a source.
|
|
8395
|
+
|
|
8396
|
+
Amazon Data Firehose is in preview release and is subject to change.
|
|
8397
|
+
|
|
8341
8398
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-databasesourceconfiguration
|
|
8342
8399
|
'''
|
|
8343
8400
|
result = self._values.get("database_source_configuration")
|
|
@@ -8511,7 +8568,7 @@ class CfnDeliveryStreamProps:
|
|
|
8511
8568
|
|
|
8512
8569
|
You can specify up to 50 tags when creating a Firehose stream.
|
|
8513
8570
|
|
|
8514
|
-
If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose
|
|
8571
|
+
If you specify tags in the ``CreateDeliveryStream`` action, Amazon Data Firehose performs an additional authorization on the ``firehose:TagDeliveryStream`` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an ``AccessDeniedException`` such as following.
|
|
8515
8572
|
|
|
8516
8573
|
*AccessDeniedException*
|
|
8517
8574
|
|