aws-cdk-lib 2.75.1__py3-none-any.whl → 2.76.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 +245 -259
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.75.1.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +184 -216
- aws_cdk/aws_apigateway/__init__.py +95 -148
- aws_cdk/aws_appconfig/__init__.py +8 -4
- aws_cdk/aws_appflow/__init__.py +27 -52
- aws_cdk/aws_appmesh/__init__.py +91 -200
- aws_cdk/aws_apprunner/__init__.py +4 -16
- aws_cdk/aws_appstream/__init__.py +18 -82
- aws_cdk/aws_athena/__init__.py +18 -32
- aws_cdk/aws_backup/__init__.py +48 -86
- aws_cdk/aws_billingconductor/__init__.py +12 -7
- aws_cdk/aws_budgets/__init__.py +8 -17
- aws_cdk/aws_certificatemanager/__init__.py +7 -4
- aws_cdk/aws_cloudfront/__init__.py +14 -11
- aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
- aws_cdk/aws_cloudtrail/__init__.py +7 -10
- aws_cdk/aws_cloudwatch/__init__.py +63 -35
- aws_cdk/aws_codebuild/__init__.py +10 -13
- aws_cdk/aws_codecommit/__init__.py +0 -1
- aws_cdk/aws_codedeploy/__init__.py +165 -162
- aws_cdk/aws_codepipeline/__init__.py +0 -4
- aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
- aws_cdk/aws_cognito/__init__.py +195 -100
- aws_cdk/aws_config/__init__.py +28 -51
- aws_cdk/aws_connectcampaigns/__init__.py +5 -6
- aws_cdk/aws_databrew/__init__.py +5 -6
- aws_cdk/aws_dlm/__init__.py +33 -71
- aws_cdk/aws_docdb/__init__.py +20 -76
- aws_cdk/aws_dynamodb/__init__.py +7 -14
- aws_cdk/aws_ec2/__init__.py +1846 -421
- aws_cdk/aws_ecr/__init__.py +1 -2
- aws_cdk/aws_ecr_assets/__init__.py +27 -14
- aws_cdk/aws_ecs/__init__.py +241 -111
- aws_cdk/aws_ecs_patterns/__init__.py +13 -11
- aws_cdk/aws_eks/__init__.py +13 -8
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
- aws_cdk/aws_elasticsearch/__init__.py +0 -7
- aws_cdk/aws_emr/__init__.py +7 -16
- aws_cdk/aws_emrserverless/__init__.py +14 -18
- aws_cdk/aws_events/__init__.py +33 -29
- aws_cdk/aws_events_targets/__init__.py +248 -89
- aws_cdk/aws_frauddetector/__init__.py +3 -4
- aws_cdk/aws_fsx/__init__.py +13 -7
- aws_cdk/aws_gamelift/__init__.py +11 -20
- aws_cdk/aws_iam/__init__.py +21 -25
- aws_cdk/aws_imagebuilder/__init__.py +58 -80
- aws_cdk/aws_iot/__init__.py +16 -10
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
- aws_cdk/aws_iotevents/__init__.py +6 -4
- aws_cdk/aws_iotfleetwise/__init__.py +27 -40
- aws_cdk/aws_iotsitewise/__init__.py +8 -5
- aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
- aws_cdk/aws_lambda/__init__.py +59 -48
- aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
- aws_cdk/aws_logs/__init__.py +5 -7
- aws_cdk/aws_macie/__init__.py +22 -15
- aws_cdk/aws_mediaconnect/__init__.py +5 -8
- aws_cdk/aws_medialive/__init__.py +2 -4
- aws_cdk/aws_mediapackage/__init__.py +9 -18
- aws_cdk/aws_memorydb/__init__.py +5 -10
- aws_cdk/aws_mwaa/__init__.py +8 -4
- aws_cdk/aws_nimblestudio/__init__.py +25 -45
- aws_cdk/aws_opensearchservice/__init__.py +0 -1
- aws_cdk/aws_panorama/__init__.py +11 -12
- aws_cdk/aws_personalize/__init__.py +46 -72
- aws_cdk/aws_pinpoint/__init__.py +36 -65
- aws_cdk/aws_quicksight/__init__.py +9972 -13374
- aws_cdk/aws_rds/__init__.py +23 -22
- aws_cdk/aws_route53/__init__.py +8 -16
- aws_cdk/aws_route53_targets/__init__.py +2 -4
- aws_cdk/aws_s3/__init__.py +25 -85
- aws_cdk/aws_s3_notifications/__init__.py +0 -3
- aws_cdk/aws_sagemaker/__init__.py +6 -2
- aws_cdk/aws_secretsmanager/__init__.py +17 -14
- aws_cdk/aws_servicecatalog/__init__.py +58 -82
- aws_cdk/aws_servicediscovery/__init__.py +4 -6
- aws_cdk/aws_ses/__init__.py +21 -34
- aws_cdk/aws_sns/__init__.py +4 -8
- aws_cdk/aws_ssm/__init__.py +19 -23
- aws_cdk/aws_ssmcontacts/__init__.py +10 -6
- aws_cdk/aws_stepfunctions/__init__.py +3 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +7 -12
- aws_cdk/aws_timestream/__init__.py +22 -28
- aws_cdk/aws_xray/__init__.py +15 -22
- aws_cdk/cloud_assembly_schema/__init__.py +14 -6
- aws_cdk/custom_resources/__init__.py +2 -3
- aws_cdk/pipelines/__init__.py +84 -134
- aws_cdk/triggers/__init__.py +46 -61
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +98 -98
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.75.1.dist-info → aws_cdk_lib-2.76.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_rds/__init__.py
CHANGED
|
@@ -341,19 +341,18 @@ Use the `storageType` property to specify the [type of storage](https://docs.aws
|
|
|
341
341
|
to use for the instance:
|
|
342
342
|
|
|
343
343
|
```python
|
|
344
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
345
344
|
# vpc: ec2.Vpc
|
|
346
345
|
|
|
347
346
|
|
|
348
347
|
iops_instance = rds.DatabaseInstance(self, "IopsInstance",
|
|
349
|
-
engine=rds.DatabaseInstanceEngine.mysql(version=MysqlEngineVersion.VER_8_0_30),
|
|
348
|
+
engine=rds.DatabaseInstanceEngine.mysql(version=rds.MysqlEngineVersion.VER_8_0_30),
|
|
350
349
|
vpc=vpc,
|
|
351
350
|
storage_type=rds.StorageType.IO1,
|
|
352
351
|
iops=5000
|
|
353
352
|
)
|
|
354
353
|
|
|
355
354
|
gp3_instance = rds.DatabaseInstance(self, "Gp3Instance",
|
|
356
|
-
engine=rds.DatabaseInstanceEngine.mysql(version=MysqlEngineVersion.VER_8_0_30),
|
|
355
|
+
engine=rds.DatabaseInstanceEngine.mysql(version=rds.MysqlEngineVersion.VER_8_0_30),
|
|
357
356
|
vpc=vpc,
|
|
358
357
|
allocated_storage=500,
|
|
359
358
|
storage_type=rds.StorageType.GP3,
|
|
@@ -521,7 +520,7 @@ import aws_cdk as cdk
|
|
|
521
520
|
# my_security_group: ec2.SecurityGroup
|
|
522
521
|
|
|
523
522
|
instance.add_rotation_single_user(
|
|
524
|
-
automatically_after=
|
|
523
|
+
automatically_after=Duration.days(7), # defaults to 30 days
|
|
525
524
|
exclude_characters="!@#$%^&*", # defaults to the set " %+~`#/// here*()|[]{}:;<>?!'/@\"\\"
|
|
526
525
|
security_group=my_security_group
|
|
527
526
|
)
|
|
@@ -17152,7 +17151,7 @@ class DatabaseClusterFromSnapshotProps:
|
|
|
17152
17151
|
:param copy_tags_to_snapshot: Whether to copy tags to the snapshot when a snapshot is created. Default: - true
|
|
17153
17152
|
:param credentials: (deprecated) Credentials for the administrative user. Note - using this prop only works with ``Credentials.fromPassword()`` with the username of the snapshot, ``Credentials.fromUsername()`` with the username and password of the snapshot or ``Credentials.fromSecret()`` with a secret containing the username and password of the snapshot. Default: - A username of 'admin' (or 'postgres' for PostgreSQL) and SecretsManager-generated password that **will not be applied** to the cluster, use ``snapshotCredentials`` for the correct behavior.
|
|
17154
17153
|
:param default_database_name: Name of a database which is automatically created inside the cluster. Default: - Database is not created in cluster.
|
|
17155
|
-
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN,
|
|
17154
|
+
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN, ``undefined`` otherwise, which will not enable deletion protection. To disable deletion protection after it has been enabled, you must explicitly set this value to ``false``.
|
|
17156
17155
|
:param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
|
|
17157
17156
|
:param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
|
|
17158
17157
|
:param instances: How many replicas/instances to create. Has to be at least 1. Default: 2
|
|
@@ -17430,7 +17429,10 @@ class DatabaseClusterFromSnapshotProps:
|
|
|
17430
17429
|
def deletion_protection(self) -> typing.Optional[builtins.bool]:
|
|
17431
17430
|
'''Indicates whether the DB cluster should have deletion protection enabled.
|
|
17432
17431
|
|
|
17433
|
-
:default:
|
|
17432
|
+
:default:
|
|
17433
|
+
|
|
17434
|
+
- true if ``removalPolicy`` is RETAIN, ``undefined`` otherwise, which will not enable deletion protection.
|
|
17435
|
+
To disable deletion protection after it has been enabled, you must explicitly set this value to ``false``.
|
|
17434
17436
|
'''
|
|
17435
17437
|
result = self._values.get("deletion_protection")
|
|
17436
17438
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
@@ -17763,7 +17765,7 @@ class DatabaseClusterProps:
|
|
|
17763
17765
|
:param copy_tags_to_snapshot: Whether to copy tags to the snapshot when a snapshot is created. Default: - true
|
|
17764
17766
|
:param credentials: Credentials for the administrative user. Default: - A username of 'admin' (or 'postgres' for PostgreSQL) and SecretsManager-generated password
|
|
17765
17767
|
:param default_database_name: Name of a database which is automatically created inside the cluster. Default: - Database is not created in cluster.
|
|
17766
|
-
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN,
|
|
17768
|
+
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN, ``undefined`` otherwise, which will not enable deletion protection. To disable deletion protection after it has been enabled, you must explicitly set this value to ``false``.
|
|
17767
17769
|
:param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
|
|
17768
17770
|
:param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
|
|
17769
17771
|
:param instances: How many replicas/instances to create. Has to be at least 1. Default: 2
|
|
@@ -18017,7 +18019,10 @@ class DatabaseClusterProps:
|
|
|
18017
18019
|
def deletion_protection(self) -> typing.Optional[builtins.bool]:
|
|
18018
18020
|
'''Indicates whether the DB cluster should have deletion protection enabled.
|
|
18019
18021
|
|
|
18020
|
-
:default:
|
|
18022
|
+
:default:
|
|
18023
|
+
|
|
18024
|
+
- true if ``removalPolicy`` is RETAIN, ``undefined`` otherwise, which will not enable deletion protection.
|
|
18025
|
+
To disable deletion protection after it has been enabled, you must explicitly set this value to ``false``.
|
|
18021
18026
|
'''
|
|
18022
18027
|
result = self._values.get("deletion_protection")
|
|
18023
18028
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
@@ -26192,19 +26197,18 @@ class MySqlInstanceEngineProps:
|
|
|
26192
26197
|
|
|
26193
26198
|
Example::
|
|
26194
26199
|
|
|
26195
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
26196
26200
|
# vpc: ec2.Vpc
|
|
26197
26201
|
|
|
26198
26202
|
|
|
26199
26203
|
iops_instance = rds.DatabaseInstance(self, "IopsInstance",
|
|
26200
|
-
engine=rds.DatabaseInstanceEngine.mysql(version=MysqlEngineVersion.VER_8_0_30),
|
|
26204
|
+
engine=rds.DatabaseInstanceEngine.mysql(version=rds.MysqlEngineVersion.VER_8_0_30),
|
|
26201
26205
|
vpc=vpc,
|
|
26202
26206
|
storage_type=rds.StorageType.IO1,
|
|
26203
26207
|
iops=5000
|
|
26204
26208
|
)
|
|
26205
26209
|
|
|
26206
26210
|
gp3_instance = rds.DatabaseInstance(self, "Gp3Instance",
|
|
26207
|
-
engine=rds.DatabaseInstanceEngine.mysql(version=MysqlEngineVersion.VER_8_0_30),
|
|
26211
|
+
engine=rds.DatabaseInstanceEngine.mysql(version=rds.MysqlEngineVersion.VER_8_0_30),
|
|
26208
26212
|
vpc=vpc,
|
|
26209
26213
|
allocated_storage=500,
|
|
26210
26214
|
storage_type=rds.StorageType.GP3,
|
|
@@ -26247,19 +26251,18 @@ class MysqlEngineVersion(
|
|
|
26247
26251
|
|
|
26248
26252
|
Example::
|
|
26249
26253
|
|
|
26250
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
26251
26254
|
# vpc: ec2.Vpc
|
|
26252
26255
|
|
|
26253
26256
|
|
|
26254
26257
|
iops_instance = rds.DatabaseInstance(self, "IopsInstance",
|
|
26255
|
-
engine=rds.DatabaseInstanceEngine.mysql(version=MysqlEngineVersion.VER_8_0_30),
|
|
26258
|
+
engine=rds.DatabaseInstanceEngine.mysql(version=rds.MysqlEngineVersion.VER_8_0_30),
|
|
26256
26259
|
vpc=vpc,
|
|
26257
26260
|
storage_type=rds.StorageType.IO1,
|
|
26258
26261
|
iops=5000
|
|
26259
26262
|
)
|
|
26260
26263
|
|
|
26261
26264
|
gp3_instance = rds.DatabaseInstance(self, "Gp3Instance",
|
|
26262
|
-
engine=rds.DatabaseInstanceEngine.mysql(version=MysqlEngineVersion.VER_8_0_30),
|
|
26265
|
+
engine=rds.DatabaseInstanceEngine.mysql(version=rds.MysqlEngineVersion.VER_8_0_30),
|
|
26263
26266
|
vpc=vpc,
|
|
26264
26267
|
allocated_storage=500,
|
|
26265
26268
|
storage_type=rds.StorageType.GP3,
|
|
@@ -29410,15 +29413,13 @@ class RotationSingleUserOptions(CommonRotationUserOptions):
|
|
|
29410
29413
|
|
|
29411
29414
|
Example::
|
|
29412
29415
|
|
|
29413
|
-
import aws_cdk as cdk
|
|
29414
|
-
|
|
29415
29416
|
# instance: rds.DatabaseInstance
|
|
29416
|
-
#
|
|
29417
|
+
# my_endpoint: ec2.InterfaceVpcEndpoint
|
|
29418
|
+
|
|
29417
29419
|
|
|
29418
29420
|
instance.add_rotation_single_user(
|
|
29419
|
-
|
|
29420
|
-
|
|
29421
|
-
security_group=my_security_group
|
|
29421
|
+
vpc_subnets=ec2.SubnetSelection(subnet_type=ec2.SubnetType.PRIVATE_WITH_EGRESS), # Place rotation Lambda in private subnets
|
|
29422
|
+
endpoint=my_endpoint
|
|
29422
29423
|
)
|
|
29423
29424
|
'''
|
|
29424
29425
|
if isinstance(vpc_subnets, dict):
|
|
@@ -33154,7 +33155,7 @@ class DatabaseClusterFromSnapshot(
|
|
|
33154
33155
|
:param copy_tags_to_snapshot: Whether to copy tags to the snapshot when a snapshot is created. Default: - true
|
|
33155
33156
|
:param credentials: (deprecated) Credentials for the administrative user. Note - using this prop only works with ``Credentials.fromPassword()`` with the username of the snapshot, ``Credentials.fromUsername()`` with the username and password of the snapshot or ``Credentials.fromSecret()`` with a secret containing the username and password of the snapshot. Default: - A username of 'admin' (or 'postgres' for PostgreSQL) and SecretsManager-generated password that **will not be applied** to the cluster, use ``snapshotCredentials`` for the correct behavior.
|
|
33156
33157
|
:param default_database_name: Name of a database which is automatically created inside the cluster. Default: - Database is not created in cluster.
|
|
33157
|
-
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN,
|
|
33158
|
+
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN, ``undefined`` otherwise, which will not enable deletion protection. To disable deletion protection after it has been enabled, you must explicitly set this value to ``false``.
|
|
33158
33159
|
:param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
|
|
33159
33160
|
:param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
|
|
33160
33161
|
:param instances: How many replicas/instances to create. Has to be at least 1. Default: 2
|
|
@@ -36827,7 +36828,7 @@ class DatabaseCluster(
|
|
|
36827
36828
|
:param copy_tags_to_snapshot: Whether to copy tags to the snapshot when a snapshot is created. Default: - true
|
|
36828
36829
|
:param credentials: Credentials for the administrative user. Default: - A username of 'admin' (or 'postgres' for PostgreSQL) and SecretsManager-generated password
|
|
36829
36830
|
:param default_database_name: Name of a database which is automatically created inside the cluster. Default: - Database is not created in cluster.
|
|
36830
|
-
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN,
|
|
36831
|
+
:param deletion_protection: Indicates whether the DB cluster should have deletion protection enabled. Default: - true if ``removalPolicy`` is RETAIN, ``undefined`` otherwise, which will not enable deletion protection. To disable deletion protection after it has been enabled, you must explicitly set this value to ``false``.
|
|
36831
36832
|
:param iam_authentication: Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. Default: false
|
|
36832
36833
|
:param instance_identifier_base: Base identifier for instances. Every replica is named by appending the replica number to this string, 1-based. Default: - clusterIdentifier is used with the word "Instance" appended. If clusterIdentifier is not provided, the identifier is automatically generated.
|
|
36833
36834
|
:param instances: How many replicas/instances to create. Has to be at least 1. Default: 2
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -270,24 +270,21 @@ this construct sets up the private DNS configuration on the endpoint service,
|
|
|
270
270
|
creates all the necessary Route53 entries, and verifies domain ownership.
|
|
271
271
|
|
|
272
272
|
```python
|
|
273
|
-
from aws_cdk import Stack
|
|
274
|
-
from aws_cdk.aws_ec2 import Vpc, VpcEndpointService
|
|
275
273
|
from aws_cdk.aws_elasticloadbalancingv2 import NetworkLoadBalancer
|
|
276
|
-
from aws_cdk.aws_route53 import PublicHostedZone, VpcEndpointServiceDomainName
|
|
277
274
|
|
|
278
|
-
|
|
279
|
-
vpc = Vpc(
|
|
280
|
-
nlb = NetworkLoadBalancer(
|
|
275
|
+
|
|
276
|
+
vpc = ec2.Vpc(self, "VPC")
|
|
277
|
+
nlb = NetworkLoadBalancer(self, "NLB",
|
|
281
278
|
vpc=vpc
|
|
282
279
|
)
|
|
283
|
-
vpces = VpcEndpointService(
|
|
280
|
+
vpces = ec2.VpcEndpointService(self, "VPCES",
|
|
284
281
|
vpc_endpoint_service_load_balancers=[nlb]
|
|
285
282
|
)
|
|
286
283
|
# You must use a public hosted zone so domain ownership can be verified
|
|
287
|
-
zone = PublicHostedZone(
|
|
284
|
+
zone = route53.PublicHostedZone(self, "PHZ",
|
|
288
285
|
zone_name="aws-cdk.dev"
|
|
289
286
|
)
|
|
290
|
-
VpcEndpointServiceDomainName(
|
|
287
|
+
route53.VpcEndpointServiceDomainName(self, "EndpointDomain",
|
|
291
288
|
endpoint_service=vpces,
|
|
292
289
|
domain_name="my-stuff.aws-cdk.dev",
|
|
293
290
|
public_hosted_zone=zone
|
|
@@ -1255,7 +1252,7 @@ class CfnHealthCheck(
|
|
|
1255
1252
|
:param regions: A complex type that contains one ``Region`` element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint. If you don't specify any regions, Route 53 health checkers automatically performs checks from all of the regions that are listed under *Valid Values* . If you update a health check to remove a region that has been performing health checks, Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions).
|
|
1256
1253
|
:param request_interval: The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval. .. epigraph:: You can't change the value of ``RequestInterval`` after you create a health check. If you don't specify a value for ``RequestInterval`` , the default value is ``30`` seconds.
|
|
1257
1254
|
:param resource_path: The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html. You can also include query string parameters, for example, ``/welcome.html?language=jp&login=y`` .
|
|
1258
|
-
:param routing_control_arn:
|
|
1255
|
+
:param routing_control_arn: ``CfnHealthCheck.HealthCheckConfigProperty.RoutingControlArn``.
|
|
1259
1256
|
:param search_string: If the value of Type is ``HTTP_STR_MATCH`` or ``HTTPS_STR_MATCH`` , the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Route 53 considers the resource healthy. Route 53 considers case when searching for ``SearchString`` in the response body.
|
|
1260
1257
|
|
|
1261
1258
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html
|
|
@@ -1601,9 +1598,7 @@ class CfnHealthCheck(
|
|
|
1601
1598
|
|
|
1602
1599
|
@builtins.property
|
|
1603
1600
|
def routing_control_arn(self) -> typing.Optional[builtins.str]:
|
|
1604
|
-
'''
|
|
1605
|
-
|
|
1606
|
-
For more information about Route 53 Application Recovery Controller, see `Route 53 Application Recovery Controller Developer Guide. <https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route-53-recovery.html>`_ .
|
|
1601
|
+
'''``CfnHealthCheck.HealthCheckConfigProperty.RoutingControlArn``.
|
|
1607
1602
|
|
|
1608
1603
|
:link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html#cfn-route53-healthcheck-healthcheckconfig-routingcontrolarn
|
|
1609
1604
|
'''
|
|
@@ -7922,7 +7917,6 @@ class VpcEndpointServiceDomainName(
|
|
|
7922
7917
|
|
|
7923
7918
|
Example::
|
|
7924
7919
|
|
|
7925
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
7926
7920
|
from aws_cdk.aws_route53 import HostedZone, VpcEndpointServiceDomainName
|
|
7927
7921
|
# zone: HostedZone
|
|
7928
7922
|
# vpces: ec2.VpcEndpointService
|
|
@@ -8004,7 +7998,6 @@ class VpcEndpointServiceDomainNameProps:
|
|
|
8004
7998
|
|
|
8005
7999
|
Example::
|
|
8006
8000
|
|
|
8007
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
8008
8001
|
from aws_cdk.aws_route53 import HostedZone, VpcEndpointServiceDomainName
|
|
8009
8002
|
# zone: HostedZone
|
|
8010
8003
|
# vpces: ec2.VpcEndpointService
|
|
@@ -10265,7 +10258,6 @@ class PublicHostedZone(
|
|
|
10265
10258
|
|
|
10266
10259
|
Example::
|
|
10267
10260
|
|
|
10268
|
-
# Example automatically generated from non-compiling source. May contain errors.
|
|
10269
10261
|
stack1 = Stack(app, "Stack1",
|
|
10270
10262
|
env=Environment(
|
|
10271
10263
|
region="us-east-1"
|
|
@@ -20,8 +20,7 @@ This library contains Route53 Alias Record targets for:
|
|
|
20
20
|
* API Gateway V2 custom domains
|
|
21
21
|
|
|
22
22
|
```python
|
|
23
|
-
|
|
24
|
-
import aws_cdk.aws_apigatewayv2 as apigwv2
|
|
23
|
+
import aws_cdk.aws_apigatewayv2_alpha as apigwv2
|
|
25
24
|
|
|
26
25
|
# zone: route53.HostedZone
|
|
27
26
|
# domain_name: apigwv2.DomainName
|
|
@@ -280,8 +279,7 @@ class ApiGatewayv2DomainProperties(
|
|
|
280
279
|
|
|
281
280
|
Example::
|
|
282
281
|
|
|
283
|
-
|
|
284
|
-
import aws_cdk.aws_apigatewayv2 as apigwv2
|
|
282
|
+
import aws_cdk.aws_apigatewayv2_alpha as apigwv2
|
|
285
283
|
|
|
286
284
|
# zone: route53.HostedZone
|
|
287
285
|
# domain_name: apigwv2.DomainName
|