aws-cdk-lib 2.175.1__py3-none-any.whl → 2.177.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 +26 -7
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.175.1.jsii.tgz → aws-cdk-lib@2.177.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +161 -9
- aws_cdk/aws_appconfig/__init__.py +106 -24
- aws_cdk/aws_appsync/__init__.py +4 -3
- aws_cdk/aws_backup/__init__.py +18 -84
- aws_cdk/aws_batch/__init__.py +4 -2
- aws_cdk/aws_bedrock/__init__.py +5395 -2508
- aws_cdk/aws_cleanrooms/__init__.py +77 -34
- aws_cdk/aws_cloudformation/__init__.py +4 -2
- aws_cdk/aws_cloudfront/__init__.py +12 -2
- aws_cdk/aws_cloudfront/experimental/__init__.py +1 -1
- aws_cdk/aws_cloudfront_origins/__init__.py +33 -2
- aws_cdk/aws_cloudwatch/__init__.py +53 -49
- aws_cdk/aws_codebuild/__init__.py +36 -0
- aws_cdk/aws_codepipeline/__init__.py +35 -0
- aws_cdk/aws_cognito/__init__.py +285 -253
- aws_cdk/aws_customerprofiles/__init__.py +1060 -0
- aws_cdk/aws_datazone/__init__.py +195 -125
- aws_cdk/aws_docdb/__init__.py +29 -9
- aws_cdk/aws_dynamodb/__init__.py +77 -58
- aws_cdk/aws_ec2/__init__.py +16 -11
- aws_cdk/aws_ecs/__init__.py +127 -43
- aws_cdk/aws_efs/__init__.py +5 -5
- aws_cdk/aws_eks/__init__.py +24 -3
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +41 -5
- aws_cdk/aws_emrserverless/__init__.py +86 -0
- aws_cdk/aws_fms/__init__.py +42 -0
- aws_cdk/aws_gamelift/__init__.py +8 -10
- aws_cdk/aws_healthlake/__init__.py +36 -40
- aws_cdk/aws_iam/__init__.py +8 -0
- aws_cdk/aws_imagebuilder/__init__.py +62 -48
- aws_cdk/aws_lambda/__init__.py +21 -8
- aws_cdk/aws_lambda_event_sources/__init__.py +9 -9
- aws_cdk/aws_lex/__init__.py +105 -0
- aws_cdk/aws_logs/__init__.py +59 -59
- aws_cdk/aws_mediaconvert/__init__.py +7 -3
- aws_cdk/aws_notifications/__init__.py +1390 -0
- aws_cdk/aws_notificationscontacts/__init__.py +593 -0
- aws_cdk/aws_organizations/__init__.py +5 -9
- aws_cdk/aws_rds/__init__.py +99 -30
- aws_cdk/aws_redshift/__init__.py +9 -5
- aws_cdk/aws_resiliencehub/__init__.py +41 -0
- aws_cdk/aws_route53/__init__.py +4 -4
- aws_cdk/aws_route53_targets/__init__.py +15 -15
- aws_cdk/aws_s3/__init__.py +794 -5
- aws_cdk/aws_s3_notifications/__init__.py +5 -5
- aws_cdk/aws_s3tables/__init__.py +2 -2
- aws_cdk/aws_ses/__init__.py +25 -4
- aws_cdk/aws_sns/__init__.py +39 -0
- aws_cdk/aws_ssm/__init__.py +14 -7
- aws_cdk/aws_ssmquicksetup/__init__.py +84 -84
- aws_cdk/aws_sso/__init__.py +9 -5
- aws_cdk/aws_synthetics/__init__.py +105 -32
- aws_cdk/cloud_assembly_schema/__init__.py +63 -4
- aws_cdk/cx_api/__init__.py +69 -8
- {aws_cdk_lib-2.175.1.dist-info → aws_cdk_lib-2.177.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.175.1.dist-info → aws_cdk_lib-2.177.0.dist-info}/RECORD +63 -62
- aws_cdk/aws_iot1click/__init__.py +0 -1193
- {aws_cdk_lib-2.175.1.dist-info → aws_cdk_lib-2.177.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.175.1.dist-info → aws_cdk_lib-2.177.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.175.1.dist-info → aws_cdk_lib-2.177.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.175.1.dist-info → aws_cdk_lib-2.177.0.dist-info}/top_level.txt +0 -0
|
@@ -128,6 +128,7 @@ class CfnApp(
|
|
|
128
128
|
cross_account_role_arns=["crossAccountRoleArns"],
|
|
129
129
|
invoker_role_name="invokerRoleName"
|
|
130
130
|
),
|
|
131
|
+
regulatory_policy_arn="regulatoryPolicyArn",
|
|
131
132
|
resiliency_policy_arn="resiliencyPolicyArn",
|
|
132
133
|
tags={
|
|
133
134
|
"tags_key": "tags"
|
|
@@ -147,6 +148,7 @@ class CfnApp(
|
|
|
147
148
|
description: typing.Optional[builtins.str] = None,
|
|
148
149
|
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,
|
|
149
150
|
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,
|
|
150
152
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
151
153
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
152
154
|
) -> None:
|
|
@@ -160,6 +162,7 @@ class CfnApp(
|
|
|
160
162
|
:param description: Optional description for an application.
|
|
161
163
|
: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.
|
|
162
164
|
: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.
|
|
163
166
|
:param resiliency_policy_arn: The Amazon Resource Name (ARN) of the resiliency policy.
|
|
164
167
|
: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.
|
|
165
168
|
'''
|
|
@@ -175,6 +178,7 @@ class CfnApp(
|
|
|
175
178
|
description=description,
|
|
176
179
|
event_subscriptions=event_subscriptions,
|
|
177
180
|
permission_model=permission_model,
|
|
181
|
+
regulatory_policy_arn=regulatory_policy_arn,
|
|
178
182
|
resiliency_policy_arn=resiliency_policy_arn,
|
|
179
183
|
tags=tags,
|
|
180
184
|
)
|
|
@@ -346,6 +350,19 @@ class CfnApp(
|
|
|
346
350
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
347
351
|
jsii.set(self, "permissionModel", value) # pyright: ignore[reportArgumentType]
|
|
348
352
|
|
|
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
|
+
|
|
349
366
|
@builtins.property
|
|
350
367
|
@jsii.member(jsii_name="resiliencyPolicyArn")
|
|
351
368
|
def resiliency_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
@@ -879,6 +896,7 @@ class CfnApp(
|
|
|
879
896
|
"description": "description",
|
|
880
897
|
"event_subscriptions": "eventSubscriptions",
|
|
881
898
|
"permission_model": "permissionModel",
|
|
899
|
+
"regulatory_policy_arn": "regulatoryPolicyArn",
|
|
882
900
|
"resiliency_policy_arn": "resiliencyPolicyArn",
|
|
883
901
|
"tags": "tags",
|
|
884
902
|
},
|
|
@@ -894,6 +912,7 @@ class CfnAppProps:
|
|
|
894
912
|
description: typing.Optional[builtins.str] = None,
|
|
895
913
|
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,
|
|
896
914
|
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,
|
|
897
916
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
898
917
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
899
918
|
) -> None:
|
|
@@ -906,6 +925,7 @@ class CfnAppProps:
|
|
|
906
925
|
:param description: Optional description for an application.
|
|
907
926
|
: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.
|
|
908
927
|
: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.
|
|
909
929
|
:param resiliency_policy_arn: The Amazon Resource Name (ARN) of the resiliency policy.
|
|
910
930
|
: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.
|
|
911
931
|
|
|
@@ -956,6 +976,7 @@ class CfnAppProps:
|
|
|
956
976
|
cross_account_role_arns=["crossAccountRoleArns"],
|
|
957
977
|
invoker_role_name="invokerRoleName"
|
|
958
978
|
),
|
|
979
|
+
regulatory_policy_arn="regulatoryPolicyArn",
|
|
959
980
|
resiliency_policy_arn="resiliencyPolicyArn",
|
|
960
981
|
tags={
|
|
961
982
|
"tags_key": "tags"
|
|
@@ -971,6 +992,7 @@ class CfnAppProps:
|
|
|
971
992
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
972
993
|
check_type(argname="argument event_subscriptions", value=event_subscriptions, expected_type=type_hints["event_subscriptions"])
|
|
973
994
|
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"])
|
|
974
996
|
check_type(argname="argument resiliency_policy_arn", value=resiliency_policy_arn, expected_type=type_hints["resiliency_policy_arn"])
|
|
975
997
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
976
998
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -986,6 +1008,8 @@ class CfnAppProps:
|
|
|
986
1008
|
self._values["event_subscriptions"] = event_subscriptions
|
|
987
1009
|
if permission_model is not None:
|
|
988
1010
|
self._values["permission_model"] = permission_model
|
|
1011
|
+
if regulatory_policy_arn is not None:
|
|
1012
|
+
self._values["regulatory_policy_arn"] = regulatory_policy_arn
|
|
989
1013
|
if resiliency_policy_arn is not None:
|
|
990
1014
|
self._values["resiliency_policy_arn"] = resiliency_policy_arn
|
|
991
1015
|
if tags is not None:
|
|
@@ -1256,6 +1280,15 @@ class CfnAppProps:
|
|
|
1256
1280
|
result = self._values.get("permission_model")
|
|
1257
1281
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApp.PermissionModelProperty]], result)
|
|
1258
1282
|
|
|
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
|
+
|
|
1259
1292
|
@builtins.property
|
|
1260
1293
|
def resiliency_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
1261
1294
|
'''The Amazon Resource Name (ARN) of the resiliency policy.
|
|
@@ -1746,6 +1779,7 @@ def _typecheckingstub__303e76fc3650422653be00dea7484c071f68688b86b0b136d647cee73
|
|
|
1746
1779
|
description: typing.Optional[builtins.str] = None,
|
|
1747
1780
|
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,
|
|
1748
1781
|
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,
|
|
1749
1783
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
1750
1784
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1751
1785
|
) -> None:
|
|
@@ -1806,6 +1840,12 @@ def _typecheckingstub__2e15df41e400e8a9cff1ec67cfe4cdb6224b7e0faa1f84a7164a3aff0
|
|
|
1806
1840
|
"""Type checking stubs"""
|
|
1807
1841
|
pass
|
|
1808
1842
|
|
|
1843
|
+
def _typecheckingstub__cdb1fca52784c0725f4b57948dc7b1b7e1dffb05effe36f5ee6c00ae93c44230(
|
|
1844
|
+
value: typing.Optional[builtins.str],
|
|
1845
|
+
) -> None:
|
|
1846
|
+
"""Type checking stubs"""
|
|
1847
|
+
pass
|
|
1848
|
+
|
|
1809
1849
|
def _typecheckingstub__ce4ee431bd44e41d23a7b0df5a1d235166dfde2dcb98cb013d61da840d20b025(
|
|
1810
1850
|
value: typing.Optional[builtins.str],
|
|
1811
1851
|
) -> None:
|
|
@@ -1867,6 +1907,7 @@ def _typecheckingstub__d4cbfaccc19fec8c2bd3f0ad17cdc9d5c9a66dbdcc7077312163442e7
|
|
|
1867
1907
|
description: typing.Optional[builtins.str] = None,
|
|
1868
1908
|
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,
|
|
1869
1909
|
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,
|
|
1870
1911
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
1871
1912
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1872
1913
|
) -> None:
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -6713,7 +6713,7 @@ class HealthCheckProps:
|
|
|
6713
6713
|
: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
6714
|
: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
6715
|
: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
|
|
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 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
6717
|
: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
6718
|
: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
6719
|
: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 +6869,7 @@ class HealthCheckProps:
|
|
|
6869
6869
|
If you specify a value for IPAddress:
|
|
6870
6870
|
|
|
6871
6871
|
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
|
|
6872
|
+
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
6873
|
|
|
6874
6874
|
If you don't specify a value for IPAddress:
|
|
6875
6875
|
|
|
@@ -7098,7 +7098,7 @@ class HealthCheckType(enum.Enum):
|
|
|
7098
7098
|
RECOVERY_CONTROL = "RECOVERY_CONTROL"
|
|
7099
7099
|
'''Recovery control health check.
|
|
7100
7100
|
|
|
7101
|
-
The health check is
|
|
7101
|
+
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
7102
|
'''
|
|
7103
7103
|
|
|
7104
7104
|
|
|
@@ -13216,7 +13216,7 @@ class HealthCheck(
|
|
|
13216
13216
|
: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
13217
|
: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
13218
|
: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
|
|
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 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
13220
|
: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
13221
|
: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
13222
|
: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"""
|