aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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 +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +58 -0
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +454 -74
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +163 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_greengrassv2/__init__.py +29 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +493 -0
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53/__init__.py +8 -2
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +107 -86
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +319 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
|
@@ -641,6 +641,48 @@ class CfnGroup(
|
|
|
641
641
|
|
|
642
642
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
643
643
|
|
|
644
|
+
@jsii.member(jsii_name="fromGroupArn")
|
|
645
|
+
@builtins.classmethod
|
|
646
|
+
def from_group_arn(
|
|
647
|
+
cls,
|
|
648
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
649
|
+
id: builtins.str,
|
|
650
|
+
arn: builtins.str,
|
|
651
|
+
) -> IGroupRef:
|
|
652
|
+
'''Creates a new IGroupRef from an ARN.
|
|
653
|
+
|
|
654
|
+
:param scope: -
|
|
655
|
+
:param id: -
|
|
656
|
+
:param arn: -
|
|
657
|
+
'''
|
|
658
|
+
if __debug__:
|
|
659
|
+
type_hints = typing.get_type_hints(_typecheckingstub__adf19b20317ea5b1aed5dec2e389f960280f3252e29ef20fd762d0120802a953)
|
|
660
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
661
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
662
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
663
|
+
return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupArn", [scope, id, arn]))
|
|
664
|
+
|
|
665
|
+
@jsii.member(jsii_name="fromGroupName")
|
|
666
|
+
@builtins.classmethod
|
|
667
|
+
def from_group_name(
|
|
668
|
+
cls,
|
|
669
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
670
|
+
id: builtins.str,
|
|
671
|
+
group_name: builtins.str,
|
|
672
|
+
) -> IGroupRef:
|
|
673
|
+
'''Creates a new IGroupRef from a groupName.
|
|
674
|
+
|
|
675
|
+
:param scope: -
|
|
676
|
+
:param id: -
|
|
677
|
+
:param group_name: -
|
|
678
|
+
'''
|
|
679
|
+
if __debug__:
|
|
680
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e31bae7be8ddcdc275d883cce7776babcc40916d4526c6139f289f7109c034a5)
|
|
681
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
682
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
683
|
+
check_type(argname="argument group_name", value=group_name, expected_type=type_hints["group_name"])
|
|
684
|
+
return typing.cast(IGroupRef, jsii.sinvoke(cls, "fromGroupName", [scope, id, group_name]))
|
|
685
|
+
|
|
644
686
|
@jsii.member(jsii_name="inspect")
|
|
645
687
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
646
688
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1486,6 +1528,22 @@ def _typecheckingstub__b5a62cc8e7383e674185642c2fff396c4c4bfc5896a81d18b8b2d31ba
|
|
|
1486
1528
|
"""Type checking stubs"""
|
|
1487
1529
|
pass
|
|
1488
1530
|
|
|
1531
|
+
def _typecheckingstub__adf19b20317ea5b1aed5dec2e389f960280f3252e29ef20fd762d0120802a953(
|
|
1532
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1533
|
+
id: builtins.str,
|
|
1534
|
+
arn: builtins.str,
|
|
1535
|
+
) -> None:
|
|
1536
|
+
"""Type checking stubs"""
|
|
1537
|
+
pass
|
|
1538
|
+
|
|
1539
|
+
def _typecheckingstub__e31bae7be8ddcdc275d883cce7776babcc40916d4526c6139f289f7109c034a5(
|
|
1540
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1541
|
+
id: builtins.str,
|
|
1542
|
+
group_name: builtins.str,
|
|
1543
|
+
) -> None:
|
|
1544
|
+
"""Type checking stubs"""
|
|
1545
|
+
pass
|
|
1546
|
+
|
|
1489
1547
|
def _typecheckingstub__b11658f9899003b5e16f6a06df53d35f15ebaecd961ee7465f012660a6bba090(
|
|
1490
1548
|
inspector: _TreeInspector_488e0dd5,
|
|
1491
1549
|
) -> None:
|
|
@@ -932,6 +932,27 @@ class CfnCRL(
|
|
|
932
932
|
|
|
933
933
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
934
934
|
|
|
935
|
+
@jsii.member(jsii_name="fromCrlId")
|
|
936
|
+
@builtins.classmethod
|
|
937
|
+
def from_crl_id(
|
|
938
|
+
cls,
|
|
939
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
940
|
+
id: builtins.str,
|
|
941
|
+
crl_id: builtins.str,
|
|
942
|
+
) -> ICRLRef:
|
|
943
|
+
'''Creates a new ICRLRef from a crlId.
|
|
944
|
+
|
|
945
|
+
:param scope: -
|
|
946
|
+
:param id: -
|
|
947
|
+
:param crl_id: -
|
|
948
|
+
'''
|
|
949
|
+
if __debug__:
|
|
950
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8204e9b235056c4607bf2a8db01ddb35e4b3074bbf873b9d68e9be5ab350a5d1)
|
|
951
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
952
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
953
|
+
check_type(argname="argument crl_id", value=crl_id, expected_type=type_hints["crl_id"])
|
|
954
|
+
return typing.cast(ICRLRef, jsii.sinvoke(cls, "fromCrlId", [scope, id, crl_id]))
|
|
955
|
+
|
|
935
956
|
@jsii.member(jsii_name="inspect")
|
|
936
957
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
937
958
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1150,6 +1171,48 @@ class CfnProfile(
|
|
|
1150
1171
|
|
|
1151
1172
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1152
1173
|
|
|
1174
|
+
@jsii.member(jsii_name="fromProfileArn")
|
|
1175
|
+
@builtins.classmethod
|
|
1176
|
+
def from_profile_arn(
|
|
1177
|
+
cls,
|
|
1178
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1179
|
+
id: builtins.str,
|
|
1180
|
+
arn: builtins.str,
|
|
1181
|
+
) -> IProfileRef:
|
|
1182
|
+
'''Creates a new IProfileRef from an ARN.
|
|
1183
|
+
|
|
1184
|
+
:param scope: -
|
|
1185
|
+
:param id: -
|
|
1186
|
+
:param arn: -
|
|
1187
|
+
'''
|
|
1188
|
+
if __debug__:
|
|
1189
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5a599a06fb2ee0316d660e3bf0eb0dc7243ad46e36c87de099cb066eec61d1c3)
|
|
1190
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1191
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1192
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1193
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileArn", [scope, id, arn]))
|
|
1194
|
+
|
|
1195
|
+
@jsii.member(jsii_name="fromProfileId")
|
|
1196
|
+
@builtins.classmethod
|
|
1197
|
+
def from_profile_id(
|
|
1198
|
+
cls,
|
|
1199
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1200
|
+
id: builtins.str,
|
|
1201
|
+
profile_id: builtins.str,
|
|
1202
|
+
) -> IProfileRef:
|
|
1203
|
+
'''Creates a new IProfileRef from a profileId.
|
|
1204
|
+
|
|
1205
|
+
:param scope: -
|
|
1206
|
+
:param id: -
|
|
1207
|
+
:param profile_id: -
|
|
1208
|
+
'''
|
|
1209
|
+
if __debug__:
|
|
1210
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1f9aa44b88d6ed3fd5d41a336777d0efa3496e91f55dcf344b750b37d91434a7)
|
|
1211
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1212
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1213
|
+
check_type(argname="argument profile_id", value=profile_id, expected_type=type_hints["profile_id"])
|
|
1214
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileId", [scope, id, profile_id]))
|
|
1215
|
+
|
|
1153
1216
|
@jsii.member(jsii_name="inspect")
|
|
1154
1217
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1155
1218
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1578,6 +1641,48 @@ class CfnTrustAnchor(
|
|
|
1578
1641
|
|
|
1579
1642
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1580
1643
|
|
|
1644
|
+
@jsii.member(jsii_name="fromTrustAnchorArn")
|
|
1645
|
+
@builtins.classmethod
|
|
1646
|
+
def from_trust_anchor_arn(
|
|
1647
|
+
cls,
|
|
1648
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1649
|
+
id: builtins.str,
|
|
1650
|
+
arn: builtins.str,
|
|
1651
|
+
) -> ITrustAnchorRef:
|
|
1652
|
+
'''Creates a new ITrustAnchorRef from an ARN.
|
|
1653
|
+
|
|
1654
|
+
:param scope: -
|
|
1655
|
+
:param id: -
|
|
1656
|
+
:param arn: -
|
|
1657
|
+
'''
|
|
1658
|
+
if __debug__:
|
|
1659
|
+
type_hints = typing.get_type_hints(_typecheckingstub__386bedec1c6a93456b654676162c67a7c29651ce39736fdc5c6263cfe6bbad95)
|
|
1660
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1661
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1662
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1663
|
+
return typing.cast(ITrustAnchorRef, jsii.sinvoke(cls, "fromTrustAnchorArn", [scope, id, arn]))
|
|
1664
|
+
|
|
1665
|
+
@jsii.member(jsii_name="fromTrustAnchorId")
|
|
1666
|
+
@builtins.classmethod
|
|
1667
|
+
def from_trust_anchor_id(
|
|
1668
|
+
cls,
|
|
1669
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1670
|
+
id: builtins.str,
|
|
1671
|
+
trust_anchor_id: builtins.str,
|
|
1672
|
+
) -> ITrustAnchorRef:
|
|
1673
|
+
'''Creates a new ITrustAnchorRef from a trustAnchorId.
|
|
1674
|
+
|
|
1675
|
+
:param scope: -
|
|
1676
|
+
:param id: -
|
|
1677
|
+
:param trust_anchor_id: -
|
|
1678
|
+
'''
|
|
1679
|
+
if __debug__:
|
|
1680
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c74d8e90ef0bef49a45147e252ba08bc97f3f0738fa055f1700d853fcdf88d5)
|
|
1681
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1682
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1683
|
+
check_type(argname="argument trust_anchor_id", value=trust_anchor_id, expected_type=type_hints["trust_anchor_id"])
|
|
1684
|
+
return typing.cast(ITrustAnchorRef, jsii.sinvoke(cls, "fromTrustAnchorId", [scope, id, trust_anchor_id]))
|
|
1685
|
+
|
|
1581
1686
|
@jsii.member(jsii_name="inspect")
|
|
1582
1687
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1583
1688
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2088,6 +2193,14 @@ def _typecheckingstub__f35b45debe8136e3de3e7d231f09e2d880d31e3c89eb1adb6a8c5613d
|
|
|
2088
2193
|
"""Type checking stubs"""
|
|
2089
2194
|
pass
|
|
2090
2195
|
|
|
2196
|
+
def _typecheckingstub__8204e9b235056c4607bf2a8db01ddb35e4b3074bbf873b9d68e9be5ab350a5d1(
|
|
2197
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2198
|
+
id: builtins.str,
|
|
2199
|
+
crl_id: builtins.str,
|
|
2200
|
+
) -> None:
|
|
2201
|
+
"""Type checking stubs"""
|
|
2202
|
+
pass
|
|
2203
|
+
|
|
2091
2204
|
def _typecheckingstub__8dd9193cb33ddf82dba5396e1ae096cc9b451b4296ca2900997bdae6a30a6f44(
|
|
2092
2205
|
inspector: _TreeInspector_488e0dd5,
|
|
2093
2206
|
) -> None:
|
|
@@ -2148,6 +2261,22 @@ def _typecheckingstub__15739ec913066dea67815f6297a7c4e3ed351b4df22323a7b46fa138a
|
|
|
2148
2261
|
"""Type checking stubs"""
|
|
2149
2262
|
pass
|
|
2150
2263
|
|
|
2264
|
+
def _typecheckingstub__5a599a06fb2ee0316d660e3bf0eb0dc7243ad46e36c87de099cb066eec61d1c3(
|
|
2265
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2266
|
+
id: builtins.str,
|
|
2267
|
+
arn: builtins.str,
|
|
2268
|
+
) -> None:
|
|
2269
|
+
"""Type checking stubs"""
|
|
2270
|
+
pass
|
|
2271
|
+
|
|
2272
|
+
def _typecheckingstub__1f9aa44b88d6ed3fd5d41a336777d0efa3496e91f55dcf344b750b37d91434a7(
|
|
2273
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2274
|
+
id: builtins.str,
|
|
2275
|
+
profile_id: builtins.str,
|
|
2276
|
+
) -> None:
|
|
2277
|
+
"""Type checking stubs"""
|
|
2278
|
+
pass
|
|
2279
|
+
|
|
2151
2280
|
def _typecheckingstub__108c1e464f03498a2ed8b024d67deacffc0a29dab3268a255ff590ab8cbd851c(
|
|
2152
2281
|
inspector: _TreeInspector_488e0dd5,
|
|
2153
2282
|
) -> None:
|
|
@@ -2248,6 +2377,22 @@ def _typecheckingstub__0fba7372f75a907053dd110f3529fe09fcae6182a22a6de9556840fb3
|
|
|
2248
2377
|
"""Type checking stubs"""
|
|
2249
2378
|
pass
|
|
2250
2379
|
|
|
2380
|
+
def _typecheckingstub__386bedec1c6a93456b654676162c67a7c29651ce39736fdc5c6263cfe6bbad95(
|
|
2381
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2382
|
+
id: builtins.str,
|
|
2383
|
+
arn: builtins.str,
|
|
2384
|
+
) -> None:
|
|
2385
|
+
"""Type checking stubs"""
|
|
2386
|
+
pass
|
|
2387
|
+
|
|
2388
|
+
def _typecheckingstub__9c74d8e90ef0bef49a45147e252ba08bc97f3f0738fa055f1700d853fcdf88d5(
|
|
2389
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2390
|
+
id: builtins.str,
|
|
2391
|
+
trust_anchor_id: builtins.str,
|
|
2392
|
+
) -> None:
|
|
2393
|
+
"""Type checking stubs"""
|
|
2394
|
+
pass
|
|
2395
|
+
|
|
2251
2396
|
def _typecheckingstub__6b9cfbe10bfdb6cef935d4ff153ccc2bfa14f7d75a5fc9e9b33a6065c5f889fb(
|
|
2252
2397
|
inspector: _TreeInspector_488e0dd5,
|
|
2253
2398
|
) -> None:
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -12686,7 +12686,7 @@ class CfnRecordSet(
|
|
|
12686
12686
|
|
|
12687
12687
|
:param dns_name: *Alias records only:* The value that you specify depends on where you want to route queries:. - **Amazon API Gateway custom regional APIs and edge-optimized APIs** - Specify the applicable domain name for your API. You can get the applicable value using the AWS CLI command `get-domain-names <https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html>`_ : - For regional APIs, specify the value of ``regionalDomainName`` . - For edge-optimized APIs, specify the value of ``distributionDomainName`` . This is the name of the associated CloudFront distribution, such as ``da1b2c3d4e5.cloudfront.net`` . .. epigraph:: The name of the record that you're creating must match a custom domain name for your API, such as ``api.example.com`` . - **Amazon Virtual Private Cloud interface VPC endpoint** - Enter the API endpoint for the interface endpoint, such as ``vpce-123456789abcdef01-example-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com`` . For edge-optimized APIs, this is the domain name for the corresponding CloudFront distribution. You can get the value of ``DnsName`` using the AWS CLI command `describe-vpc-endpoints <https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html>`_ . - **CloudFront distribution** - Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the record. For example, if the name of the record is *acme.example.com* , your CloudFront distribution must include *acme.example.com* as one of the alternate domain names. For more information, see `Using Alternate Domain Names (CNAMEs) <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html>`_ in the *Amazon CloudFront Developer Guide* . You can't create a record in a private hosted zone to route traffic to a CloudFront distribution. .. epigraph:: For failover alias records, you can't specify a CloudFront distribution for both the primary and secondary records. A distribution must include an alternate domain name that matches the name of the record. However, the primary and secondary records have the same name, and you can't include the same alternate domain name in more than one distribution. - **Elastic Beanstalk environment** - If the domain name for your Elastic Beanstalk environment includes the region that you deployed the environment in, you can create an alias record that routes traffic to the environment. For example, the domain name ``my-environment. *us-west-2* .elasticbeanstalk.com`` is a regionalized domain name. .. epigraph:: For environments that were created before early 2016, the domain name doesn't include the region. To route traffic to these environments, you must create a CNAME record instead of an alias record. Note that you can't create a CNAME record for the root domain name. For example, if your domain name is example.com, you can create a record that routes traffic for acme.example.com to your Elastic Beanstalk environment, but you can't create a record that routes traffic for example.com to your Elastic Beanstalk environment. For Elastic Beanstalk environments that have regionalized subdomains, specify the ``CNAME`` attribute for the environment. You can use the following methods to get the value of the CNAME attribute: - *AWS Management Console* : For information about how to get the value by using the console, see `Using Custom Domains with AWS Elastic Beanstalk <https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html>`_ in the *AWS Elastic Beanstalk Developer Guide* . - *Elastic Beanstalk API* : Use the ``DescribeEnvironments`` action to get the value of the ``CNAME`` attribute. For more information, see `DescribeEnvironments <https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html>`_ in the *AWS Elastic Beanstalk API Reference* . - *AWS CLI* : Use the ``describe-environments`` command to get the value of the ``CNAME`` attribute. For more information, see `describe-environments <https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-environments.html>`_ in the *AWS CLI* . - **ELB load balancer** - Specify the DNS name that is associated with the load balancer. Get the DNS name by using the AWS Management Console , the ELB API, or the AWS CLI . - *AWS Management Console* : Go to the EC2 page, choose *Load Balancers* in the navigation pane, choose the load balancer, choose the *Description* tab, and get the value of the *DNS name* field. If you're routing traffic to a Classic Load Balancer, get the value that begins with *dualstack* . If you're routing traffic to another type of load balancer, get the value that applies to the record type, A or AAAA. - *Elastic Load Balancing API* : Use ``DescribeLoadBalancers`` to get the value of ``DNSName`` . For more information, see the applicable guide: - Classic Load Balancers: `DescribeLoadBalancers <https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html>`_ - Application and Network Load Balancers: `DescribeLoadBalancers <https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html>`_ - *CloudFormation Fn::GetAtt intrinsic function* : Use the `Fn::GetAtt <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html>`_ intrinsic function to get the value of ``DNSName`` : - `Classic Load Balancers <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#aws-properties-ec2-elb-return-values>`_ . - `Application and Network Load Balancers <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#aws-resource-elasticloadbalancingv2-loadbalancer-return-values>`_ . - *AWS CLI* : Use ``describe-load-balancers`` to get the value of ``DNSName`` . For more information, see the applicable guide: - Classic Load Balancers: `describe-load-balancers <https://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html>`_ - Application and Network Load Balancers: `describe-load-balancers <https://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html>`_ - **Global Accelerator accelerator** - Specify the DNS name for your accelerator: - *Global Accelerator API* : To get the DNS name, use `DescribeAccelerator <https://docs.aws.amazon.com/global-accelerator/latest/api/API_DescribeAccelerator.html>`_ . - *AWS CLI* : To get the DNS name, use `describe-accelerator <https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator.html>`_ . - **Amazon S3 bucket that is configured as a static website** - Specify the domain name of the Amazon S3 website endpoint that you created the bucket in, for example, ``s3-website.us-east-2.amazonaws.com`` . For more information about valid values, see the table `Amazon S3 Website Endpoints <https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints>`_ in the *Amazon Web Services General Reference* . For more information about using S3 buckets for websites, see `Getting Started with Amazon Route 53 <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html>`_ in the *Amazon Route 53 Developer Guide.* - **Another Route 53 record** - Specify the value of the ``Name`` element for a record in the current hosted zone. .. epigraph:: If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't specify the domain name for a record for which the value of ``Type`` is ``CNAME`` . This is because the alias record must have the same type as the record that you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.
|
|
12688
12688
|
:param hosted_zone_id: *Alias resource records sets only* : The value used depends on where you want to route traffic:. - **Amazon API Gateway custom regional APIs and edge-optimized APIs** - Specify the hosted zone ID for your API. You can get the applicable value using the AWS CLI command `get-domain-names <https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html>`_ : - For regional APIs, specify the value of ``regionalHostedZoneId`` . - For edge-optimized APIs, specify the value of ``distributionHostedZoneId`` . - **Amazon Virtual Private Cloud interface VPC endpoint** - Specify the hosted zone ID for your interface endpoint. You can get the value of ``HostedZoneId`` using the AWS CLI command `describe-vpc-endpoints <https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html>`_ . - **CloudFront distribution** - Specify ``Z2FDTNDATAQYW2`` . This is always the hosted zone ID when you create an alias record that routes traffic to a CloudFront distribution. .. epigraph:: Alias records for CloudFront can't be created in a private zone. - **Elastic Beanstalk environment** - Specify the hosted zone ID for the region that you created the environment in. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see `AWS Elastic Beanstalk endpoints and quotas <https://docs.aws.amazon.com/general/latest/gr/elasticbeanstalk.html>`_ in the *Amazon Web Services General Reference* . - **ELB load balancer** - Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID: - `Service Endpoints <https://docs.aws.amazon.com/general/latest/gr/elb.html>`_ table in the "Elastic Load Balancing Endpoints and Quotas" topic in the *Amazon Web Services General Reference* : Use the value that corresponds with the region that you created your load balancer in. Note that there are separate columns for Application and Classic Load Balancers and for Network Load Balancers. - *AWS Management Console* : Go to the Amazon EC2 page, choose *Load Balancers* in the navigation pane, select the load balancer, and get the value of the *Hosted zone* field on the *Description* tab. - *Elastic Load Balancing API* : Use ``DescribeLoadBalancers`` to get the applicable value. For more information, see the applicable guide: - Classic Load Balancers: Use `DescribeLoadBalancers <https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html>`_ to get the value of ``CanonicalHostedZoneNameID`` . - Application and Network Load Balancers: Use `DescribeLoadBalancers <https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html>`_ to get the value of ``CanonicalHostedZoneID`` . - *CloudFormation Fn::GetAtt intrinsic function* : Use the `Fn::GetAtt <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html>`_ intrinsic function to get the applicable value: - Classic Load Balancers: Get `CanonicalHostedZoneNameID <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html#aws-properties-ec2-elb-return-values>`_ . - Application and Network Load Balancers: Get `CanonicalHostedZoneID <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#aws-resource-elasticloadbalancingv2-loadbalancer-return-values>`_ . - *AWS CLI* : Use ``describe-load-balancers`` to get the applicable value. For more information, see the applicable guide: - Classic Load Balancers: Use `describe-load-balancers <https://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html>`_ to get the value of ``CanonicalHostedZoneNameID`` . - Application and Network Load Balancers: Use `describe-load-balancers <https://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html>`_ to get the value of ``CanonicalHostedZoneID`` . - **Global Accelerator accelerator** - Specify ``Z2BJ6XQ5FK7U4H`` . - **An Amazon S3 bucket configured as a static website** - Specify the hosted zone ID for the region that you created the bucket in. For more information about valid values, see the table `Amazon S3 Website Endpoints <https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints>`_ in the *Amazon Web Services General Reference* . - **Another Route 53 record in your hosted zone** - Specify the hosted zone ID of your hosted zone. (An alias record can't reference a record in a different hosted zone.)
|
|
12689
|
-
:param evaluate_target_health: *Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets:* When ``EvaluateTargetHealth`` is ``true`` , an alias resource record set inherits the health of the referenced AWS resource, such as an ELB load balancer or another resource record set in the hosted zone. Note the following: - **CloudFront distributions** - You can't set ``EvaluateTargetHealth`` to ``true`` when the alias target is a CloudFront distribution. - **Elastic Beanstalk environments that have regionalized subdomains** - If you specify an Elastic Beanstalk environment in ``DNSName`` and the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set ``EvaluateTargetHealth`` to ``true`` and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other available resources that are healthy, if any. If the environment contains a single Amazon EC2 instance, there are no special requirements. - **ELB load balancers** - Health checking behavior depends on the type of load balancer: - *Classic Load Balancers* : If you specify an ELB Classic Load Balancer in ``DNSName`` , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If you set ``EvaluateTargetHealth`` to ``true`` and either no EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other resources. - *Application and Network Load Balancers* : If you specify an ELB Application or Network Load Balancer and you set ``EvaluateTargetHealth`` to ``true`` , Route 53 routes queries to the load balancer based on the health of the target groups that are associated with the load balancer: - For an Application or Network Load Balancer to be considered healthy, every target group that contains targets must contain at least one healthy target. If any target group contains only unhealthy targets, the load balancer is considered unhealthy, and Route 53 routes queries to other resources. - A target group that has no registered targets is considered unhealthy. .. epigraph:: When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but they perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer. - **S3 buckets** - There are no special requirements for setting ``EvaluateTargetHealth`` to ``true`` when the alias target is an S3 bucket. - **Other records in the same hosted zone** - If the AWS resource that you specify in ``DNSName`` is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see `What Happens When You Omit Health Checks? <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting>`_ in the *Amazon Route 53 Developer Guide* . For more information and examples, see `Amazon Route 53 Health Checks and DNS Failover <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ in the *Amazon Route 53 Developer Guide* .
|
|
12689
|
+
:param evaluate_target_health: *Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets:* When ``EvaluateTargetHealth`` is ``true`` , an alias resource record set inherits the health of the referenced AWS resource, such as an ELB load balancer or another resource record set in the hosted zone. Note the following: - **CloudFront distributions** - You can't set ``EvaluateTargetHealth`` to ``true`` when the alias target is a CloudFront distribution. - **Elastic Beanstalk environments that have regionalized subdomains** - If you specify an Elastic Beanstalk environment in ``DNSName`` and the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set ``EvaluateTargetHealth`` to ``true`` and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other available resources that are healthy, if any. If the environment contains a single Amazon EC2 instance, there are no special requirements. - **ELB load balancers** - Health checking behavior depends on the type of load balancer: - *Classic Load Balancers* : If you specify an ELB Classic Load Balancer in ``DNSName`` , Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If you set ``EvaluateTargetHealth`` to ``true`` and either no EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other resources. - *Application and Network Load Balancers* : If you specify an ELB Application or Network Load Balancer and you set ``EvaluateTargetHealth`` to ``true`` , Route 53 routes queries to the load balancer based on the health of the target groups that are associated with the load balancer: - For an Application or Network Load Balancer to be considered healthy, every target group that contains targets must contain at least one healthy target. If any target group contains only unhealthy targets, the load balancer is considered unhealthy, and Route 53 routes queries to other resources. - A target group that has no registered targets is considered unhealthy. .. epigraph:: When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but they perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer. - **API Gateway APIs** - There are no special requirements for setting ``EvaluateTargetHealth`` to ``true`` when the alias target is an API Gateway API. However, because API Gateway is highly available by design, ``EvaluateTargetHealth`` provides no operational benefit and `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ are recommended instead for failover scenarios. - **S3 buckets** - There are no special requirements for setting ``EvaluateTargetHealth`` to ``true`` when the alias target is an S3 bucket. However, because S3 buckets are highly available by design, ``EvaluateTargetHealth`` provides no operational benefit and `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ are recommended instead for failover scenarios. - **VPC interface endpoints** - There are no special requirements for setting ``EvaluateTargetHealth`` to ``true`` when the alias target is a VPC interface endpoint. However, because VPC interface endpoints are highly available by design, ``EvaluateTargetHealth`` provides no operational benefit and `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ are recommended instead for failover scenarios. - **Other records in the same hosted zone** - If the AWS resource that you specify in ``DNSName`` is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see `What Happens When You Omit Health Checks? <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting>`_ in the *Amazon Route 53 Developer Guide* . .. epigraph:: While ``EvaluateTargetHealth`` can be set to ``true`` for highly available AWS services (such as S3 buckets, VPC interface endpoints, and API Gateway), these services are designed for high availability and rarely experience outages that would be detected by this feature. For failover scenarios with these services, consider using `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ that monitor your application's ability to access the service instead. For more information and examples, see `Amazon Route 53 Health Checks and DNS Failover <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ in the *Amazon Route 53 Developer Guide* .
|
|
12690
12690
|
|
|
12691
12691
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-aliastarget.html
|
|
12692
12692
|
:exampleMetadata: fixture=_generated
|
|
@@ -12840,9 +12840,15 @@ class CfnRecordSet(
|
|
|
12840
12840
|
|
|
12841
12841
|
When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but they perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer.
|
|
12842
12842
|
|
|
12843
|
-
- **
|
|
12843
|
+
- **API Gateway APIs** - There are no special requirements for setting ``EvaluateTargetHealth`` to ``true`` when the alias target is an API Gateway API. However, because API Gateway is highly available by design, ``EvaluateTargetHealth`` provides no operational benefit and `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ are recommended instead for failover scenarios.
|
|
12844
|
+
- **S3 buckets** - There are no special requirements for setting ``EvaluateTargetHealth`` to ``true`` when the alias target is an S3 bucket. However, because S3 buckets are highly available by design, ``EvaluateTargetHealth`` provides no operational benefit and `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ are recommended instead for failover scenarios.
|
|
12845
|
+
- **VPC interface endpoints** - There are no special requirements for setting ``EvaluateTargetHealth`` to ``true`` when the alias target is a VPC interface endpoint. However, because VPC interface endpoints are highly available by design, ``EvaluateTargetHealth`` provides no operational benefit and `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ are recommended instead for failover scenarios.
|
|
12844
12846
|
- **Other records in the same hosted zone** - If the AWS resource that you specify in ``DNSName`` is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see `What Happens When You Omit Health Checks? <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting>`_ in the *Amazon Route 53 Developer Guide* .
|
|
12845
12847
|
|
|
12848
|
+
.. epigraph::
|
|
12849
|
+
|
|
12850
|
+
While ``EvaluateTargetHealth`` can be set to ``true`` for highly available AWS services (such as S3 buckets, VPC interface endpoints, and API Gateway), these services are designed for high availability and rarely experience outages that would be detected by this feature. For failover scenarios with these services, consider using `Route 53 health checks <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ that monitor your application's ability to access the service instead.
|
|
12851
|
+
|
|
12846
12852
|
For more information and examples, see `Amazon Route 53 Health Checks and DNS Failover <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html>`_ in the *Amazon Route 53 Developer Guide* .
|
|
12847
12853
|
|
|
12848
12854
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-aliastarget.html#cfn-route53-recordset-aliastarget-evaluatetargethealth
|
|
@@ -969,6 +969,48 @@ class CfnCell(
|
|
|
969
969
|
|
|
970
970
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
971
971
|
|
|
972
|
+
@jsii.member(jsii_name="fromCellArn")
|
|
973
|
+
@builtins.classmethod
|
|
974
|
+
def from_cell_arn(
|
|
975
|
+
cls,
|
|
976
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
977
|
+
id: builtins.str,
|
|
978
|
+
arn: builtins.str,
|
|
979
|
+
) -> ICellRef:
|
|
980
|
+
'''Creates a new ICellRef from an ARN.
|
|
981
|
+
|
|
982
|
+
:param scope: -
|
|
983
|
+
:param id: -
|
|
984
|
+
:param arn: -
|
|
985
|
+
'''
|
|
986
|
+
if __debug__:
|
|
987
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6384526a3a16df29e41d1e0c5d9c81ec2669c9b7911801fdf4022e3a8b4f4956)
|
|
988
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
989
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
990
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
991
|
+
return typing.cast(ICellRef, jsii.sinvoke(cls, "fromCellArn", [scope, id, arn]))
|
|
992
|
+
|
|
993
|
+
@jsii.member(jsii_name="fromCellName")
|
|
994
|
+
@builtins.classmethod
|
|
995
|
+
def from_cell_name(
|
|
996
|
+
cls,
|
|
997
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
998
|
+
id: builtins.str,
|
|
999
|
+
cell_name: builtins.str,
|
|
1000
|
+
) -> ICellRef:
|
|
1001
|
+
'''Creates a new ICellRef from a cellName.
|
|
1002
|
+
|
|
1003
|
+
:param scope: -
|
|
1004
|
+
:param id: -
|
|
1005
|
+
:param cell_name: -
|
|
1006
|
+
'''
|
|
1007
|
+
if __debug__:
|
|
1008
|
+
type_hints = typing.get_type_hints(_typecheckingstub__490cd1ec8bad2bbf8558d3345ceae28cce102a92e3ba7672076e995e2785050e)
|
|
1009
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1010
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1011
|
+
check_type(argname="argument cell_name", value=cell_name, expected_type=type_hints["cell_name"])
|
|
1012
|
+
return typing.cast(ICellRef, jsii.sinvoke(cls, "fromCellName", [scope, id, cell_name]))
|
|
1013
|
+
|
|
972
1014
|
@jsii.member(jsii_name="inspect")
|
|
973
1015
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
974
1016
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2153,6 +2195,22 @@ def _typecheckingstub__13c868895ca08bff854c8fe7678338e1867e993f867d49908046cd6a1
|
|
|
2153
2195
|
"""Type checking stubs"""
|
|
2154
2196
|
pass
|
|
2155
2197
|
|
|
2198
|
+
def _typecheckingstub__6384526a3a16df29e41d1e0c5d9c81ec2669c9b7911801fdf4022e3a8b4f4956(
|
|
2199
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2200
|
+
id: builtins.str,
|
|
2201
|
+
arn: builtins.str,
|
|
2202
|
+
) -> None:
|
|
2203
|
+
"""Type checking stubs"""
|
|
2204
|
+
pass
|
|
2205
|
+
|
|
2206
|
+
def _typecheckingstub__490cd1ec8bad2bbf8558d3345ceae28cce102a92e3ba7672076e995e2785050e(
|
|
2207
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2208
|
+
id: builtins.str,
|
|
2209
|
+
cell_name: builtins.str,
|
|
2210
|
+
) -> None:
|
|
2211
|
+
"""Type checking stubs"""
|
|
2212
|
+
pass
|
|
2213
|
+
|
|
2156
2214
|
def _typecheckingstub__26df4eeedb5a0c616a1f3dad8c75f078f50e698da7a0e84e3a5d5735d6c00031(
|
|
2157
2215
|
inspector: _TreeInspector_488e0dd5,
|
|
2158
2216
|
) -> None:
|
|
@@ -3885,6 +3885,27 @@ class CfnResolverConfig(
|
|
|
3885
3885
|
|
|
3886
3886
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3887
3887
|
|
|
3888
|
+
@jsii.member(jsii_name="fromResourceId")
|
|
3889
|
+
@builtins.classmethod
|
|
3890
|
+
def from_resource_id(
|
|
3891
|
+
cls,
|
|
3892
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3893
|
+
id: builtins.str,
|
|
3894
|
+
resource_id: builtins.str,
|
|
3895
|
+
) -> IResolverConfigRef:
|
|
3896
|
+
'''Creates a new IResolverConfigRef from a resourceId.
|
|
3897
|
+
|
|
3898
|
+
:param scope: -
|
|
3899
|
+
:param id: -
|
|
3900
|
+
:param resource_id: -
|
|
3901
|
+
'''
|
|
3902
|
+
if __debug__:
|
|
3903
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa)
|
|
3904
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3905
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3906
|
+
check_type(argname="argument resource_id", value=resource_id, expected_type=type_hints["resource_id"])
|
|
3907
|
+
return typing.cast(IResolverConfigRef, jsii.sinvoke(cls, "fromResourceId", [scope, id, resource_id]))
|
|
3908
|
+
|
|
3888
3909
|
@jsii.member(jsii_name="inspect")
|
|
3889
3910
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3890
3911
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6012,6 +6033,14 @@ def _typecheckingstub__35122d782a5f80846e3948e7eb0337b124eee2f562394f9f0ac3811b7
|
|
|
6012
6033
|
"""Type checking stubs"""
|
|
6013
6034
|
pass
|
|
6014
6035
|
|
|
6036
|
+
def _typecheckingstub__f8f6b0479da60df4a0222dc8fed87ef1041d1b88f7275f1bdc7b538b75cb68aa(
|
|
6037
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6038
|
+
id: builtins.str,
|
|
6039
|
+
resource_id: builtins.str,
|
|
6040
|
+
) -> None:
|
|
6041
|
+
"""Type checking stubs"""
|
|
6042
|
+
pass
|
|
6043
|
+
|
|
6015
6044
|
def _typecheckingstub__b9b80f7dd8c3634834446059b6a5647da70f751aee16fc635988309e2b114da8(
|
|
6016
6045
|
inspector: _TreeInspector_488e0dd5,
|
|
6017
6046
|
) -> None:
|
aws_cdk/aws_s3/__init__.py
CHANGED
|
@@ -9430,6 +9430,48 @@ class CfnAccessPoint(
|
|
|
9430
9430
|
|
|
9431
9431
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9432
9432
|
|
|
9433
|
+
@jsii.member(jsii_name="fromAccessPointArn")
|
|
9434
|
+
@builtins.classmethod
|
|
9435
|
+
def from_access_point_arn(
|
|
9436
|
+
cls,
|
|
9437
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9438
|
+
id: builtins.str,
|
|
9439
|
+
arn: builtins.str,
|
|
9440
|
+
) -> IAccessPointRef:
|
|
9441
|
+
'''Creates a new IAccessPointRef from an ARN.
|
|
9442
|
+
|
|
9443
|
+
:param scope: -
|
|
9444
|
+
:param id: -
|
|
9445
|
+
:param arn: -
|
|
9446
|
+
'''
|
|
9447
|
+
if __debug__:
|
|
9448
|
+
type_hints = typing.get_type_hints(_typecheckingstub__27c1fdb406b539ade70eea36bce09782bba11b354442fee5c5d43c938bfd0aee)
|
|
9449
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9450
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9451
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9452
|
+
return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointArn", [scope, id, arn]))
|
|
9453
|
+
|
|
9454
|
+
@jsii.member(jsii_name="fromAccessPointName")
|
|
9455
|
+
@builtins.classmethod
|
|
9456
|
+
def from_access_point_name(
|
|
9457
|
+
cls,
|
|
9458
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9459
|
+
id: builtins.str,
|
|
9460
|
+
access_point_name: builtins.str,
|
|
9461
|
+
) -> IAccessPointRef:
|
|
9462
|
+
'''Creates a new IAccessPointRef from a accessPointName.
|
|
9463
|
+
|
|
9464
|
+
:param scope: -
|
|
9465
|
+
:param id: -
|
|
9466
|
+
:param access_point_name: -
|
|
9467
|
+
'''
|
|
9468
|
+
if __debug__:
|
|
9469
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9af2790fec8caeab2621c276234587e70ab62b4d6d6f7a82947b3b7326f42deb)
|
|
9470
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9471
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9472
|
+
check_type(argname="argument access_point_name", value=access_point_name, expected_type=type_hints["access_point_name"])
|
|
9473
|
+
return typing.cast(IAccessPointRef, jsii.sinvoke(cls, "fromAccessPointName", [scope, id, access_point_name]))
|
|
9474
|
+
|
|
9433
9475
|
@jsii.member(jsii_name="inspect")
|
|
9434
9476
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9435
9477
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9922,6 +9964,48 @@ class CfnBucket(
|
|
|
9922
9964
|
|
|
9923
9965
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9924
9966
|
|
|
9967
|
+
@jsii.member(jsii_name="fromBucketArn")
|
|
9968
|
+
@builtins.classmethod
|
|
9969
|
+
def from_bucket_arn(
|
|
9970
|
+
cls,
|
|
9971
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9972
|
+
id: builtins.str,
|
|
9973
|
+
arn: builtins.str,
|
|
9974
|
+
) -> IBucketRef:
|
|
9975
|
+
'''Creates a new IBucketRef from an ARN.
|
|
9976
|
+
|
|
9977
|
+
:param scope: -
|
|
9978
|
+
:param id: -
|
|
9979
|
+
:param arn: -
|
|
9980
|
+
'''
|
|
9981
|
+
if __debug__:
|
|
9982
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f218931ccffe0d6407edcfc452f39d64609d0cceec6ea04313fa364cf5a4f3df)
|
|
9983
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9984
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9985
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9986
|
+
return typing.cast(IBucketRef, jsii.sinvoke(cls, "fromBucketArn", [scope, id, arn]))
|
|
9987
|
+
|
|
9988
|
+
@jsii.member(jsii_name="fromBucketName")
|
|
9989
|
+
@builtins.classmethod
|
|
9990
|
+
def from_bucket_name(
|
|
9991
|
+
cls,
|
|
9992
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9993
|
+
id: builtins.str,
|
|
9994
|
+
bucket_name: builtins.str,
|
|
9995
|
+
) -> IBucketRef:
|
|
9996
|
+
'''Creates a new IBucketRef from a bucketName.
|
|
9997
|
+
|
|
9998
|
+
:param scope: -
|
|
9999
|
+
:param id: -
|
|
10000
|
+
:param bucket_name: -
|
|
10001
|
+
'''
|
|
10002
|
+
if __debug__:
|
|
10003
|
+
type_hints = typing.get_type_hints(_typecheckingstub__08ccc75711c8ec0fedd9747e674f732b2653120a392c01413875cc0df08e91fa)
|
|
10004
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
10005
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
10006
|
+
check_type(argname="argument bucket_name", value=bucket_name, expected_type=type_hints["bucket_name"])
|
|
10007
|
+
return typing.cast(IBucketRef, jsii.sinvoke(cls, "fromBucketName", [scope, id, bucket_name]))
|
|
10008
|
+
|
|
9925
10009
|
@jsii.member(jsii_name="inspect")
|
|
9926
10010
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9927
10011
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -24195,6 +24279,22 @@ def _typecheckingstub__effa13924691e4b61b906bb0dc0bd5da8dfc4d4cbd167af0fe9491358
|
|
|
24195
24279
|
"""Type checking stubs"""
|
|
24196
24280
|
pass
|
|
24197
24281
|
|
|
24282
|
+
def _typecheckingstub__27c1fdb406b539ade70eea36bce09782bba11b354442fee5c5d43c938bfd0aee(
|
|
24283
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24284
|
+
id: builtins.str,
|
|
24285
|
+
arn: builtins.str,
|
|
24286
|
+
) -> None:
|
|
24287
|
+
"""Type checking stubs"""
|
|
24288
|
+
pass
|
|
24289
|
+
|
|
24290
|
+
def _typecheckingstub__9af2790fec8caeab2621c276234587e70ab62b4d6d6f7a82947b3b7326f42deb(
|
|
24291
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24292
|
+
id: builtins.str,
|
|
24293
|
+
access_point_name: builtins.str,
|
|
24294
|
+
) -> None:
|
|
24295
|
+
"""Type checking stubs"""
|
|
24296
|
+
pass
|
|
24297
|
+
|
|
24198
24298
|
def _typecheckingstub__71b3c7d208bf045aac83ee95ce52f903885375649aecea79c502164e94dcdf8a(
|
|
24199
24299
|
inspector: _TreeInspector_488e0dd5,
|
|
24200
24300
|
) -> None:
|
|
@@ -24296,6 +24396,22 @@ def _typecheckingstub__0cfa39e37f5fa17b8234ce2f712ef5cf3bf2c262914967924c19a67f6
|
|
|
24296
24396
|
"""Type checking stubs"""
|
|
24297
24397
|
pass
|
|
24298
24398
|
|
|
24399
|
+
def _typecheckingstub__f218931ccffe0d6407edcfc452f39d64609d0cceec6ea04313fa364cf5a4f3df(
|
|
24400
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24401
|
+
id: builtins.str,
|
|
24402
|
+
arn: builtins.str,
|
|
24403
|
+
) -> None:
|
|
24404
|
+
"""Type checking stubs"""
|
|
24405
|
+
pass
|
|
24406
|
+
|
|
24407
|
+
def _typecheckingstub__08ccc75711c8ec0fedd9747e674f732b2653120a392c01413875cc0df08e91fa(
|
|
24408
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24409
|
+
id: builtins.str,
|
|
24410
|
+
bucket_name: builtins.str,
|
|
24411
|
+
) -> None:
|
|
24412
|
+
"""Type checking stubs"""
|
|
24413
|
+
pass
|
|
24414
|
+
|
|
24299
24415
|
def _typecheckingstub__176de3038f1db142ab99b5462bff80dea14e125a51ef31e58c268c52bbbc103e(
|
|
24300
24416
|
inspector: _TreeInspector_488e0dd5,
|
|
24301
24417
|
) -> None:
|