aws-cdk-lib 2.176.0__py3-none-any.whl → 2.178.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 +106 -62
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.176.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +2 -2
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10387 -7038
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +189 -24
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +5494 -2518
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +686 -9
- aws_cdk/aws_cloudfront_origins/__init__.py +73 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +59 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +204 -159
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +6 -4
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +199 -129
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1142 -184
- aws_cdk/aws_ecs/__init__.py +767 -124
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +8 -8
- aws_cdk/aws_eks/__init__.py +55 -35
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +93 -4
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +46 -0
- aws_cdk/aws_gamelift/__init__.py +8 -10
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_iam/__init__.py +8 -0
- aws_cdk/aws_imagebuilder/__init__.py +88 -74
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +47 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +78 -74
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +1927 -0
- aws_cdk/aws_notificationscontacts/__init__.py +593 -0
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +37 -37
- aws_cdk/aws_redshift/__init__.py +19 -15
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +10 -4
- aws_cdk/aws_route53_targets/__init__.py +15 -15
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +801 -2
- aws_cdk/aws_s3_notifications/__init__.py +5 -5
- aws_cdk/aws_s3tables/__init__.py +2 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +137 -12
- aws_cdk/aws_ssm/__init__.py +5 -5
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +109 -36
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cloud_assembly_schema/__init__.py +63 -4
- aws_cdk/cx_api/__init__.py +62 -4
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +120 -118
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.176.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
|
@@ -128,7 +128,6 @@ class CfnApp(
|
|
|
128
128
|
cross_account_role_arns=["crossAccountRoleArns"],
|
|
129
129
|
invoker_role_name="invokerRoleName"
|
|
130
130
|
),
|
|
131
|
-
regulatory_policy_arn="regulatoryPolicyArn",
|
|
132
131
|
resiliency_policy_arn="resiliencyPolicyArn",
|
|
133
132
|
tags={
|
|
134
133
|
"tags_key": "tags"
|
|
@@ -148,7 +147,6 @@ class CfnApp(
|
|
|
148
147
|
description: typing.Optional[builtins.str] = None,
|
|
149
148
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApp.EventSubscriptionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
150
149
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApp.PermissionModelProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
151
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
152
150
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
153
151
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
154
152
|
) -> None:
|
|
@@ -162,7 +160,6 @@ class CfnApp(
|
|
|
162
160
|
:param description: Optional description for an application.
|
|
163
161
|
:param event_subscriptions: The list of events you would like to subscribe and get notification for. Currently, AWS Resilience Hub supports notifications only for *Drift detected* and *Scheduled assessment failure* events.
|
|
164
162
|
:param permission_model: Defines the roles and credentials that AWS Resilience Hub would use while creating the application, importing its resources, and running an assessment.
|
|
165
|
-
:param regulatory_policy_arn: Amazon Resource Name (ARN) of the Regulatory Policy.
|
|
166
163
|
:param resiliency_policy_arn: The Amazon Resource Name (ARN) of the resiliency policy.
|
|
167
164
|
:param tags: Tags assigned to the resource. A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
|
|
168
165
|
'''
|
|
@@ -178,7 +175,6 @@ class CfnApp(
|
|
|
178
175
|
description=description,
|
|
179
176
|
event_subscriptions=event_subscriptions,
|
|
180
177
|
permission_model=permission_model,
|
|
181
|
-
regulatory_policy_arn=regulatory_policy_arn,
|
|
182
178
|
resiliency_policy_arn=resiliency_policy_arn,
|
|
183
179
|
tags=tags,
|
|
184
180
|
)
|
|
@@ -350,19 +346,6 @@ class CfnApp(
|
|
|
350
346
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
351
347
|
jsii.set(self, "permissionModel", value) # pyright: ignore[reportArgumentType]
|
|
352
348
|
|
|
353
|
-
@builtins.property
|
|
354
|
-
@jsii.member(jsii_name="regulatoryPolicyArn")
|
|
355
|
-
def regulatory_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
356
|
-
'''Amazon Resource Name (ARN) of the Regulatory Policy.'''
|
|
357
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "regulatoryPolicyArn"))
|
|
358
|
-
|
|
359
|
-
@regulatory_policy_arn.setter
|
|
360
|
-
def regulatory_policy_arn(self, value: typing.Optional[builtins.str]) -> None:
|
|
361
|
-
if __debug__:
|
|
362
|
-
type_hints = typing.get_type_hints(_typecheckingstub__cdb1fca52784c0725f4b57948dc7b1b7e1dffb05effe36f5ee6c00ae93c44230)
|
|
363
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
364
|
-
jsii.set(self, "regulatoryPolicyArn", value) # pyright: ignore[reportArgumentType]
|
|
365
|
-
|
|
366
349
|
@builtins.property
|
|
367
350
|
@jsii.member(jsii_name="resiliencyPolicyArn")
|
|
368
351
|
def resiliency_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
@@ -896,7 +879,6 @@ class CfnApp(
|
|
|
896
879
|
"description": "description",
|
|
897
880
|
"event_subscriptions": "eventSubscriptions",
|
|
898
881
|
"permission_model": "permissionModel",
|
|
899
|
-
"regulatory_policy_arn": "regulatoryPolicyArn",
|
|
900
882
|
"resiliency_policy_arn": "resiliencyPolicyArn",
|
|
901
883
|
"tags": "tags",
|
|
902
884
|
},
|
|
@@ -912,7 +894,6 @@ class CfnAppProps:
|
|
|
912
894
|
description: typing.Optional[builtins.str] = None,
|
|
913
895
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EventSubscriptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
914
896
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.PermissionModelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
915
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
916
897
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
917
898
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
918
899
|
) -> None:
|
|
@@ -925,7 +906,6 @@ class CfnAppProps:
|
|
|
925
906
|
:param description: Optional description for an application.
|
|
926
907
|
:param event_subscriptions: The list of events you would like to subscribe and get notification for. Currently, AWS Resilience Hub supports notifications only for *Drift detected* and *Scheduled assessment failure* events.
|
|
927
908
|
:param permission_model: Defines the roles and credentials that AWS Resilience Hub would use while creating the application, importing its resources, and running an assessment.
|
|
928
|
-
:param regulatory_policy_arn: Amazon Resource Name (ARN) of the Regulatory Policy.
|
|
929
909
|
:param resiliency_policy_arn: The Amazon Resource Name (ARN) of the resiliency policy.
|
|
930
910
|
:param tags: Tags assigned to the resource. A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
|
|
931
911
|
|
|
@@ -976,7 +956,6 @@ class CfnAppProps:
|
|
|
976
956
|
cross_account_role_arns=["crossAccountRoleArns"],
|
|
977
957
|
invoker_role_name="invokerRoleName"
|
|
978
958
|
),
|
|
979
|
-
regulatory_policy_arn="regulatoryPolicyArn",
|
|
980
959
|
resiliency_policy_arn="resiliencyPolicyArn",
|
|
981
960
|
tags={
|
|
982
961
|
"tags_key": "tags"
|
|
@@ -992,7 +971,6 @@ class CfnAppProps:
|
|
|
992
971
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
993
972
|
check_type(argname="argument event_subscriptions", value=event_subscriptions, expected_type=type_hints["event_subscriptions"])
|
|
994
973
|
check_type(argname="argument permission_model", value=permission_model, expected_type=type_hints["permission_model"])
|
|
995
|
-
check_type(argname="argument regulatory_policy_arn", value=regulatory_policy_arn, expected_type=type_hints["regulatory_policy_arn"])
|
|
996
974
|
check_type(argname="argument resiliency_policy_arn", value=resiliency_policy_arn, expected_type=type_hints["resiliency_policy_arn"])
|
|
997
975
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
998
976
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -1008,8 +986,6 @@ class CfnAppProps:
|
|
|
1008
986
|
self._values["event_subscriptions"] = event_subscriptions
|
|
1009
987
|
if permission_model is not None:
|
|
1010
988
|
self._values["permission_model"] = permission_model
|
|
1011
|
-
if regulatory_policy_arn is not None:
|
|
1012
|
-
self._values["regulatory_policy_arn"] = regulatory_policy_arn
|
|
1013
989
|
if resiliency_policy_arn is not None:
|
|
1014
990
|
self._values["resiliency_policy_arn"] = resiliency_policy_arn
|
|
1015
991
|
if tags is not None:
|
|
@@ -1280,15 +1256,6 @@ class CfnAppProps:
|
|
|
1280
1256
|
result = self._values.get("permission_model")
|
|
1281
1257
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApp.PermissionModelProperty]], result)
|
|
1282
1258
|
|
|
1283
|
-
@builtins.property
|
|
1284
|
-
def regulatory_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
1285
|
-
'''Amazon Resource Name (ARN) of the Regulatory Policy.
|
|
1286
|
-
|
|
1287
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehub-app.html#cfn-resiliencehub-app-regulatorypolicyarn
|
|
1288
|
-
'''
|
|
1289
|
-
result = self._values.get("regulatory_policy_arn")
|
|
1290
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
1291
|
-
|
|
1292
1259
|
@builtins.property
|
|
1293
1260
|
def resiliency_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
1294
1261
|
'''The Amazon Resource Name (ARN) of the resiliency policy.
|
|
@@ -1779,7 +1746,6 @@ def _typecheckingstub__303e76fc3650422653be00dea7484c071f68688b86b0b136d647cee73
|
|
|
1779
1746
|
description: typing.Optional[builtins.str] = None,
|
|
1780
1747
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EventSubscriptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1781
1748
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.PermissionModelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1782
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
1783
1749
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
1784
1750
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1785
1751
|
) -> None:
|
|
@@ -1840,12 +1806,6 @@ def _typecheckingstub__2e15df41e400e8a9cff1ec67cfe4cdb6224b7e0faa1f84a7164a3aff0
|
|
|
1840
1806
|
"""Type checking stubs"""
|
|
1841
1807
|
pass
|
|
1842
1808
|
|
|
1843
|
-
def _typecheckingstub__cdb1fca52784c0725f4b57948dc7b1b7e1dffb05effe36f5ee6c00ae93c44230(
|
|
1844
|
-
value: typing.Optional[builtins.str],
|
|
1845
|
-
) -> None:
|
|
1846
|
-
"""Type checking stubs"""
|
|
1847
|
-
pass
|
|
1848
|
-
|
|
1849
1809
|
def _typecheckingstub__ce4ee431bd44e41d23a7b0df5a1d235166dfde2dcb98cb013d61da840d20b025(
|
|
1850
1810
|
value: typing.Optional[builtins.str],
|
|
1851
1811
|
) -> None:
|
|
@@ -1907,7 +1867,6 @@ def _typecheckingstub__d4cbfaccc19fec8c2bd3f0ad17cdc9d5c9a66dbdcc7077312163442e7
|
|
|
1907
1867
|
description: typing.Optional[builtins.str] = None,
|
|
1908
1868
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EventSubscriptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1909
1869
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.PermissionModelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1910
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
1911
1870
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
1912
1871
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1913
1872
|
) -> None:
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -6322,6 +6322,12 @@ class CrossAccountZoneDelegationRecord(
|
|
|
6322
6322
|
):
|
|
6323
6323
|
'''A Cross Account Zone Delegation record.
|
|
6324
6324
|
|
|
6325
|
+
This construct uses custom resource lambda that calls Route53
|
|
6326
|
+
ChangeResourceRecordSets API to upsert a NS record into the ``parentHostedZone``.
|
|
6327
|
+
|
|
6328
|
+
WARNING: The default removal policy of this resource is DESTROY, therefore, if this resource's logical ID changes or
|
|
6329
|
+
if this resource is removed from the stack, the existing NS record will be removed.
|
|
6330
|
+
|
|
6325
6331
|
:exampleMetadata: infused
|
|
6326
6332
|
|
|
6327
6333
|
Example::
|
|
@@ -6713,7 +6719,7 @@ class HealthCheckProps:
|
|
|
6713
6719
|
:param child_health_checks: A list of health checks to monitor for this 'CALCULATED' health check. Default: - if the type is CALCULATED, this property is required. Otherwise, it is not configured.
|
|
6714
6720
|
:param enable_sni: Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate. Default: - if the type is HTTPS or HTTPS_STR_MATCH, this property default value is true. Otherwise, it is not configured.
|
|
6715
6721
|
:param failure_threshold: The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. Default: - if the type is CALCULATED it's not configured - if the type is CLOUDWATCH_METRIC it's not configured - otherwise, the default value is 3.
|
|
6716
|
-
:param fqdn: Fully qualified domain name of the endpoint to be checked. Amazon Route 53 behavior depends on whether you specify a value for IPAddress. If you specify a value for IPAddress: Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks. Note: If you specify a value for Port property other than 80 or 443, Route 53 will
|
|
6722
|
+
:param fqdn: Fully qualified domain name of the endpoint to be checked. Amazon Route 53 behavior depends on whether you specify a value for IPAddress. If you specify a value for IPAddress: Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks. Note: If you specify a value for Port property other than 80 or 443, Route 53 will construct the value for Host header as FullyQualifiedDomainName:Port. If you don't specify a value for IPAddress: Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for RequestInterval. Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint. Additionally, if the type of the health check is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify value for IPAddress. If the type is TCP, Route 53 doesn't pass a Host header. Default: - not configured
|
|
6717
6723
|
:param health_threshold: The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. Default: - if the type is CALCULATED, the default value is number of child health checks. Otherwise, it is not configured.
|
|
6718
6724
|
:param insufficient_data_health_status: The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Default: - if the type is CLOUDWATCH_METRIC, the default value is InsufficientDataHealthStatus.LAST_KNOWN_STATUS. Otherwise, it is not configured.
|
|
6719
6725
|
:param inverted: Specify whether you want Amazon Route 53 to invert the status of a health check, so a health check that would normally be considered unhealthy is considered healthy, and vice versa. Default: false
|
|
@@ -6869,7 +6875,7 @@ class HealthCheckProps:
|
|
|
6869
6875
|
If you specify a value for IPAddress:
|
|
6870
6876
|
|
|
6871
6877
|
Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks.
|
|
6872
|
-
Note: If you specify a value for Port property other than 80 or 443, Route 53 will
|
|
6878
|
+
Note: If you specify a value for Port property other than 80 or 443, Route 53 will construct the value for Host header as FullyQualifiedDomainName:Port.
|
|
6873
6879
|
|
|
6874
6880
|
If you don't specify a value for IPAddress:
|
|
6875
6881
|
|
|
@@ -7098,7 +7104,7 @@ class HealthCheckType(enum.Enum):
|
|
|
7098
7104
|
RECOVERY_CONTROL = "RECOVERY_CONTROL"
|
|
7099
7105
|
'''Recovery control health check.
|
|
7100
7106
|
|
|
7101
|
-
The health check is
|
|
7107
|
+
The health check is associated with a Route53 Application Recovery Controller routing control. If the routing control state is ON, the health check is considered healthy. If the state is OFF, the health check is considered unhealthy.
|
|
7102
7108
|
'''
|
|
7103
7109
|
|
|
7104
7110
|
|
|
@@ -13216,7 +13222,7 @@ class HealthCheck(
|
|
|
13216
13222
|
:param child_health_checks: A list of health checks to monitor for this 'CALCULATED' health check. Default: - if the type is CALCULATED, this property is required. Otherwise, it is not configured.
|
|
13217
13223
|
:param enable_sni: Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate. Default: - if the type is HTTPS or HTTPS_STR_MATCH, this property default value is true. Otherwise, it is not configured.
|
|
13218
13224
|
:param failure_threshold: The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. Default: - if the type is CALCULATED it's not configured - if the type is CLOUDWATCH_METRIC it's not configured - otherwise, the default value is 3.
|
|
13219
|
-
:param fqdn: Fully qualified domain name of the endpoint to be checked. Amazon Route 53 behavior depends on whether you specify a value for IPAddress. If you specify a value for IPAddress: Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks. Note: If you specify a value for Port property other than 80 or 443, Route 53 will
|
|
13225
|
+
:param fqdn: Fully qualified domain name of the endpoint to be checked. Amazon Route 53 behavior depends on whether you specify a value for IPAddress. If you specify a value for IPAddress: Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks. Note: If you specify a value for Port property other than 80 or 443, Route 53 will construct the value for Host header as FullyQualifiedDomainName:Port. If you don't specify a value for IPAddress: Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for RequestInterval. Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint. Additionally, if the type of the health check is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify value for IPAddress. If the type is TCP, Route 53 doesn't pass a Host header. Default: - not configured
|
|
13220
13226
|
:param health_threshold: The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. Default: - if the type is CALCULATED, the default value is number of child health checks. Otherwise, it is not configured.
|
|
13221
13227
|
:param insufficient_data_health_status: The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Default: - if the type is CLOUDWATCH_METRIC, the default value is InsufficientDataHealthStatus.LAST_KNOWN_STATUS. Otherwise, it is not configured.
|
|
13222
13228
|
:param inverted: Specify whether you want Amazon Route 53 to invert the status of a health check, so a health check that would normally be considered unhealthy is considered healthy, and vice versa. Default: false
|
|
@@ -495,19 +495,19 @@ class BucketWebsiteTarget(
|
|
|
495
495
|
@jsii.member(jsii_name="bind")
|
|
496
496
|
def bind(
|
|
497
497
|
self,
|
|
498
|
-
|
|
498
|
+
record: _IRecordSet_7d446a82,
|
|
499
499
|
_zone: typing.Optional[_IHostedZone_9a6907ad] = None,
|
|
500
500
|
) -> _AliasRecordTargetConfig_588f62e9:
|
|
501
501
|
'''Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
|
502
502
|
|
|
503
|
-
:param
|
|
503
|
+
:param record: -
|
|
504
504
|
:param _zone: -
|
|
505
505
|
'''
|
|
506
506
|
if __debug__:
|
|
507
507
|
type_hints = typing.get_type_hints(_typecheckingstub__dd2ecb9daaec6458d815966f81355d94c2b67af66e5e1242ed3eb80048b7a1d4)
|
|
508
|
-
check_type(argname="argument
|
|
508
|
+
check_type(argname="argument record", value=record, expected_type=type_hints["record"])
|
|
509
509
|
check_type(argname="argument _zone", value=_zone, expected_type=type_hints["_zone"])
|
|
510
|
-
return typing.cast(_AliasRecordTargetConfig_588f62e9, jsii.invoke(self, "bind", [
|
|
510
|
+
return typing.cast(_AliasRecordTargetConfig_588f62e9, jsii.invoke(self, "bind", [record, _zone]))
|
|
511
511
|
|
|
512
512
|
|
|
513
513
|
@jsii.implements(_IAliasRecordTarget_aae9327f)
|
|
@@ -683,19 +683,19 @@ class ElasticBeanstalkEnvironmentEndpointTarget(
|
|
|
683
683
|
@jsii.member(jsii_name="bind")
|
|
684
684
|
def bind(
|
|
685
685
|
self,
|
|
686
|
-
|
|
686
|
+
record: _IRecordSet_7d446a82,
|
|
687
687
|
_zone: typing.Optional[_IHostedZone_9a6907ad] = None,
|
|
688
688
|
) -> _AliasRecordTargetConfig_588f62e9:
|
|
689
689
|
'''Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
|
690
690
|
|
|
691
|
-
:param
|
|
691
|
+
:param record: -
|
|
692
692
|
:param _zone: -
|
|
693
693
|
'''
|
|
694
694
|
if __debug__:
|
|
695
695
|
type_hints = typing.get_type_hints(_typecheckingstub__84020a15dd8ef0dcc21b591bd97f450f84cc046c2f1899e6aab8e6cbfd2ed378)
|
|
696
|
-
check_type(argname="argument
|
|
696
|
+
check_type(argname="argument record", value=record, expected_type=type_hints["record"])
|
|
697
697
|
check_type(argname="argument _zone", value=_zone, expected_type=type_hints["_zone"])
|
|
698
|
-
return typing.cast(_AliasRecordTargetConfig_588f62e9, jsii.invoke(self, "bind", [
|
|
698
|
+
return typing.cast(_AliasRecordTargetConfig_588f62e9, jsii.invoke(self, "bind", [record, _zone]))
|
|
699
699
|
|
|
700
700
|
|
|
701
701
|
@jsii.implements(_IAliasRecordTarget_aae9327f)
|
|
@@ -978,19 +978,19 @@ class Route53RecordTarget(
|
|
|
978
978
|
@jsii.member(jsii_name="bind")
|
|
979
979
|
def bind(
|
|
980
980
|
self,
|
|
981
|
-
|
|
981
|
+
record: _IRecordSet_7d446a82,
|
|
982
982
|
zone: typing.Optional[_IHostedZone_9a6907ad] = None,
|
|
983
983
|
) -> _AliasRecordTargetConfig_588f62e9:
|
|
984
984
|
'''Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
|
985
985
|
|
|
986
|
-
:param
|
|
986
|
+
:param record: -
|
|
987
987
|
:param zone: -
|
|
988
988
|
'''
|
|
989
989
|
if __debug__:
|
|
990
990
|
type_hints = typing.get_type_hints(_typecheckingstub__20a2915996329a774faa7e609ae99a71303eecebe91edad6fdb7552e5beea323)
|
|
991
|
-
check_type(argname="argument
|
|
991
|
+
check_type(argname="argument record", value=record, expected_type=type_hints["record"])
|
|
992
992
|
check_type(argname="argument zone", value=zone, expected_type=type_hints["zone"])
|
|
993
|
-
return typing.cast(_AliasRecordTargetConfig_588f62e9, jsii.invoke(self, "bind", [
|
|
993
|
+
return typing.cast(_AliasRecordTargetConfig_588f62e9, jsii.invoke(self, "bind", [record, zone]))
|
|
994
994
|
|
|
995
995
|
|
|
996
996
|
@jsii.implements(_IAliasRecordTarget_aae9327f)
|
|
@@ -1147,7 +1147,7 @@ def _typecheckingstub__ddbd19de44d0f648d972f99cbd261ae3e9159511037db7c12ae0ebcb7
|
|
|
1147
1147
|
pass
|
|
1148
1148
|
|
|
1149
1149
|
def _typecheckingstub__dd2ecb9daaec6458d815966f81355d94c2b67af66e5e1242ed3eb80048b7a1d4(
|
|
1150
|
-
|
|
1150
|
+
record: _IRecordSet_7d446a82,
|
|
1151
1151
|
_zone: typing.Optional[_IHostedZone_9a6907ad] = None,
|
|
1152
1152
|
) -> None:
|
|
1153
1153
|
"""Type checking stubs"""
|
|
@@ -1194,7 +1194,7 @@ def _typecheckingstub__8d25d707c026f750072f9d979b0260dab154996d630c701cc92fda7eb
|
|
|
1194
1194
|
pass
|
|
1195
1195
|
|
|
1196
1196
|
def _typecheckingstub__84020a15dd8ef0dcc21b591bd97f450f84cc046c2f1899e6aab8e6cbfd2ed378(
|
|
1197
|
-
|
|
1197
|
+
record: _IRecordSet_7d446a82,
|
|
1198
1198
|
_zone: typing.Optional[_IHostedZone_9a6907ad] = None,
|
|
1199
1199
|
) -> None:
|
|
1200
1200
|
"""Type checking stubs"""
|
|
@@ -1255,7 +1255,7 @@ def _typecheckingstub__2066ecabfb9b9141cbb485e7f03d0f098e5abdd8192896fc3d377b572
|
|
|
1255
1255
|
pass
|
|
1256
1256
|
|
|
1257
1257
|
def _typecheckingstub__20a2915996329a774faa7e609ae99a71303eecebe91edad6fdb7552e5beea323(
|
|
1258
|
-
|
|
1258
|
+
record: _IRecordSet_7d446a82,
|
|
1259
1259
|
zone: typing.Optional[_IHostedZone_9a6907ad] = None,
|
|
1260
1260
|
) -> None:
|
|
1261
1261
|
"""Type checking stubs"""
|
aws_cdk/aws_rum/__init__.py
CHANGED
|
@@ -630,7 +630,7 @@ class CfnAppMonitor(
|
|
|
630
630
|
self,
|
|
631
631
|
*,
|
|
632
632
|
name: builtins.str,
|
|
633
|
-
dimension_keys: typing.Optional[typing.Union[
|
|
633
|
+
dimension_keys: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
634
634
|
event_pattern: typing.Optional[builtins.str] = None,
|
|
635
635
|
namespace: typing.Optional[builtins.str] = None,
|
|
636
636
|
unit_label: typing.Optional[builtins.str] = None,
|
|
@@ -721,7 +721,7 @@ class CfnAppMonitor(
|
|
|
721
721
|
@builtins.property
|
|
722
722
|
def dimension_keys(
|
|
723
723
|
self,
|
|
724
|
-
) -> typing.Optional[typing.Union[
|
|
724
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
725
725
|
'''This field is a map of field paths to dimension names.
|
|
726
726
|
|
|
727
727
|
It defines the dimensions to associate with this metric in CloudWatch . The value of this field is used only if the metric destination is ``CloudWatch`` . If the metric destination is ``Evidently`` , the value of ``DimensionKeys`` is ignored.
|
|
@@ -729,7 +729,7 @@ class CfnAppMonitor(
|
|
|
729
729
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html#cfn-rum-appmonitor-metricdefinition-dimensionkeys
|
|
730
730
|
'''
|
|
731
731
|
result = self._values.get("dimension_keys")
|
|
732
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
732
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
733
733
|
|
|
734
734
|
@builtins.property
|
|
735
735
|
def event_pattern(self) -> typing.Optional[builtins.str]:
|
|
@@ -1218,7 +1218,7 @@ def _typecheckingstub__dbddfb5cea796155615c50462c2f74dceb1015bc37ceb1d56a4673eee
|
|
|
1218
1218
|
def _typecheckingstub__001da0942488042bedaa7bac57ce421214804f088803aac4b0f5c16385fb5991(
|
|
1219
1219
|
*,
|
|
1220
1220
|
name: builtins.str,
|
|
1221
|
-
dimension_keys: typing.Optional[typing.Union[
|
|
1221
|
+
dimension_keys: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1222
1222
|
event_pattern: typing.Optional[builtins.str] = None,
|
|
1223
1223
|
namespace: typing.Optional[builtins.str] = None,
|
|
1224
1224
|
unit_label: typing.Optional[builtins.str] = None,
|