aws-cdk-lib 2.203.1__py3-none-any.whl → 2.205.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 +208 -92
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.203.1.jsii.tgz → aws-cdk-lib@2.205.0.jsii.tgz} +0 -0
- aws_cdk/aws_aiops/__init__.py +89 -39
- aws_cdk/aws_apigateway/__init__.py +164 -0
- aws_cdk/aws_apigatewayv2/__init__.py +412 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +2 -2
- aws_cdk/aws_arczonalshift/__init__.py +4 -1
- aws_cdk/aws_b2bi/__init__.py +32 -16
- aws_cdk/aws_bedrock/__init__.py +198 -10
- aws_cdk/aws_cassandra/__init__.py +156 -0
- aws_cdk/aws_certificatemanager/__init__.py +28 -0
- aws_cdk/aws_chatbot/__init__.py +28 -0
- aws_cdk/aws_cloudformation/__init__.py +74 -72
- aws_cdk/aws_cloudfront/__init__.py +1273 -485
- aws_cdk/aws_cloudfront/experimental/__init__.py +32 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +26 -21
- aws_cdk/aws_cloudwatch/__init__.py +278 -23
- aws_cdk/aws_codebuild/__init__.py +300 -36
- aws_cdk/aws_datasync/__init__.py +2 -2
- aws_cdk/aws_docdb/__init__.py +78 -0
- aws_cdk/aws_dynamodb/__init__.py +523 -37
- aws_cdk/aws_ec2/__init__.py +126 -30
- aws_cdk/aws_ecs/__init__.py +64 -19
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +724 -0
- aws_cdk/aws_elasticsearch/__init__.py +260 -0
- aws_cdk/aws_emrserverless/__init__.py +5 -5
- aws_cdk/aws_events/__init__.py +58 -3
- aws_cdk/aws_events_targets/__init__.py +7 -2
- aws_cdk/aws_evs/__init__.py +7 -7
- aws_cdk/aws_fsx/__init__.py +138 -78
- aws_cdk/aws_gamelift/__init__.py +19 -0
- aws_cdk/aws_glue/__init__.py +3 -3
- aws_cdk/aws_iot/__init__.py +1 -1
- aws_cdk/aws_kinesis/__init__.py +391 -13
- aws_cdk/aws_kinesisfirehose/__init__.py +128 -1
- aws_cdk/aws_lambda/__init__.py +144 -0
- aws_cdk/aws_lex/__init__.py +36 -19
- aws_cdk/aws_logs/__init__.py +58 -0
- aws_cdk/aws_neptune/__init__.py +12 -12
- aws_cdk/aws_odb/__init__.py +4049 -0
- aws_cdk/aws_omics/__init__.py +1 -1
- aws_cdk/aws_opensearchservice/__init__.py +260 -0
- aws_cdk/aws_qbusiness/__init__.py +471 -4
- aws_cdk/aws_quicksight/__init__.py +185 -16
- aws_cdk/aws_rds/__init__.py +553 -17
- aws_cdk/aws_redshiftserverless/__init__.py +72 -45
- aws_cdk/aws_route53/__init__.py +41 -19
- aws_cdk/aws_s3tables/__init__.py +1005 -0
- aws_cdk/aws_sagemaker/__init__.py +20 -0
- aws_cdk/aws_scheduler/__init__.py +210 -0
- aws_cdk/aws_sns/__init__.py +164 -0
- aws_cdk/aws_sqs/__init__.py +164 -0
- aws_cdk/aws_stepfunctions/__init__.py +288 -0
- aws_cdk/aws_synthetics/__init__.py +159 -37
- aws_cdk/aws_transfer/__init__.py +23 -1
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/RECORD +62 -61
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.203.1.dist-info → aws_cdk_lib-2.205.0.dist-info}/top_level.txt +0 -0
|
@@ -1243,7 +1243,7 @@ class CfnSnapshot(
|
|
|
1243
1243
|
metaclass=jsii.JSIIMeta,
|
|
1244
1244
|
jsii_type="aws-cdk-lib.aws_redshiftserverless.CfnSnapshot",
|
|
1245
1245
|
):
|
|
1246
|
-
'''
|
|
1246
|
+
'''A snapshot object that contains databases.
|
|
1247
1247
|
|
|
1248
1248
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html
|
|
1249
1249
|
:cloudformationResource: AWS::RedshiftServerless::Snapshot
|
|
@@ -1282,9 +1282,9 @@ class CfnSnapshot(
|
|
|
1282
1282
|
:param scope: Scope in which this resource is defined.
|
|
1283
1283
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1284
1284
|
:param snapshot_name: The name of the snapshot.
|
|
1285
|
-
:param namespace_name: The
|
|
1286
|
-
:param retention_period: The retention period of the snapshot.
|
|
1287
|
-
:param tags: An array of
|
|
1285
|
+
:param namespace_name: The name of the namepsace.
|
|
1286
|
+
:param retention_period: The retention period of the snapshot created by the scheduled action.
|
|
1287
|
+
:param tags: An array of `Tag objects <https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html>`_ to associate with the snapshot.
|
|
1288
1288
|
'''
|
|
1289
1289
|
if __debug__:
|
|
1290
1290
|
type_hints = typing.get_type_hints(_typecheckingstub__a1e2b5eeadcf14eaf0be75cda550b6bcef2aa009af0fe87d6f5e9e856ad0ef43)
|
|
@@ -1332,7 +1332,9 @@ class CfnSnapshot(
|
|
|
1332
1332
|
@builtins.property
|
|
1333
1333
|
@jsii.member(jsii_name="attrOwnerAccount")
|
|
1334
1334
|
def attr_owner_account(self) -> builtins.str:
|
|
1335
|
-
'''The owner
|
|
1335
|
+
'''The owner AWS ;
|
|
1336
|
+
|
|
1337
|
+
account of the snapshot.
|
|
1336
1338
|
|
|
1337
1339
|
:cloudformationAttribute: OwnerAccount
|
|
1338
1340
|
'''
|
|
@@ -1349,7 +1351,8 @@ class CfnSnapshot(
|
|
|
1349
1351
|
@builtins.property
|
|
1350
1352
|
@jsii.member(jsii_name="attrSnapshotAdminUsername")
|
|
1351
1353
|
def attr_snapshot_admin_username(self) -> builtins.str:
|
|
1352
|
-
'''
|
|
1354
|
+
'''The username of the database within a snapshot.
|
|
1355
|
+
|
|
1353
1356
|
:cloudformationAttribute: Snapshot.AdminUsername
|
|
1354
1357
|
'''
|
|
1355
1358
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotAdminUsername"))
|
|
@@ -1357,7 +1360,8 @@ class CfnSnapshot(
|
|
|
1357
1360
|
@builtins.property
|
|
1358
1361
|
@jsii.member(jsii_name="attrSnapshotKmsKeyId")
|
|
1359
1362
|
def attr_snapshot_kms_key_id(self) -> builtins.str:
|
|
1360
|
-
'''
|
|
1363
|
+
'''The unique identifier of the KMS key used to encrypt the snapshot.
|
|
1364
|
+
|
|
1361
1365
|
:cloudformationAttribute: Snapshot.KmsKeyId
|
|
1362
1366
|
'''
|
|
1363
1367
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotKmsKeyId"))
|
|
@@ -1365,7 +1369,8 @@ class CfnSnapshot(
|
|
|
1365
1369
|
@builtins.property
|
|
1366
1370
|
@jsii.member(jsii_name="attrSnapshotNamespaceArn")
|
|
1367
1371
|
def attr_snapshot_namespace_arn(self) -> builtins.str:
|
|
1368
|
-
'''
|
|
1372
|
+
'''The Amazon Resource Name (ARN) of the namespace the snapshot was created from.
|
|
1373
|
+
|
|
1369
1374
|
:cloudformationAttribute: Snapshot.NamespaceArn
|
|
1370
1375
|
'''
|
|
1371
1376
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotNamespaceArn"))
|
|
@@ -1373,7 +1378,8 @@ class CfnSnapshot(
|
|
|
1373
1378
|
@builtins.property
|
|
1374
1379
|
@jsii.member(jsii_name="attrSnapshotNamespaceName")
|
|
1375
1380
|
def attr_snapshot_namespace_name(self) -> builtins.str:
|
|
1376
|
-
'''
|
|
1381
|
+
'''The name of the namepsace.
|
|
1382
|
+
|
|
1377
1383
|
:cloudformationAttribute: Snapshot.NamespaceName
|
|
1378
1384
|
'''
|
|
1379
1385
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotNamespaceName"))
|
|
@@ -1381,7 +1387,10 @@ class CfnSnapshot(
|
|
|
1381
1387
|
@builtins.property
|
|
1382
1388
|
@jsii.member(jsii_name="attrSnapshotOwnerAccount")
|
|
1383
1389
|
def attr_snapshot_owner_account(self) -> builtins.str:
|
|
1384
|
-
'''
|
|
1390
|
+
'''The owner AWS ;
|
|
1391
|
+
|
|
1392
|
+
account of the snapshot.
|
|
1393
|
+
|
|
1385
1394
|
:cloudformationAttribute: Snapshot.OwnerAccount
|
|
1386
1395
|
'''
|
|
1387
1396
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotOwnerAccount"))
|
|
@@ -1389,7 +1398,8 @@ class CfnSnapshot(
|
|
|
1389
1398
|
@builtins.property
|
|
1390
1399
|
@jsii.member(jsii_name="attrSnapshotRetentionPeriod")
|
|
1391
1400
|
def attr_snapshot_retention_period(self) -> jsii.Number:
|
|
1392
|
-
'''
|
|
1401
|
+
'''The retention period of the snapshot created by the scheduled action.
|
|
1402
|
+
|
|
1393
1403
|
:cloudformationAttribute: Snapshot.RetentionPeriod
|
|
1394
1404
|
'''
|
|
1395
1405
|
return typing.cast(jsii.Number, jsii.get(self, "attrSnapshotRetentionPeriod"))
|
|
@@ -1397,7 +1407,8 @@ class CfnSnapshot(
|
|
|
1397
1407
|
@builtins.property
|
|
1398
1408
|
@jsii.member(jsii_name="attrSnapshotSnapshotArn")
|
|
1399
1409
|
def attr_snapshot_snapshot_arn(self) -> builtins.str:
|
|
1400
|
-
'''
|
|
1410
|
+
'''The Amazon Resource Name (ARN) of the snapshot.
|
|
1411
|
+
|
|
1401
1412
|
:cloudformationAttribute: Snapshot.SnapshotArn
|
|
1402
1413
|
'''
|
|
1403
1414
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotSnapshotArn"))
|
|
@@ -1405,7 +1416,8 @@ class CfnSnapshot(
|
|
|
1405
1416
|
@builtins.property
|
|
1406
1417
|
@jsii.member(jsii_name="attrSnapshotSnapshotCreateTime")
|
|
1407
1418
|
def attr_snapshot_snapshot_create_time(self) -> builtins.str:
|
|
1408
|
-
'''
|
|
1419
|
+
'''The timestamp of when the snapshot was created.
|
|
1420
|
+
|
|
1409
1421
|
:cloudformationAttribute: Snapshot.SnapshotCreateTime
|
|
1410
1422
|
'''
|
|
1411
1423
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotSnapshotCreateTime"))
|
|
@@ -1413,7 +1425,8 @@ class CfnSnapshot(
|
|
|
1413
1425
|
@builtins.property
|
|
1414
1426
|
@jsii.member(jsii_name="attrSnapshotSnapshotName")
|
|
1415
1427
|
def attr_snapshot_snapshot_name(self) -> builtins.str:
|
|
1416
|
-
'''
|
|
1428
|
+
'''The name of the snapshot.
|
|
1429
|
+
|
|
1417
1430
|
:cloudformationAttribute: Snapshot.SnapshotName
|
|
1418
1431
|
'''
|
|
1419
1432
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotSnapshotName"))
|
|
@@ -1421,7 +1434,8 @@ class CfnSnapshot(
|
|
|
1421
1434
|
@builtins.property
|
|
1422
1435
|
@jsii.member(jsii_name="attrSnapshotStatus")
|
|
1423
1436
|
def attr_snapshot_status(self) -> builtins.str:
|
|
1424
|
-
'''
|
|
1437
|
+
'''The status of the snapshot.
|
|
1438
|
+
|
|
1425
1439
|
:cloudformationAttribute: Snapshot.Status
|
|
1426
1440
|
'''
|
|
1427
1441
|
return typing.cast(builtins.str, jsii.get(self, "attrSnapshotStatus"))
|
|
@@ -1453,7 +1467,7 @@ class CfnSnapshot(
|
|
|
1453
1467
|
@builtins.property
|
|
1454
1468
|
@jsii.member(jsii_name="namespaceName")
|
|
1455
1469
|
def namespace_name(self) -> typing.Optional[builtins.str]:
|
|
1456
|
-
'''The
|
|
1470
|
+
'''The name of the namepsace.'''
|
|
1457
1471
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "namespaceName"))
|
|
1458
1472
|
|
|
1459
1473
|
@namespace_name.setter
|
|
@@ -1466,7 +1480,7 @@ class CfnSnapshot(
|
|
|
1466
1480
|
@builtins.property
|
|
1467
1481
|
@jsii.member(jsii_name="retentionPeriod")
|
|
1468
1482
|
def retention_period(self) -> typing.Optional[jsii.Number]:
|
|
1469
|
-
'''The retention period of the snapshot.'''
|
|
1483
|
+
'''The retention period of the snapshot created by the scheduled action.'''
|
|
1470
1484
|
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "retentionPeriod"))
|
|
1471
1485
|
|
|
1472
1486
|
@retention_period.setter
|
|
@@ -1479,7 +1493,7 @@ class CfnSnapshot(
|
|
|
1479
1493
|
@builtins.property
|
|
1480
1494
|
@jsii.member(jsii_name="tags")
|
|
1481
1495
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1482
|
-
'''An array of
|
|
1496
|
+
'''An array of `Tag objects <https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html>`_ to associate with the snapshot.'''
|
|
1483
1497
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
1484
1498
|
|
|
1485
1499
|
@tags.setter
|
|
@@ -1520,17 +1534,18 @@ class CfnSnapshot(
|
|
|
1520
1534
|
snapshot_name: typing.Optional[builtins.str] = None,
|
|
1521
1535
|
status: typing.Optional[builtins.str] = None,
|
|
1522
1536
|
) -> None:
|
|
1523
|
-
'''
|
|
1524
|
-
|
|
1525
|
-
:param
|
|
1526
|
-
:param
|
|
1527
|
-
:param
|
|
1528
|
-
:param
|
|
1529
|
-
:param
|
|
1530
|
-
:param
|
|
1531
|
-
:param
|
|
1532
|
-
:param
|
|
1533
|
-
:param
|
|
1537
|
+
'''A snapshot object that contains databases.
|
|
1538
|
+
|
|
1539
|
+
:param admin_username: The username of the database within a snapshot.
|
|
1540
|
+
:param kms_key_id: The unique identifier of the KMS key used to encrypt the snapshot.
|
|
1541
|
+
:param namespace_arn: The Amazon Resource Name (ARN) of the namespace the snapshot was created from.
|
|
1542
|
+
:param namespace_name: The name of the namepsace.
|
|
1543
|
+
:param owner_account: The owner AWS ; account of the snapshot.
|
|
1544
|
+
:param retention_period: The retention period of the snapshot created by the scheduled action.
|
|
1545
|
+
:param snapshot_arn: The Amazon Resource Name (ARN) of the snapshot.
|
|
1546
|
+
:param snapshot_create_time: The timestamp of when the snapshot was created.
|
|
1547
|
+
:param snapshot_name: The name of the snapshot.
|
|
1548
|
+
:param status: The status of the snapshot.
|
|
1534
1549
|
|
|
1535
1550
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html
|
|
1536
1551
|
:exampleMetadata: fixture=_generated
|
|
@@ -1590,7 +1605,8 @@ class CfnSnapshot(
|
|
|
1590
1605
|
|
|
1591
1606
|
@builtins.property
|
|
1592
1607
|
def admin_username(self) -> typing.Optional[builtins.str]:
|
|
1593
|
-
'''
|
|
1608
|
+
'''The username of the database within a snapshot.
|
|
1609
|
+
|
|
1594
1610
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-adminusername
|
|
1595
1611
|
'''
|
|
1596
1612
|
result = self._values.get("admin_username")
|
|
@@ -1598,7 +1614,8 @@ class CfnSnapshot(
|
|
|
1598
1614
|
|
|
1599
1615
|
@builtins.property
|
|
1600
1616
|
def kms_key_id(self) -> typing.Optional[builtins.str]:
|
|
1601
|
-
'''
|
|
1617
|
+
'''The unique identifier of the KMS key used to encrypt the snapshot.
|
|
1618
|
+
|
|
1602
1619
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-kmskeyid
|
|
1603
1620
|
'''
|
|
1604
1621
|
result = self._values.get("kms_key_id")
|
|
@@ -1606,7 +1623,8 @@ class CfnSnapshot(
|
|
|
1606
1623
|
|
|
1607
1624
|
@builtins.property
|
|
1608
1625
|
def namespace_arn(self) -> typing.Optional[builtins.str]:
|
|
1609
|
-
'''
|
|
1626
|
+
'''The Amazon Resource Name (ARN) of the namespace the snapshot was created from.
|
|
1627
|
+
|
|
1610
1628
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-namespacearn
|
|
1611
1629
|
'''
|
|
1612
1630
|
result = self._values.get("namespace_arn")
|
|
@@ -1614,7 +1632,8 @@ class CfnSnapshot(
|
|
|
1614
1632
|
|
|
1615
1633
|
@builtins.property
|
|
1616
1634
|
def namespace_name(self) -> typing.Optional[builtins.str]:
|
|
1617
|
-
'''
|
|
1635
|
+
'''The name of the namepsace.
|
|
1636
|
+
|
|
1618
1637
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-namespacename
|
|
1619
1638
|
'''
|
|
1620
1639
|
result = self._values.get("namespace_name")
|
|
@@ -1622,7 +1641,10 @@ class CfnSnapshot(
|
|
|
1622
1641
|
|
|
1623
1642
|
@builtins.property
|
|
1624
1643
|
def owner_account(self) -> typing.Optional[builtins.str]:
|
|
1625
|
-
'''
|
|
1644
|
+
'''The owner AWS ;
|
|
1645
|
+
|
|
1646
|
+
account of the snapshot.
|
|
1647
|
+
|
|
1626
1648
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-owneraccount
|
|
1627
1649
|
'''
|
|
1628
1650
|
result = self._values.get("owner_account")
|
|
@@ -1630,7 +1652,8 @@ class CfnSnapshot(
|
|
|
1630
1652
|
|
|
1631
1653
|
@builtins.property
|
|
1632
1654
|
def retention_period(self) -> typing.Optional[jsii.Number]:
|
|
1633
|
-
'''
|
|
1655
|
+
'''The retention period of the snapshot created by the scheduled action.
|
|
1656
|
+
|
|
1634
1657
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-retentionperiod
|
|
1635
1658
|
'''
|
|
1636
1659
|
result = self._values.get("retention_period")
|
|
@@ -1638,7 +1661,8 @@ class CfnSnapshot(
|
|
|
1638
1661
|
|
|
1639
1662
|
@builtins.property
|
|
1640
1663
|
def snapshot_arn(self) -> typing.Optional[builtins.str]:
|
|
1641
|
-
'''
|
|
1664
|
+
'''The Amazon Resource Name (ARN) of the snapshot.
|
|
1665
|
+
|
|
1642
1666
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-snapshotarn
|
|
1643
1667
|
'''
|
|
1644
1668
|
result = self._values.get("snapshot_arn")
|
|
@@ -1646,7 +1670,8 @@ class CfnSnapshot(
|
|
|
1646
1670
|
|
|
1647
1671
|
@builtins.property
|
|
1648
1672
|
def snapshot_create_time(self) -> typing.Optional[builtins.str]:
|
|
1649
|
-
'''
|
|
1673
|
+
'''The timestamp of when the snapshot was created.
|
|
1674
|
+
|
|
1650
1675
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-snapshotcreatetime
|
|
1651
1676
|
'''
|
|
1652
1677
|
result = self._values.get("snapshot_create_time")
|
|
@@ -1654,7 +1679,8 @@ class CfnSnapshot(
|
|
|
1654
1679
|
|
|
1655
1680
|
@builtins.property
|
|
1656
1681
|
def snapshot_name(self) -> typing.Optional[builtins.str]:
|
|
1657
|
-
'''
|
|
1682
|
+
'''The name of the snapshot.
|
|
1683
|
+
|
|
1658
1684
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-snapshotname
|
|
1659
1685
|
'''
|
|
1660
1686
|
result = self._values.get("snapshot_name")
|
|
@@ -1662,7 +1688,8 @@ class CfnSnapshot(
|
|
|
1662
1688
|
|
|
1663
1689
|
@builtins.property
|
|
1664
1690
|
def status(self) -> typing.Optional[builtins.str]:
|
|
1665
|
-
'''
|
|
1691
|
+
'''The status of the snapshot.
|
|
1692
|
+
|
|
1666
1693
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-snapshot-snapshot.html#cfn-redshiftserverless-snapshot-snapshot-status
|
|
1667
1694
|
'''
|
|
1668
1695
|
result = self._values.get("status")
|
|
@@ -1702,9 +1729,9 @@ class CfnSnapshotProps:
|
|
|
1702
1729
|
'''Properties for defining a ``CfnSnapshot``.
|
|
1703
1730
|
|
|
1704
1731
|
:param snapshot_name: The name of the snapshot.
|
|
1705
|
-
:param namespace_name: The
|
|
1706
|
-
:param retention_period: The retention period of the snapshot.
|
|
1707
|
-
:param tags: An array of
|
|
1732
|
+
:param namespace_name: The name of the namepsace.
|
|
1733
|
+
:param retention_period: The retention period of the snapshot created by the scheduled action.
|
|
1734
|
+
:param tags: An array of `Tag objects <https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html>`_ to associate with the snapshot.
|
|
1708
1735
|
|
|
1709
1736
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html
|
|
1710
1737
|
:exampleMetadata: fixture=_generated
|
|
@@ -1755,7 +1782,7 @@ class CfnSnapshotProps:
|
|
|
1755
1782
|
|
|
1756
1783
|
@builtins.property
|
|
1757
1784
|
def namespace_name(self) -> typing.Optional[builtins.str]:
|
|
1758
|
-
'''The
|
|
1785
|
+
'''The name of the namepsace.
|
|
1759
1786
|
|
|
1760
1787
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-namespacename
|
|
1761
1788
|
'''
|
|
@@ -1764,7 +1791,7 @@ class CfnSnapshotProps:
|
|
|
1764
1791
|
|
|
1765
1792
|
@builtins.property
|
|
1766
1793
|
def retention_period(self) -> typing.Optional[jsii.Number]:
|
|
1767
|
-
'''The retention period of the snapshot.
|
|
1794
|
+
'''The retention period of the snapshot created by the scheduled action.
|
|
1768
1795
|
|
|
1769
1796
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-retentionperiod
|
|
1770
1797
|
'''
|
|
@@ -1773,7 +1800,7 @@ class CfnSnapshotProps:
|
|
|
1773
1800
|
|
|
1774
1801
|
@builtins.property
|
|
1775
1802
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1776
|
-
'''An array of
|
|
1803
|
+
'''An array of `Tag objects <https://docs.aws.amazon.com/redshift-serverless/latest/APIReference/API_Tag.html>`_ to associate with the snapshot.
|
|
1777
1804
|
|
|
1778
1805
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-snapshot.html#cfn-redshiftserverless-snapshot-tags
|
|
1779
1806
|
'''
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -7354,22 +7354,37 @@ class HostedZoneAttributes:
|
|
|
7354
7354
|
|
|
7355
7355
|
Example::
|
|
7356
7356
|
|
|
7357
|
-
|
|
7357
|
+
import aws_cdk.aws_certificatemanager as acm
|
|
7358
|
+
import aws_cdk.aws_route53 as route53
|
|
7359
|
+
|
|
7360
|
+
# hosted zone and route53 features
|
|
7361
|
+
# hosted_zone_id: str
|
|
7362
|
+
zone_name = "example.com"
|
|
7358
7363
|
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7364
|
+
|
|
7365
|
+
my_domain_name = "api.example.com"
|
|
7366
|
+
certificate = acm.Certificate(self, "cert", domain_name=my_domain_name)
|
|
7367
|
+
schema = appsync.SchemaFile(file_path="mySchemaFile")
|
|
7368
|
+
api = appsync.GraphqlApi(self, "api",
|
|
7369
|
+
name="myApi",
|
|
7370
|
+
definition=appsync.Definition.from_schema(schema),
|
|
7371
|
+
domain_name=appsync.DomainOptions(
|
|
7372
|
+
certificate=certificate,
|
|
7373
|
+
domain_name=my_domain_name
|
|
7363
7374
|
)
|
|
7364
7375
|
)
|
|
7365
7376
|
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7377
|
+
# hosted zone for adding appsync domain
|
|
7378
|
+
zone = route53.HostedZone.from_hosted_zone_attributes(self, "HostedZone",
|
|
7379
|
+
hosted_zone_id=hosted_zone_id,
|
|
7380
|
+
zone_name=zone_name
|
|
7381
|
+
)
|
|
7382
|
+
|
|
7383
|
+
# create a cname to the appsync domain. will map to something like xxxx.cloudfront.net
|
|
7384
|
+
route53.CnameRecord(self, "CnameApiRecord",
|
|
7385
|
+
record_name="api",
|
|
7386
|
+
zone=zone,
|
|
7387
|
+
domain_name=api.app_sync_domain_name
|
|
7373
7388
|
)
|
|
7374
7389
|
'''
|
|
7375
7390
|
if __debug__:
|
|
@@ -13875,15 +13890,22 @@ class HostedZone(
|
|
|
13875
13890
|
|
|
13876
13891
|
Example::
|
|
13877
13892
|
|
|
13878
|
-
|
|
13879
|
-
key_spec=kms.KeySpec.ECC_NIST_P256,
|
|
13880
|
-
key_usage=kms.KeyUsage.SIGN_VERIFY
|
|
13881
|
-
)
|
|
13882
|
-
hosted_zone = route53.HostedZone(self, "HostedZone",
|
|
13893
|
+
example_com = route53.HostedZone(self, "ExampleCom",
|
|
13883
13894
|
zone_name="example.com"
|
|
13884
13895
|
)
|
|
13885
|
-
|
|
13886
|
-
|
|
13896
|
+
example_net = route53.HostedZone(self, "ExampleNet",
|
|
13897
|
+
zone_name="example.net"
|
|
13898
|
+
)
|
|
13899
|
+
|
|
13900
|
+
cert = acm.Certificate(self, "Certificate",
|
|
13901
|
+
domain_name="test.example.com",
|
|
13902
|
+
subject_alternative_names=["cool.example.com", "test.example.net"],
|
|
13903
|
+
validation=acm.CertificateValidation.from_dns_multi_zone({
|
|
13904
|
+
"test.example.com": example_com,
|
|
13905
|
+
"cool.example.com": example_com,
|
|
13906
|
+
"test.example.net": example_net
|
|
13907
|
+
})
|
|
13908
|
+
)
|
|
13887
13909
|
'''
|
|
13888
13910
|
|
|
13889
13911
|
def __init__(
|