aws-cdk-lib 2.185.0__py3-none-any.whl → 2.186.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 +102 -29
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.186.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -2
- aws_cdk/aws_apigatewayv2/__init__.py +9 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationsignals/__init__.py +363 -3
- aws_cdk/aws_appsync/__init__.py +65 -3
- aws_cdk/aws_bedrock/__init__.py +385 -14
- aws_cdk/aws_cleanrooms/__init__.py +21 -9
- aws_cdk/aws_cloudformation/__init__.py +1 -5
- aws_cdk/aws_cloudfront/__init__.py +4 -1
- aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
- aws_cdk/aws_codeartifact/__init__.py +20 -33
- aws_cdk/aws_codepipeline/__init__.py +1328 -120
- aws_cdk/aws_cognito/__init__.py +1 -1
- aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
- aws_cdk/aws_connect/__init__.py +3 -7
- aws_cdk/aws_controltower/__init__.py +18 -26
- aws_cdk/aws_datazone/__init__.py +3471 -2
- aws_cdk/aws_ec2/__init__.py +560 -25
- aws_cdk/aws_ecs/__init__.py +15 -20
- aws_cdk/aws_events/__init__.py +37 -14
- aws_cdk/aws_gamelift/__init__.py +5 -5
- aws_cdk/aws_iam/__init__.py +264 -0
- aws_cdk/aws_imagebuilder/__init__.py +3 -27
- aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
- aws_cdk/aws_lambda/__init__.py +7 -1
- aws_cdk/aws_location/__init__.py +24 -7
- aws_cdk/aws_msk/__init__.py +8 -2
- aws_cdk/aws_networkfirewall/__init__.py +16 -12
- aws_cdk/aws_oam/__init__.py +8 -37
- aws_cdk/aws_quicksight/__init__.py +6 -69
- aws_cdk/aws_redshiftserverless/__init__.py +192 -15
- aws_cdk/aws_rum/__init__.py +315 -52
- aws_cdk/aws_scheduler/__init__.py +3944 -121
- aws_cdk/aws_scheduler_targets/__init__.py +4472 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
- aws_cdk/aws_stepfunctions/__init__.py +17 -15
- aws_cdk/aws_timestream/__init__.py +4 -4
- aws_cdk/aws_wafv2/__init__.py +345 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
- aws_cdk/cx_api/__init__.py +23 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/RECORD +49 -47
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_appsync/__init__.py
CHANGED
|
@@ -7795,7 +7795,7 @@ class CfnDataSourceProps:
|
|
|
7795
7795
|
)
|
|
7796
7796
|
|
|
7797
7797
|
|
|
7798
|
-
@jsii.implements(_IInspectable_c2943556)
|
|
7798
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
7799
7799
|
class CfnDomainName(
|
|
7800
7800
|
_CfnResource_9df397a6,
|
|
7801
7801
|
metaclass=jsii.JSIIMeta,
|
|
@@ -7818,7 +7818,11 @@ class CfnDomainName(
|
|
|
7818
7818
|
domain_name="domainName",
|
|
7819
7819
|
|
|
7820
7820
|
# the properties below are optional
|
|
7821
|
-
description="description"
|
|
7821
|
+
description="description",
|
|
7822
|
+
tags=[CfnTag(
|
|
7823
|
+
key="key",
|
|
7824
|
+
value="value"
|
|
7825
|
+
)]
|
|
7822
7826
|
)
|
|
7823
7827
|
'''
|
|
7824
7828
|
|
|
@@ -7830,6 +7834,7 @@ class CfnDomainName(
|
|
|
7830
7834
|
certificate_arn: builtins.str,
|
|
7831
7835
|
domain_name: builtins.str,
|
|
7832
7836
|
description: typing.Optional[builtins.str] = None,
|
|
7837
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7833
7838
|
) -> None:
|
|
7834
7839
|
'''
|
|
7835
7840
|
:param scope: Scope in which this resource is defined.
|
|
@@ -7837,6 +7842,7 @@ class CfnDomainName(
|
|
|
7837
7842
|
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an AWS Certificate Manager certificate.
|
|
7838
7843
|
:param domain_name: The domain name.
|
|
7839
7844
|
:param description: The decription for your domain name.
|
|
7845
|
+
:param tags: A set of tags (key-value pairs) for this API.
|
|
7840
7846
|
'''
|
|
7841
7847
|
if __debug__:
|
|
7842
7848
|
type_hints = typing.get_type_hints(_typecheckingstub__678693553586e835af6ffdc6ac5860f81ffd96791de73368d44d41d3a220fa5b)
|
|
@@ -7846,6 +7852,7 @@ class CfnDomainName(
|
|
|
7846
7852
|
certificate_arn=certificate_arn,
|
|
7847
7853
|
domain_name=domain_name,
|
|
7848
7854
|
description=description,
|
|
7855
|
+
tags=tags,
|
|
7849
7856
|
)
|
|
7850
7857
|
|
|
7851
7858
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -7898,6 +7905,15 @@ class CfnDomainName(
|
|
|
7898
7905
|
'''
|
|
7899
7906
|
return typing.cast(builtins.str, jsii.get(self, "attrDomainName"))
|
|
7900
7907
|
|
|
7908
|
+
@builtins.property
|
|
7909
|
+
@jsii.member(jsii_name="attrDomainNameArn")
|
|
7910
|
+
def attr_domain_name_arn(self) -> builtins.str:
|
|
7911
|
+
'''The Amazon Resource Name (ARN) for the Domain Name.
|
|
7912
|
+
|
|
7913
|
+
:cloudformationAttribute: DomainNameArn
|
|
7914
|
+
'''
|
|
7915
|
+
return typing.cast(builtins.str, jsii.get(self, "attrDomainNameArn"))
|
|
7916
|
+
|
|
7901
7917
|
@builtins.property
|
|
7902
7918
|
@jsii.member(jsii_name="attrHostedZoneId")
|
|
7903
7919
|
def attr_hosted_zone_id(self) -> builtins.str:
|
|
@@ -7907,6 +7923,12 @@ class CfnDomainName(
|
|
|
7907
7923
|
'''
|
|
7908
7924
|
return typing.cast(builtins.str, jsii.get(self, "attrHostedZoneId"))
|
|
7909
7925
|
|
|
7926
|
+
@builtins.property
|
|
7927
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
7928
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
7929
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
7930
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
7931
|
+
|
|
7910
7932
|
@builtins.property
|
|
7911
7933
|
@jsii.member(jsii_name="cfnProperties")
|
|
7912
7934
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -7951,6 +7973,19 @@ class CfnDomainName(
|
|
|
7951
7973
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7952
7974
|
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
7953
7975
|
|
|
7976
|
+
@builtins.property
|
|
7977
|
+
@jsii.member(jsii_name="tags")
|
|
7978
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
7979
|
+
'''A set of tags (key-value pairs) for this API.'''
|
|
7980
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
7981
|
+
|
|
7982
|
+
@tags.setter
|
|
7983
|
+
def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
|
|
7984
|
+
if __debug__:
|
|
7985
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9e1a9fceec8bbbf4b6afd473eaf0b2db4d612831194c7972c534dc6849b98a8f)
|
|
7986
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7987
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
7988
|
+
|
|
7954
7989
|
|
|
7955
7990
|
@jsii.implements(_IInspectable_c2943556)
|
|
7956
7991
|
class CfnDomainNameApiAssociation(
|
|
@@ -8144,6 +8179,7 @@ class CfnDomainNameApiAssociationProps:
|
|
|
8144
8179
|
"certificate_arn": "certificateArn",
|
|
8145
8180
|
"domain_name": "domainName",
|
|
8146
8181
|
"description": "description",
|
|
8182
|
+
"tags": "tags",
|
|
8147
8183
|
},
|
|
8148
8184
|
)
|
|
8149
8185
|
class CfnDomainNameProps:
|
|
@@ -8153,12 +8189,14 @@ class CfnDomainNameProps:
|
|
|
8153
8189
|
certificate_arn: builtins.str,
|
|
8154
8190
|
domain_name: builtins.str,
|
|
8155
8191
|
description: typing.Optional[builtins.str] = None,
|
|
8192
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8156
8193
|
) -> None:
|
|
8157
8194
|
'''Properties for defining a ``CfnDomainName``.
|
|
8158
8195
|
|
|
8159
8196
|
:param certificate_arn: The Amazon Resource Name (ARN) of the certificate. This will be an AWS Certificate Manager certificate.
|
|
8160
8197
|
:param domain_name: The domain name.
|
|
8161
8198
|
:param description: The decription for your domain name.
|
|
8199
|
+
:param tags: A set of tags (key-value pairs) for this API.
|
|
8162
8200
|
|
|
8163
8201
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html
|
|
8164
8202
|
:exampleMetadata: fixture=_generated
|
|
@@ -8174,7 +8212,11 @@ class CfnDomainNameProps:
|
|
|
8174
8212
|
domain_name="domainName",
|
|
8175
8213
|
|
|
8176
8214
|
# the properties below are optional
|
|
8177
|
-
description="description"
|
|
8215
|
+
description="description",
|
|
8216
|
+
tags=[CfnTag(
|
|
8217
|
+
key="key",
|
|
8218
|
+
value="value"
|
|
8219
|
+
)]
|
|
8178
8220
|
)
|
|
8179
8221
|
'''
|
|
8180
8222
|
if __debug__:
|
|
@@ -8182,12 +8224,15 @@ class CfnDomainNameProps:
|
|
|
8182
8224
|
check_type(argname="argument certificate_arn", value=certificate_arn, expected_type=type_hints["certificate_arn"])
|
|
8183
8225
|
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
8184
8226
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
8227
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
8185
8228
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
8186
8229
|
"certificate_arn": certificate_arn,
|
|
8187
8230
|
"domain_name": domain_name,
|
|
8188
8231
|
}
|
|
8189
8232
|
if description is not None:
|
|
8190
8233
|
self._values["description"] = description
|
|
8234
|
+
if tags is not None:
|
|
8235
|
+
self._values["tags"] = tags
|
|
8191
8236
|
|
|
8192
8237
|
@builtins.property
|
|
8193
8238
|
def certificate_arn(self) -> builtins.str:
|
|
@@ -8220,6 +8265,15 @@ class CfnDomainNameProps:
|
|
|
8220
8265
|
result = self._values.get("description")
|
|
8221
8266
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
8222
8267
|
|
|
8268
|
+
@builtins.property
|
|
8269
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
8270
|
+
'''A set of tags (key-value pairs) for this API.
|
|
8271
|
+
|
|
8272
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html#cfn-appsync-domainname-tags
|
|
8273
|
+
'''
|
|
8274
|
+
result = self._values.get("tags")
|
|
8275
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
8276
|
+
|
|
8223
8277
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
8224
8278
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
8225
8279
|
|
|
@@ -23478,6 +23532,7 @@ def _typecheckingstub__678693553586e835af6ffdc6ac5860f81ffd96791de73368d44d41d3a
|
|
|
23478
23532
|
certificate_arn: builtins.str,
|
|
23479
23533
|
domain_name: builtins.str,
|
|
23480
23534
|
description: typing.Optional[builtins.str] = None,
|
|
23535
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
23481
23536
|
) -> None:
|
|
23482
23537
|
"""Type checking stubs"""
|
|
23483
23538
|
pass
|
|
@@ -23512,6 +23567,12 @@ def _typecheckingstub__fc72a5388fe698c3e3240ed821a6e614471584c2ffb80f06028269bf9
|
|
|
23512
23567
|
"""Type checking stubs"""
|
|
23513
23568
|
pass
|
|
23514
23569
|
|
|
23570
|
+
def _typecheckingstub__9e1a9fceec8bbbf4b6afd473eaf0b2db4d612831194c7972c534dc6849b98a8f(
|
|
23571
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
23572
|
+
) -> None:
|
|
23573
|
+
"""Type checking stubs"""
|
|
23574
|
+
pass
|
|
23575
|
+
|
|
23515
23576
|
def _typecheckingstub__053707dba2452392a89bf081ac7d866beeff7c348bacbfe351a815a6372a43d5(
|
|
23516
23577
|
scope: _constructs_77d1e7e8.Construct,
|
|
23517
23578
|
id: builtins.str,
|
|
@@ -23559,6 +23620,7 @@ def _typecheckingstub__1b0d09d8c1a97bdb5c0b0b95b798fbeb11f45abb25769bdb71d190347
|
|
|
23559
23620
|
certificate_arn: builtins.str,
|
|
23560
23621
|
domain_name: builtins.str,
|
|
23561
23622
|
description: typing.Optional[builtins.str] = None,
|
|
23623
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
23562
23624
|
) -> None:
|
|
23563
23625
|
"""Type checking stubs"""
|
|
23564
23626
|
pass
|