aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 +60 -28
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_amplify/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +229 -6
- aws_cdk/aws_apigatewayv2/__init__.py +60 -2
- 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_appmesh/__init__.py +12 -12
- aws_cdk/aws_appstream/__init__.py +101 -4
- aws_cdk/aws_appsync/__init__.py +61 -3
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_aps/__init__.py +459 -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 +64 -2
- aws_cdk/aws_bedrock/__init__.py +277 -0
- aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +38 -10
- aws_cdk/aws_cleanrooms/__init__.py +163 -0
- aws_cdk/aws_cloudformation/__init__.py +14 -14
- aws_cdk/aws_cloudfront/__init__.py +69 -8
- 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 +115 -12
- 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 +89 -2
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +138 -10
- aws_cdk/aws_cur/__init__.py +86 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +351 -0
- aws_cdk/aws_datazone/__init__.py +733 -2
- aws_cdk/aws_directoryservice/__init__.py +29 -0
- aws_cdk/aws_dms/__init__.py +58 -0
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +181 -0
- aws_cdk/aws_ec2/__init__.py +2031 -10
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +142 -12
- 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_elasticloadbalancingv2/__init__.py +48 -0
- aws_cdk/aws_elasticsearch/__init__.py +2 -2
- 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 +145 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_evs/__init__.py +58 -4
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +507 -56
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -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_iam/__init__.py +1 -1
- 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 +93 -38
- 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 +568 -111
- 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 +68 -2
- aws_cdk/aws_lambda/__init__.py +104 -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 +562 -0
- aws_cdk/aws_mediapackage/__init__.py +2 -2
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +10 -10
- aws_cdk/aws_networkmanager/__init__.py +92 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_odb/__init__.py +2082 -195
- aws_cdk/aws_omics/__init__.py +1520 -103
- aws_cdk/aws_opensearchserverless/__init__.py +222 -21
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_opsworkscm/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pcs/__init__.py +9 -9
- 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 +295 -3
- aws_cdk/aws_rds/__init__.py +402 -58
- 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_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 +715 -1
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +191 -154
- 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 +5218 -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 +274 -12
- aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
- 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 +670 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_dynamodb/__init__.py
CHANGED
|
@@ -1528,6 +1528,8 @@ class CapacityMode(enum.Enum):
|
|
|
1528
1528
|
"replicas": "replicas",
|
|
1529
1529
|
"billing_mode": "billingMode",
|
|
1530
1530
|
"global_secondary_indexes": "globalSecondaryIndexes",
|
|
1531
|
+
"global_table_settings_replication_mode": "globalTableSettingsReplicationMode",
|
|
1532
|
+
"global_table_source_arn": "globalTableSourceArn",
|
|
1531
1533
|
"global_table_witnesses": "globalTableWitnesses",
|
|
1532
1534
|
"local_secondary_indexes": "localSecondaryIndexes",
|
|
1533
1535
|
"multi_region_consistency": "multiRegionConsistency",
|
|
@@ -1549,6 +1551,8 @@ class CfnGlobalTableProps:
|
|
|
1549
1551
|
replicas: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.ReplicaSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
1550
1552
|
billing_mode: typing.Optional[builtins.str] = None,
|
|
1551
1553
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.GlobalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1554
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
1555
|
+
global_table_source_arn: typing.Optional[builtins.str] = None,
|
|
1552
1556
|
global_table_witnesses: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.GlobalTableWitnessProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1553
1557
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.LocalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1554
1558
|
multi_region_consistency: typing.Optional[builtins.str] = None,
|
|
@@ -1567,6 +1571,8 @@ class CfnGlobalTableProps:
|
|
|
1567
1571
|
:param replicas: Specifies the list of replicas for your global table. The list must contain at least one element, the region where the stack defining the global table is deployed. For example, if you define your table in a stack deployed to us-east-1, you must have an entry in ``Replicas`` with the region us-east-1. You cannot remove the replica in the stack region. .. epigraph:: Adding a replica might take a few minutes for an empty table, or up to several hours for large tables. If you want to add or remove a replica, we recommend submitting an ``UpdateStack`` operation containing only that change. If you add or delete a replica during an update, we recommend that you don't update any other resources. If your stack fails to update and is rolled back while adding a new replica, you might need to manually delete the replica. You can create a new global table with as many replicas as needed. You can add or remove replicas after table creation, but you can only add or remove a single replica in each update. For Multi-Region Strong Consistency (MRSC), you can add or remove up to 3 replicas, or 2 replicas plus a witness Region.
|
|
1568
1572
|
:param billing_mode: Specifies how you are charged for read and write throughput and how you manage capacity. Valid values are:. - ``PAY_PER_REQUEST`` - ``PROVISIONED`` All replicas in your global table will have the same billing mode. If you use ``PROVISIONED`` billing mode, you must provide an auto scaling configuration via the ``WriteProvisionedThroughputSettings`` property. The default value of this property is ``PROVISIONED`` .
|
|
1569
1573
|
:param global_secondary_indexes: Global secondary indexes to be created on the global table. You can create up to 20 global secondary indexes. Each replica in your global table will have the same global secondary index settings. You can only create or delete one global secondary index in a single stack operation. Since the backfilling of an index could take a long time, CloudFormation does not wait for the index to become active. If a stack operation rolls back, CloudFormation might not delete an index that has been added. In that case, you will need to delete the index manually.
|
|
1574
|
+
:param global_table_settings_replication_mode:
|
|
1575
|
+
:param global_table_source_arn:
|
|
1570
1576
|
:param global_table_witnesses: The list of witnesses of the MRSC global table. Only one witness Region can be configured per MRSC global table.
|
|
1571
1577
|
:param local_secondary_indexes: Local secondary indexes to be created on the table. You can create up to five local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes. Each replica in your global table will have the same local secondary index settings.
|
|
1572
1578
|
:param multi_region_consistency: Specifies the consistency mode for a new global table. You can specify one of the following consistency modes: - ``EVENTUAL`` : Configures a new global table for multi-Region eventual consistency (MREC). - ``STRONG`` : Configures a new global table for multi-Region strong consistency (MRSC). If you don't specify this field, the global table consistency mode defaults to ``EVENTUAL`` . For more information about global tables consistency modes, see `Consistency modes <https://docs.aws.amazon.com/V2globaltables_HowItWorks.html#V2globaltables_HowItWorks.consistency-modes>`_ in DynamoDB developer guide.
|
|
@@ -1729,6 +1735,8 @@ class CfnGlobalTableProps:
|
|
|
1729
1735
|
)
|
|
1730
1736
|
)
|
|
1731
1737
|
)],
|
|
1738
|
+
global_table_settings_replication_mode="globalTableSettingsReplicationMode",
|
|
1739
|
+
global_table_source_arn="globalTableSourceArn",
|
|
1732
1740
|
global_table_witnesses=[dynamodb.CfnGlobalTable.GlobalTableWitnessProperty(
|
|
1733
1741
|
region="region"
|
|
1734
1742
|
)],
|
|
@@ -1793,6 +1801,8 @@ class CfnGlobalTableProps:
|
|
|
1793
1801
|
check_type(argname="argument replicas", value=replicas, expected_type=type_hints["replicas"])
|
|
1794
1802
|
check_type(argname="argument billing_mode", value=billing_mode, expected_type=type_hints["billing_mode"])
|
|
1795
1803
|
check_type(argname="argument global_secondary_indexes", value=global_secondary_indexes, expected_type=type_hints["global_secondary_indexes"])
|
|
1804
|
+
check_type(argname="argument global_table_settings_replication_mode", value=global_table_settings_replication_mode, expected_type=type_hints["global_table_settings_replication_mode"])
|
|
1805
|
+
check_type(argname="argument global_table_source_arn", value=global_table_source_arn, expected_type=type_hints["global_table_source_arn"])
|
|
1796
1806
|
check_type(argname="argument global_table_witnesses", value=global_table_witnesses, expected_type=type_hints["global_table_witnesses"])
|
|
1797
1807
|
check_type(argname="argument local_secondary_indexes", value=local_secondary_indexes, expected_type=type_hints["local_secondary_indexes"])
|
|
1798
1808
|
check_type(argname="argument multi_region_consistency", value=multi_region_consistency, expected_type=type_hints["multi_region_consistency"])
|
|
@@ -1812,6 +1822,10 @@ class CfnGlobalTableProps:
|
|
|
1812
1822
|
self._values["billing_mode"] = billing_mode
|
|
1813
1823
|
if global_secondary_indexes is not None:
|
|
1814
1824
|
self._values["global_secondary_indexes"] = global_secondary_indexes
|
|
1825
|
+
if global_table_settings_replication_mode is not None:
|
|
1826
|
+
self._values["global_table_settings_replication_mode"] = global_table_settings_replication_mode
|
|
1827
|
+
if global_table_source_arn is not None:
|
|
1828
|
+
self._values["global_table_source_arn"] = global_table_source_arn
|
|
1815
1829
|
if global_table_witnesses is not None:
|
|
1816
1830
|
self._values["global_table_witnesses"] = global_table_witnesses
|
|
1817
1831
|
if local_secondary_indexes is not None:
|
|
@@ -1909,6 +1923,22 @@ class CfnGlobalTableProps:
|
|
|
1909
1923
|
result = self._values.get("global_secondary_indexes")
|
|
1910
1924
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnGlobalTable.GlobalSecondaryIndexProperty"]]]], result)
|
|
1911
1925
|
|
|
1926
|
+
@builtins.property
|
|
1927
|
+
def global_table_settings_replication_mode(self) -> typing.Optional[builtins.str]:
|
|
1928
|
+
'''
|
|
1929
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globaltablesettingsreplicationmode
|
|
1930
|
+
'''
|
|
1931
|
+
result = self._values.get("global_table_settings_replication_mode")
|
|
1932
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1933
|
+
|
|
1934
|
+
@builtins.property
|
|
1935
|
+
def global_table_source_arn(self) -> typing.Optional[builtins.str]:
|
|
1936
|
+
'''
|
|
1937
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html#cfn-dynamodb-globaltable-globaltablesourcearn
|
|
1938
|
+
'''
|
|
1939
|
+
result = self._values.get("global_table_source_arn")
|
|
1940
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1941
|
+
|
|
1912
1942
|
@builtins.property
|
|
1913
1943
|
def global_table_witnesses(
|
|
1914
1944
|
self,
|
|
@@ -2065,6 +2095,7 @@ class CfnGlobalTableProps:
|
|
|
2065
2095
|
"contributor_insights_specification": "contributorInsightsSpecification",
|
|
2066
2096
|
"deletion_protection_enabled": "deletionProtectionEnabled",
|
|
2067
2097
|
"global_secondary_indexes": "globalSecondaryIndexes",
|
|
2098
|
+
"global_table_settings_replication_mode": "globalTableSettingsReplicationMode",
|
|
2068
2099
|
"import_source_specification": "importSourceSpecification",
|
|
2069
2100
|
"kinesis_stream_specification": "kinesisStreamSpecification",
|
|
2070
2101
|
"local_secondary_indexes": "localSecondaryIndexes",
|
|
@@ -2091,6 +2122,7 @@ class CfnTableProps:
|
|
|
2091
2122
|
contributor_insights_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.ContributorInsightsSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2092
2123
|
deletion_protection_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2093
2124
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.GlobalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2125
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
2094
2126
|
import_source_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.ImportSourceSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2095
2127
|
kinesis_stream_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.KinesisStreamSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2096
2128
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.LocalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -2114,6 +2146,7 @@ class CfnTableProps:
|
|
|
2114
2146
|
:param contributor_insights_specification: The settings used to specify whether to enable CloudWatch Contributor Insights for the table and define which events to monitor.
|
|
2115
2147
|
:param deletion_protection_enabled: Determines if a table is protected from deletion. When enabled, the table cannot be deleted by any user or process. This setting is disabled by default. For more information, see `Using deletion protection <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.Basics.html#WorkingWithTables.Basics.DeletionProtection>`_ in the *Amazon DynamoDB Developer Guide* .
|
|
2116
2148
|
:param global_secondary_indexes: Global secondary indexes to be created on the table. You can create up to 20 global secondary indexes. .. epigraph:: If you update a table to include a new global secondary index, AWS CloudFormation initiates the index creation and then proceeds with the stack update. AWS CloudFormation doesn't wait for the index to complete creation because the backfilling phase can take a long time, depending on the size of the table. You can't use the index or update the table until the index's status is ``ACTIVE`` . You can track its status by using the DynamoDB `DescribeTable <https://docs.aws.amazon.com/cli/latest/reference/dynamodb/describe-table.html>`_ command. If you add or delete an index during an update, we recommend that you don't update any other resources. If your stack fails to update and is rolled back while adding a new index, you must manually delete the index. Updates are not supported. The following are exceptions: - If you update either the contributor insights specification or the provisioned throughput values of global secondary indexes, you can update the table without interruption. - You can delete or add one global secondary index without interruption. If you do both in the same update (for example, by changing the index's logical ID), the update fails.
|
|
2149
|
+
:param global_table_settings_replication_mode:
|
|
2117
2150
|
:param import_source_specification: Specifies the properties of data being imported from the S3 bucket source to the" table. .. epigraph:: If you specify the ``ImportSourceSpecification`` property, and also specify either the ``StreamSpecification`` , the ``TableClass`` property, the ``DeletionProtectionEnabled`` property, or the ``WarmThroughput`` property, the IAM entity creating/updating stack must have ``UpdateTable`` permission.
|
|
2118
2151
|
:param kinesis_stream_specification: The Kinesis Data Streams configuration for the specified table.
|
|
2119
2152
|
:param local_secondary_indexes: Local secondary indexes to be created on the table. You can create up to 5 local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes.
|
|
@@ -2190,6 +2223,7 @@ class CfnTableProps:
|
|
|
2190
2223
|
write_units_per_second=123
|
|
2191
2224
|
)
|
|
2192
2225
|
)],
|
|
2226
|
+
global_table_settings_replication_mode="globalTableSettingsReplicationMode",
|
|
2193
2227
|
import_source_specification=dynamodb.CfnTable.ImportSourceSpecificationProperty(
|
|
2194
2228
|
input_format="inputFormat",
|
|
2195
2229
|
s3_bucket_source=dynamodb.CfnTable.S3BucketSourceProperty(
|
|
@@ -2282,6 +2316,7 @@ class CfnTableProps:
|
|
|
2282
2316
|
check_type(argname="argument contributor_insights_specification", value=contributor_insights_specification, expected_type=type_hints["contributor_insights_specification"])
|
|
2283
2317
|
check_type(argname="argument deletion_protection_enabled", value=deletion_protection_enabled, expected_type=type_hints["deletion_protection_enabled"])
|
|
2284
2318
|
check_type(argname="argument global_secondary_indexes", value=global_secondary_indexes, expected_type=type_hints["global_secondary_indexes"])
|
|
2319
|
+
check_type(argname="argument global_table_settings_replication_mode", value=global_table_settings_replication_mode, expected_type=type_hints["global_table_settings_replication_mode"])
|
|
2285
2320
|
check_type(argname="argument import_source_specification", value=import_source_specification, expected_type=type_hints["import_source_specification"])
|
|
2286
2321
|
check_type(argname="argument kinesis_stream_specification", value=kinesis_stream_specification, expected_type=type_hints["kinesis_stream_specification"])
|
|
2287
2322
|
check_type(argname="argument local_secondary_indexes", value=local_secondary_indexes, expected_type=type_hints["local_secondary_indexes"])
|
|
@@ -2309,6 +2344,8 @@ class CfnTableProps:
|
|
|
2309
2344
|
self._values["deletion_protection_enabled"] = deletion_protection_enabled
|
|
2310
2345
|
if global_secondary_indexes is not None:
|
|
2311
2346
|
self._values["global_secondary_indexes"] = global_secondary_indexes
|
|
2347
|
+
if global_table_settings_replication_mode is not None:
|
|
2348
|
+
self._values["global_table_settings_replication_mode"] = global_table_settings_replication_mode
|
|
2312
2349
|
if import_source_specification is not None:
|
|
2313
2350
|
self._values["import_source_specification"] = import_source_specification
|
|
2314
2351
|
if kinesis_stream_specification is not None:
|
|
@@ -2429,6 +2466,14 @@ class CfnTableProps:
|
|
|
2429
2466
|
result = self._values.get("global_secondary_indexes")
|
|
2430
2467
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTable.GlobalSecondaryIndexProperty"]]]], result)
|
|
2431
2468
|
|
|
2469
|
+
@builtins.property
|
|
2470
|
+
def global_table_settings_replication_mode(self) -> typing.Optional[builtins.str]:
|
|
2471
|
+
'''
|
|
2472
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-globaltablesettingsreplicationmode
|
|
2473
|
+
'''
|
|
2474
|
+
result = self._values.get("global_table_settings_replication_mode")
|
|
2475
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2476
|
+
|
|
2432
2477
|
@builtins.property
|
|
2433
2478
|
def import_source_specification(
|
|
2434
2479
|
self,
|
|
@@ -10511,6 +10556,8 @@ class CfnGlobalTable(
|
|
|
10511
10556
|
)
|
|
10512
10557
|
)
|
|
10513
10558
|
)],
|
|
10559
|
+
global_table_settings_replication_mode="globalTableSettingsReplicationMode",
|
|
10560
|
+
global_table_source_arn="globalTableSourceArn",
|
|
10514
10561
|
global_table_witnesses=[dynamodb.CfnGlobalTable.GlobalTableWitnessProperty(
|
|
10515
10562
|
region="region"
|
|
10516
10563
|
)],
|
|
@@ -10579,6 +10626,8 @@ class CfnGlobalTable(
|
|
|
10579
10626
|
replicas: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.ReplicaSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
10580
10627
|
billing_mode: typing.Optional[builtins.str] = None,
|
|
10581
10628
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.GlobalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10629
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
10630
|
+
global_table_source_arn: typing.Optional[builtins.str] = None,
|
|
10582
10631
|
global_table_witnesses: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.GlobalTableWitnessProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10583
10632
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnGlobalTable.LocalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10584
10633
|
multi_region_consistency: typing.Optional[builtins.str] = None,
|
|
@@ -10598,6 +10647,8 @@ class CfnGlobalTable(
|
|
|
10598
10647
|
:param replicas: Specifies the list of replicas for your global table. The list must contain at least one element, the region where the stack defining the global table is deployed. For example, if you define your table in a stack deployed to us-east-1, you must have an entry in ``Replicas`` with the region us-east-1. You cannot remove the replica in the stack region. .. epigraph:: Adding a replica might take a few minutes for an empty table, or up to several hours for large tables. If you want to add or remove a replica, we recommend submitting an ``UpdateStack`` operation containing only that change. If you add or delete a replica during an update, we recommend that you don't update any other resources. If your stack fails to update and is rolled back while adding a new replica, you might need to manually delete the replica. You can create a new global table with as many replicas as needed. You can add or remove replicas after table creation, but you can only add or remove a single replica in each update. For Multi-Region Strong Consistency (MRSC), you can add or remove up to 3 replicas, or 2 replicas plus a witness Region.
|
|
10599
10648
|
:param billing_mode: Specifies how you are charged for read and write throughput and how you manage capacity. Valid values are:. - ``PAY_PER_REQUEST`` - ``PROVISIONED`` All replicas in your global table will have the same billing mode. If you use ``PROVISIONED`` billing mode, you must provide an auto scaling configuration via the ``WriteProvisionedThroughputSettings`` property. The default value of this property is ``PROVISIONED`` .
|
|
10600
10649
|
:param global_secondary_indexes: Global secondary indexes to be created on the global table. You can create up to 20 global secondary indexes. Each replica in your global table will have the same global secondary index settings. You can only create or delete one global secondary index in a single stack operation. Since the backfilling of an index could take a long time, CloudFormation does not wait for the index to become active. If a stack operation rolls back, CloudFormation might not delete an index that has been added. In that case, you will need to delete the index manually.
|
|
10650
|
+
:param global_table_settings_replication_mode:
|
|
10651
|
+
:param global_table_source_arn:
|
|
10601
10652
|
:param global_table_witnesses: The list of witnesses of the MRSC global table. Only one witness Region can be configured per MRSC global table.
|
|
10602
10653
|
:param local_secondary_indexes: Local secondary indexes to be created on the table. You can create up to five local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes. Each replica in your global table will have the same local secondary index settings.
|
|
10603
10654
|
:param multi_region_consistency: Specifies the consistency mode for a new global table. You can specify one of the following consistency modes: - ``EVENTUAL`` : Configures a new global table for multi-Region eventual consistency (MREC). - ``STRONG`` : Configures a new global table for multi-Region strong consistency (MRSC). If you don't specify this field, the global table consistency mode defaults to ``EVENTUAL`` . For more information about global tables consistency modes, see `Consistency modes <https://docs.aws.amazon.com/V2globaltables_HowItWorks.html#V2globaltables_HowItWorks.consistency-modes>`_ in DynamoDB developer guide.
|
|
@@ -10619,6 +10670,8 @@ class CfnGlobalTable(
|
|
|
10619
10670
|
replicas=replicas,
|
|
10620
10671
|
billing_mode=billing_mode,
|
|
10621
10672
|
global_secondary_indexes=global_secondary_indexes,
|
|
10673
|
+
global_table_settings_replication_mode=global_table_settings_replication_mode,
|
|
10674
|
+
global_table_source_arn=global_table_source_arn,
|
|
10622
10675
|
global_table_witnesses=global_table_witnesses,
|
|
10623
10676
|
local_secondary_indexes=local_secondary_indexes,
|
|
10624
10677
|
multi_region_consistency=multi_region_consistency,
|
|
@@ -10797,6 +10850,33 @@ class CfnGlobalTable(
|
|
|
10797
10850
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10798
10851
|
jsii.set(self, "globalSecondaryIndexes", value) # pyright: ignore[reportArgumentType]
|
|
10799
10852
|
|
|
10853
|
+
@builtins.property
|
|
10854
|
+
@jsii.member(jsii_name="globalTableSettingsReplicationMode")
|
|
10855
|
+
def global_table_settings_replication_mode(self) -> typing.Optional[builtins.str]:
|
|
10856
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "globalTableSettingsReplicationMode"))
|
|
10857
|
+
|
|
10858
|
+
@global_table_settings_replication_mode.setter
|
|
10859
|
+
def global_table_settings_replication_mode(
|
|
10860
|
+
self,
|
|
10861
|
+
value: typing.Optional[builtins.str],
|
|
10862
|
+
) -> None:
|
|
10863
|
+
if __debug__:
|
|
10864
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7075d72ca27b36654b7a5e5c93fa5400bb9ed8ec640703134ddb5bd29f15b566)
|
|
10865
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10866
|
+
jsii.set(self, "globalTableSettingsReplicationMode", value) # pyright: ignore[reportArgumentType]
|
|
10867
|
+
|
|
10868
|
+
@builtins.property
|
|
10869
|
+
@jsii.member(jsii_name="globalTableSourceArn")
|
|
10870
|
+
def global_table_source_arn(self) -> typing.Optional[builtins.str]:
|
|
10871
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "globalTableSourceArn"))
|
|
10872
|
+
|
|
10873
|
+
@global_table_source_arn.setter
|
|
10874
|
+
def global_table_source_arn(self, value: typing.Optional[builtins.str]) -> None:
|
|
10875
|
+
if __debug__:
|
|
10876
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b7289daf8c207efd37cb3d7fa1fd9c044421e2990cb9ec991503208d45d34503)
|
|
10877
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
10878
|
+
jsii.set(self, "globalTableSourceArn", value) # pyright: ignore[reportArgumentType]
|
|
10879
|
+
|
|
10800
10880
|
@builtins.property
|
|
10801
10881
|
@jsii.member(jsii_name="globalTableWitnesses")
|
|
10802
10882
|
def global_table_witnesses(
|
|
@@ -13399,6 +13479,7 @@ class CfnTable(
|
|
|
13399
13479
|
write_units_per_second=123
|
|
13400
13480
|
)
|
|
13401
13481
|
)],
|
|
13482
|
+
global_table_settings_replication_mode="globalTableSettingsReplicationMode",
|
|
13402
13483
|
import_source_specification=dynamodb.CfnTable.ImportSourceSpecificationProperty(
|
|
13403
13484
|
input_format="inputFormat",
|
|
13404
13485
|
s3_bucket_source=dynamodb.CfnTable.S3BucketSourceProperty(
|
|
@@ -13495,6 +13576,7 @@ class CfnTable(
|
|
|
13495
13576
|
contributor_insights_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.ContributorInsightsSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13496
13577
|
deletion_protection_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
13497
13578
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.GlobalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
13579
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
13498
13580
|
import_source_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.ImportSourceSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13499
13581
|
kinesis_stream_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.KinesisStreamSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13500
13582
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTable.LocalSecondaryIndexProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -13519,6 +13601,7 @@ class CfnTable(
|
|
|
13519
13601
|
:param contributor_insights_specification: The settings used to specify whether to enable CloudWatch Contributor Insights for the table and define which events to monitor.
|
|
13520
13602
|
:param deletion_protection_enabled: Determines if a table is protected from deletion. When enabled, the table cannot be deleted by any user or process. This setting is disabled by default. For more information, see `Using deletion protection <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.Basics.html#WorkingWithTables.Basics.DeletionProtection>`_ in the *Amazon DynamoDB Developer Guide* .
|
|
13521
13603
|
:param global_secondary_indexes: Global secondary indexes to be created on the table. You can create up to 20 global secondary indexes. .. epigraph:: If you update a table to include a new global secondary index, AWS CloudFormation initiates the index creation and then proceeds with the stack update. AWS CloudFormation doesn't wait for the index to complete creation because the backfilling phase can take a long time, depending on the size of the table. You can't use the index or update the table until the index's status is ``ACTIVE`` . You can track its status by using the DynamoDB `DescribeTable <https://docs.aws.amazon.com/cli/latest/reference/dynamodb/describe-table.html>`_ command. If you add or delete an index during an update, we recommend that you don't update any other resources. If your stack fails to update and is rolled back while adding a new index, you must manually delete the index. Updates are not supported. The following are exceptions: - If you update either the contributor insights specification or the provisioned throughput values of global secondary indexes, you can update the table without interruption. - You can delete or add one global secondary index without interruption. If you do both in the same update (for example, by changing the index's logical ID), the update fails.
|
|
13604
|
+
:param global_table_settings_replication_mode:
|
|
13522
13605
|
:param import_source_specification: Specifies the properties of data being imported from the S3 bucket source to the" table. .. epigraph:: If you specify the ``ImportSourceSpecification`` property, and also specify either the ``StreamSpecification`` , the ``TableClass`` property, the ``DeletionProtectionEnabled`` property, or the ``WarmThroughput`` property, the IAM entity creating/updating stack must have ``UpdateTable`` permission.
|
|
13523
13606
|
:param kinesis_stream_specification: The Kinesis Data Streams configuration for the specified table.
|
|
13524
13607
|
:param local_secondary_indexes: Local secondary indexes to be created on the table. You can create up to 5 local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes.
|
|
@@ -13545,6 +13628,7 @@ class CfnTable(
|
|
|
13545
13628
|
contributor_insights_specification=contributor_insights_specification,
|
|
13546
13629
|
deletion_protection_enabled=deletion_protection_enabled,
|
|
13547
13630
|
global_secondary_indexes=global_secondary_indexes,
|
|
13631
|
+
global_table_settings_replication_mode=global_table_settings_replication_mode,
|
|
13548
13632
|
import_source_specification=import_source_specification,
|
|
13549
13633
|
kinesis_stream_specification=kinesis_stream_specification,
|
|
13550
13634
|
local_secondary_indexes=local_secondary_indexes,
|
|
@@ -13563,6 +13647,48 @@ class CfnTable(
|
|
|
13563
13647
|
|
|
13564
13648
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13565
13649
|
|
|
13650
|
+
@jsii.member(jsii_name="fromTableArn")
|
|
13651
|
+
@builtins.classmethod
|
|
13652
|
+
def from_table_arn(
|
|
13653
|
+
cls,
|
|
13654
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13655
|
+
id: builtins.str,
|
|
13656
|
+
arn: builtins.str,
|
|
13657
|
+
) -> ITableRef:
|
|
13658
|
+
'''Creates a new ITableRef from an ARN.
|
|
13659
|
+
|
|
13660
|
+
:param scope: -
|
|
13661
|
+
:param id: -
|
|
13662
|
+
:param arn: -
|
|
13663
|
+
'''
|
|
13664
|
+
if __debug__:
|
|
13665
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6e30ad674255f6cf2399988c612add1ec2ca505f9e116d8b733a16173ac1d95e)
|
|
13666
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13667
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13668
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
13669
|
+
return typing.cast(ITableRef, jsii.sinvoke(cls, "fromTableArn", [scope, id, arn]))
|
|
13670
|
+
|
|
13671
|
+
@jsii.member(jsii_name="fromTableName")
|
|
13672
|
+
@builtins.classmethod
|
|
13673
|
+
def from_table_name(
|
|
13674
|
+
cls,
|
|
13675
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13676
|
+
id: builtins.str,
|
|
13677
|
+
table_name: builtins.str,
|
|
13678
|
+
) -> ITableRef:
|
|
13679
|
+
'''Creates a new ITableRef from a tableName.
|
|
13680
|
+
|
|
13681
|
+
:param scope: -
|
|
13682
|
+
:param id: -
|
|
13683
|
+
:param table_name: -
|
|
13684
|
+
'''
|
|
13685
|
+
if __debug__:
|
|
13686
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5a4e5ce4c2cecabd4a9a87760152bab9b4254f48ff1e2f8e89e68131d4f9fcdd)
|
|
13687
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13688
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13689
|
+
check_type(argname="argument table_name", value=table_name, expected_type=type_hints["table_name"])
|
|
13690
|
+
return typing.cast(ITableRef, jsii.sinvoke(cls, "fromTableName", [scope, id, table_name]))
|
|
13691
|
+
|
|
13566
13692
|
@jsii.member(jsii_name="inspect")
|
|
13567
13693
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13568
13694
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13738,6 +13864,21 @@ class CfnTable(
|
|
|
13738
13864
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13739
13865
|
jsii.set(self, "globalSecondaryIndexes", value) # pyright: ignore[reportArgumentType]
|
|
13740
13866
|
|
|
13867
|
+
@builtins.property
|
|
13868
|
+
@jsii.member(jsii_name="globalTableSettingsReplicationMode")
|
|
13869
|
+
def global_table_settings_replication_mode(self) -> typing.Optional[builtins.str]:
|
|
13870
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "globalTableSettingsReplicationMode"))
|
|
13871
|
+
|
|
13872
|
+
@global_table_settings_replication_mode.setter
|
|
13873
|
+
def global_table_settings_replication_mode(
|
|
13874
|
+
self,
|
|
13875
|
+
value: typing.Optional[builtins.str],
|
|
13876
|
+
) -> None:
|
|
13877
|
+
if __debug__:
|
|
13878
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1d34e371f6d71983fa9056340ded9469b96339ea1a61a0d683e413cdadd07542)
|
|
13879
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13880
|
+
jsii.set(self, "globalTableSettingsReplicationMode", value) # pyright: ignore[reportArgumentType]
|
|
13881
|
+
|
|
13741
13882
|
@builtins.property
|
|
13742
13883
|
@jsii.member(jsii_name="importSourceSpecification")
|
|
13743
13884
|
def import_source_specification(
|
|
@@ -17384,6 +17525,8 @@ def _typecheckingstub__ca0383ad91536c26961e85e52a3e6a3d2d74db3c4d430cbbe3d9f42e2
|
|
|
17384
17525
|
replicas: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.ReplicaSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
17385
17526
|
billing_mode: typing.Optional[builtins.str] = None,
|
|
17386
17527
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.GlobalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
17528
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
17529
|
+
global_table_source_arn: typing.Optional[builtins.str] = None,
|
|
17387
17530
|
global_table_witnesses: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.GlobalTableWitnessProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
17388
17531
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.LocalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
17389
17532
|
multi_region_consistency: typing.Optional[builtins.str] = None,
|
|
@@ -17406,6 +17549,7 @@ def _typecheckingstub__0b7f8e29621d526383ce725f2daafbe00b52cfe2381995edac86b72a6
|
|
|
17406
17549
|
contributor_insights_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.ContributorInsightsSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17407
17550
|
deletion_protection_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
17408
17551
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.GlobalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
17552
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
17409
17553
|
import_source_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.ImportSourceSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17410
17554
|
kinesis_stream_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.KinesisStreamSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
17411
17555
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.LocalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -18098,6 +18242,8 @@ def _typecheckingstub__751414def1994180982879a700bdaa6afcf528def91a672904946db1b
|
|
|
18098
18242
|
replicas: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.ReplicaSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
18099
18243
|
billing_mode: typing.Optional[builtins.str] = None,
|
|
18100
18244
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.GlobalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
18245
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
18246
|
+
global_table_source_arn: typing.Optional[builtins.str] = None,
|
|
18101
18247
|
global_table_witnesses: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.GlobalTableWitnessProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
18102
18248
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnGlobalTable.LocalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
18103
18249
|
multi_region_consistency: typing.Optional[builtins.str] = None,
|
|
@@ -18154,6 +18300,18 @@ def _typecheckingstub__484436e7e1867a9d477f3fa0bdee0dfdfb2646ba7497c71d398076d98
|
|
|
18154
18300
|
"""Type checking stubs"""
|
|
18155
18301
|
pass
|
|
18156
18302
|
|
|
18303
|
+
def _typecheckingstub__7075d72ca27b36654b7a5e5c93fa5400bb9ed8ec640703134ddb5bd29f15b566(
|
|
18304
|
+
value: typing.Optional[builtins.str],
|
|
18305
|
+
) -> None:
|
|
18306
|
+
"""Type checking stubs"""
|
|
18307
|
+
pass
|
|
18308
|
+
|
|
18309
|
+
def _typecheckingstub__b7289daf8c207efd37cb3d7fa1fd9c044421e2990cb9ec991503208d45d34503(
|
|
18310
|
+
value: typing.Optional[builtins.str],
|
|
18311
|
+
) -> None:
|
|
18312
|
+
"""Type checking stubs"""
|
|
18313
|
+
pass
|
|
18314
|
+
|
|
18157
18315
|
def _typecheckingstub__12c424a307d05c5f02c5d3df3ad420cd4151741010ad7531cd1fdc24fa467f2a(
|
|
18158
18316
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnGlobalTable.GlobalTableWitnessProperty]]]],
|
|
18159
18317
|
) -> None:
|
|
@@ -18430,6 +18588,7 @@ def _typecheckingstub__9c4a83992df200bfde2ccfe129994eeacab105432a2509473861feb73
|
|
|
18430
18588
|
contributor_insights_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.ContributorInsightsSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
18431
18589
|
deletion_protection_enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
18432
18590
|
global_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.GlobalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
18591
|
+
global_table_settings_replication_mode: typing.Optional[builtins.str] = None,
|
|
18433
18592
|
import_source_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.ImportSourceSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
18434
18593
|
kinesis_stream_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.KinesisStreamSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
18435
18594
|
local_secondary_indexes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnTable.LocalSecondaryIndexProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -18448,6 +18607,22 @@ def _typecheckingstub__9c4a83992df200bfde2ccfe129994eeacab105432a2509473861feb73
|
|
|
18448
18607
|
"""Type checking stubs"""
|
|
18449
18608
|
pass
|
|
18450
18609
|
|
|
18610
|
+
def _typecheckingstub__6e30ad674255f6cf2399988c612add1ec2ca505f9e116d8b733a16173ac1d95e(
|
|
18611
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18612
|
+
id: builtins.str,
|
|
18613
|
+
arn: builtins.str,
|
|
18614
|
+
) -> None:
|
|
18615
|
+
"""Type checking stubs"""
|
|
18616
|
+
pass
|
|
18617
|
+
|
|
18618
|
+
def _typecheckingstub__5a4e5ce4c2cecabd4a9a87760152bab9b4254f48ff1e2f8e89e68131d4f9fcdd(
|
|
18619
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18620
|
+
id: builtins.str,
|
|
18621
|
+
table_name: builtins.str,
|
|
18622
|
+
) -> None:
|
|
18623
|
+
"""Type checking stubs"""
|
|
18624
|
+
pass
|
|
18625
|
+
|
|
18451
18626
|
def _typecheckingstub__26bb91e182be62190fa064879e470f7aaf0c082ee3cebed92380192ddd6e106c(
|
|
18452
18627
|
inspector: _TreeInspector_488e0dd5,
|
|
18453
18628
|
) -> None:
|
|
@@ -18496,6 +18671,12 @@ def _typecheckingstub__97df696d6ba063acb98f58f09adb6516d0fc1d41d4d4a37c39f7ffac0
|
|
|
18496
18671
|
"""Type checking stubs"""
|
|
18497
18672
|
pass
|
|
18498
18673
|
|
|
18674
|
+
def _typecheckingstub__1d34e371f6d71983fa9056340ded9469b96339ea1a61a0d683e413cdadd07542(
|
|
18675
|
+
value: typing.Optional[builtins.str],
|
|
18676
|
+
) -> None:
|
|
18677
|
+
"""Type checking stubs"""
|
|
18678
|
+
pass
|
|
18679
|
+
|
|
18499
18680
|
def _typecheckingstub__61eb67e9e79c54ed8659ffe201d838bdf08b6b20da8fa03693734f4336da76c2(
|
|
18500
18681
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnTable.ImportSourceSpecificationProperty]],
|
|
18501
18682
|
) -> None:
|