aws-cdk-lib 2.90.0__py3-none-any.whl → 2.92.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 +22 -4
- aws_cdk/_jsii/__init__.py +2 -2
- aws_cdk/_jsii/{aws-cdk-lib@2.90.0.jsii.tgz → aws-cdk-lib@2.92.0.jsii.tgz} +0 -0
- aws_cdk/aws_appstream/__init__.py +3 -3
- aws_cdk/aws_batch/__init__.py +39 -18
- aws_cdk/aws_billingconductor/__init__.py +44 -13
- aws_cdk/aws_cleanrooms/__init__.py +2 -4
- aws_cdk/aws_cloudtrail/__init__.py +35 -10
- aws_cdk/aws_cloudwatch/__init__.py +3 -3
- aws_cdk/aws_codebuild/__init__.py +7 -7
- aws_cdk/aws_cognito/__init__.py +8 -8
- aws_cdk/aws_config/__init__.py +220 -0
- aws_cdk/aws_datasync/__init__.py +22 -35
- aws_cdk/aws_dms/__init__.py +909 -4
- aws_cdk/aws_dynamodb/__init__.py +0 -1
- aws_cdk/aws_ec2/__init__.py +59 -21
- aws_cdk/aws_ecs/__init__.py +45 -21
- aws_cdk/aws_evidently/__init__.py +3 -3
- aws_cdk/aws_fsx/__init__.py +6 -5
- aws_cdk/aws_glue/__init__.py +438 -10
- aws_cdk/aws_guardduty/__init__.py +60 -17
- aws_cdk/aws_iam/__init__.py +8 -9
- aws_cdk/aws_iot/__init__.py +5 -1
- aws_cdk/aws_kms/__init__.py +95 -47
- aws_cdk/aws_lambda/__init__.py +4 -2
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -3
- aws_cdk/aws_mediatailor/__init__.py +2902 -892
- aws_cdk/aws_mwaa/__init__.py +13 -8
- aws_cdk/aws_neptune/__init__.py +50 -2
- aws_cdk/aws_omics/__init__.py +80 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -3
- aws_cdk/aws_opensearchservice/__init__.py +247 -14
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +41 -25
- aws_cdk/aws_rds/__init__.py +24 -10
- aws_cdk/aws_resiliencehub/__init__.py +22 -22
- aws_cdk/aws_rolesanywhere/__init__.py +58 -74
- aws_cdk/aws_route53/__init__.py +3 -1
- aws_cdk/aws_s3/__init__.py +17 -7
- aws_cdk/aws_sagemaker/__init__.py +396 -5
- aws_cdk/aws_sns/__init__.py +8 -8
- aws_cdk/aws_sqs/__init__.py +231 -4
- aws_cdk/aws_ssm/__init__.py +6 -28
- aws_cdk/aws_stepfunctions/__init__.py +7 -7
- aws_cdk/aws_timestream/__init__.py +243 -0
- aws_cdk/aws_transfer/__init__.py +250 -52
- aws_cdk/aws_vpclattice/__init__.py +10 -6
- aws_cdk/aws_wafv2/__init__.py +7517 -5036
- aws_cdk/custom_resources/__init__.py +18 -30
- {aws_cdk_lib-2.90.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/METADATA +8 -8
- {aws_cdk_lib-2.90.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/RECORD +55 -55
- {aws_cdk_lib-2.90.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.90.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.90.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.90.0.dist-info → aws_cdk_lib-2.92.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -160,7 +160,7 @@ class CfnEnvironment(
|
|
|
160
160
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
161
161
|
:param name: The name of your Amazon MWAA environment.
|
|
162
162
|
:param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
|
|
163
|
-
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
163
|
+
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` (latest)
|
|
164
164
|
:param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
|
|
165
165
|
:param environment_class: The environment class type. Valid values: ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
166
166
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, ``arn:aws:iam::123456789:role/my-execution-role`` . To learn more, see `Amazon MWAA Execution role <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html>`_ .
|
|
@@ -177,7 +177,7 @@ class CfnEnvironment(
|
|
|
177
177
|
:param source_bucket_arn: The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, ``arn:aws:s3:::my-airflow-bucket-unique-name`` . To learn more, see `Create an Amazon S3 bucket for Amazon MWAA <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html>`_ .
|
|
178
178
|
:param startup_script_s3_object_version: The version of the startup shell script in your Amazon S3 bucket. You must specify the `version ID <https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html>`_ that Amazon S3 assigns to the file every time you update the script. Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example: ``3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo`` For more information, see `Using a startup script <https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html>`_ .
|
|
179
179
|
:param startup_script_s3_path: The relative path to the startup shell script in your Amazon S3 bucket. For example, ``s3://mwaa-environment/startup.sh`` . Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see `Using a startup script <https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html>`_ .
|
|
180
|
-
:param tags: The key-value tag pairs associated to your environment. For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ .
|
|
180
|
+
:param tags: The key-value tag pairs associated to your environment. For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ . If you specify new tags for an existing environment, the update requires service interruption before taking effect.
|
|
181
181
|
:param webserver_access_mode: The Apache Airflow *Web server* access mode. To learn more, see `Apache Airflow access modes <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html>`_ . Valid values: ``PRIVATE_ONLY`` or ``PUBLIC_ONLY`` .
|
|
182
182
|
:param weekly_maintenance_window_start: The day and time of the week to start weekly maintenance updates of your environment in the following format: ``DAY:HH:MM`` . For example: ``TUE:03:30`` . You can specify a start time in 30 minute increments only. Supported input includes the following: - MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
|
|
183
183
|
'''
|
|
@@ -598,7 +598,10 @@ class CfnEnvironment(
|
|
|
598
598
|
@builtins.property
|
|
599
599
|
@jsii.member(jsii_name="tagsRaw")
|
|
600
600
|
def tags_raw(self) -> typing.Any:
|
|
601
|
-
'''The key-value tag pairs associated to your environment.
|
|
601
|
+
'''The key-value tag pairs associated to your environment.
|
|
602
|
+
|
|
603
|
+
For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ .
|
|
604
|
+
'''
|
|
602
605
|
return typing.cast(typing.Any, jsii.get(self, "tagsRaw"))
|
|
603
606
|
|
|
604
607
|
@tags_raw.setter
|
|
@@ -1022,7 +1025,7 @@ class CfnEnvironmentProps:
|
|
|
1022
1025
|
|
|
1023
1026
|
:param name: The name of your Amazon MWAA environment.
|
|
1024
1027
|
:param airflow_configuration_options: A list of key-value pairs containing the Airflow configuration options for your environment. For example, ``core.default_timezone: utc`` . To learn more, see `Apache Airflow configuration options <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html>`_ .
|
|
1025
|
-
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` (latest)
|
|
1028
|
+
:param airflow_version: The version of Apache Airflow to use for the environment. If no value is specified, defaults to the latest version. If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect. *Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` (latest)
|
|
1026
1029
|
:param dag_s3_path: The relative path to the DAGs folder on your Amazon S3 bucket. For example, ``dags`` . To learn more, see `Adding or updating DAGs <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html>`_ .
|
|
1027
1030
|
:param environment_class: The environment class type. Valid values: ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
1028
1031
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment. For example, ``arn:aws:iam::123456789:role/my-execution-role`` . To learn more, see `Amazon MWAA Execution role <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html>`_ .
|
|
@@ -1039,7 +1042,7 @@ class CfnEnvironmentProps:
|
|
|
1039
1042
|
:param source_bucket_arn: The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, ``arn:aws:s3:::my-airflow-bucket-unique-name`` . To learn more, see `Create an Amazon S3 bucket for Amazon MWAA <https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html>`_ .
|
|
1040
1043
|
:param startup_script_s3_object_version: The version of the startup shell script in your Amazon S3 bucket. You must specify the `version ID <https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html>`_ that Amazon S3 assigns to the file every time you update the script. Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example: ``3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo`` For more information, see `Using a startup script <https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html>`_ .
|
|
1041
1044
|
:param startup_script_s3_path: The relative path to the startup shell script in your Amazon S3 bucket. For example, ``s3://mwaa-environment/startup.sh`` . Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see `Using a startup script <https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html>`_ .
|
|
1042
|
-
:param tags: The key-value tag pairs associated to your environment. For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ .
|
|
1045
|
+
:param tags: The key-value tag pairs associated to your environment. For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ . If you specify new tags for an existing environment, the update requires service interruption before taking effect.
|
|
1043
1046
|
:param webserver_access_mode: The Apache Airflow *Web server* access mode. To learn more, see `Apache Airflow access modes <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html>`_ . Valid values: ``PRIVATE_ONLY`` or ``PUBLIC_ONLY`` .
|
|
1044
1047
|
:param weekly_maintenance_window_start: The day and time of the week to start weekly maintenance updates of your environment in the following format: ``DAY:HH:MM`` . For example: ``TUE:03:30`` . You can specify a start time in 30 minute increments only. Supported input includes the following: - MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
|
|
1045
1048
|
|
|
@@ -1208,7 +1211,9 @@ class CfnEnvironmentProps:
|
|
|
1208
1211
|
|
|
1209
1212
|
If no value is specified, defaults to the latest version.
|
|
1210
1213
|
|
|
1211
|
-
|
|
1214
|
+
If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
|
|
1215
|
+
|
|
1216
|
+
*Allowed Values* : ``2.0.2`` | ``1.10.12`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` (latest)
|
|
1212
1217
|
|
|
1213
1218
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-airflowversion
|
|
1214
1219
|
'''
|
|
@@ -1394,9 +1399,9 @@ class CfnEnvironmentProps:
|
|
|
1394
1399
|
|
|
1395
1400
|
@builtins.property
|
|
1396
1401
|
def tags(self) -> typing.Any:
|
|
1397
|
-
'''The key-value tag pairs associated to your environment.
|
|
1402
|
+
'''The key-value tag pairs associated to your environment. For example, ``"Environment": "Staging"`` . To learn more, see `Tagging <https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html>`_ .
|
|
1398
1403
|
|
|
1399
|
-
|
|
1404
|
+
If you specify new tags for an existing environment, the update requires service interruption before taking effect.
|
|
1400
1405
|
|
|
1401
1406
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-tags
|
|
1402
1407
|
'''
|
aws_cdk/aws_neptune/__init__.py
CHANGED
|
@@ -94,6 +94,7 @@ class CfnDBCluster(
|
|
|
94
94
|
db_cluster_identifier="dbClusterIdentifier",
|
|
95
95
|
db_cluster_parameter_group_name="dbClusterParameterGroupName",
|
|
96
96
|
db_instance_parameter_group_name="dbInstanceParameterGroupName",
|
|
97
|
+
db_port=123,
|
|
97
98
|
db_subnet_group_name="dbSubnetGroupName",
|
|
98
99
|
deletion_protection=False,
|
|
99
100
|
enable_cloudwatch_logs_exports=["enableCloudwatchLogsExports"],
|
|
@@ -132,6 +133,7 @@ class CfnDBCluster(
|
|
|
132
133
|
db_cluster_identifier: typing.Optional[builtins.str] = None,
|
|
133
134
|
db_cluster_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
134
135
|
db_instance_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
136
|
+
db_port: typing.Optional[jsii.Number] = None,
|
|
135
137
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
136
138
|
deletion_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
137
139
|
enable_cloudwatch_logs_exports: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -160,6 +162,7 @@ class CfnDBCluster(
|
|
|
160
162
|
:param db_cluster_identifier: Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
|
|
161
163
|
:param db_cluster_parameter_group_name: Provides the name of the DB cluster parameter group. An update may require some interruption. See `ModifyDBInstance <https://docs.aws.amazon.com/neptune/latest/userguide/api-instances.html#ModifyDBInstance>`_ in the Amazon Neptune User Guide for more information.
|
|
162
164
|
:param db_instance_parameter_group_name: The name of the DB parameter group to apply to all instances of the DB cluster. Used only in case of a major engine version upgrade request Note that when you apply a parameter group using ``DBInstanceParameterGroupName`` , parameter changes are applied immediately, not during the next maintenance window. **Constraints** - The DB parameter group must be in the same DB parameter group family as the target DB cluster version. - The ``DBInstanceParameterGroupName`` parameter is only valid for major engine version upgrades.
|
|
165
|
+
:param db_port: The port number on which the DB instances in the DB cluster accept connections. If not specified, the default port used is ``8182``. Note: ``Port`` property will soon be deprecated from this resource. Please update existing templates to rename it with new property ``DBPort`` having same functionalities.
|
|
163
166
|
:param db_subnet_group_name: Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
|
|
164
167
|
:param deletion_protection: Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.
|
|
165
168
|
:param enable_cloudwatch_logs_exports: Specifies a list of log types that are enabled for export to CloudWatch Logs.
|
|
@@ -190,6 +193,7 @@ class CfnDBCluster(
|
|
|
190
193
|
db_cluster_identifier=db_cluster_identifier,
|
|
191
194
|
db_cluster_parameter_group_name=db_cluster_parameter_group_name,
|
|
192
195
|
db_instance_parameter_group_name=db_instance_parameter_group_name,
|
|
196
|
+
db_port=db_port,
|
|
193
197
|
db_subnet_group_name=db_subnet_group_name,
|
|
194
198
|
deletion_protection=deletion_protection,
|
|
195
199
|
enable_cloudwatch_logs_exports=enable_cloudwatch_logs_exports,
|
|
@@ -266,9 +270,12 @@ class CfnDBCluster(
|
|
|
266
270
|
@builtins.property
|
|
267
271
|
@jsii.member(jsii_name="attrPort")
|
|
268
272
|
def attr_port(self) -> builtins.str:
|
|
269
|
-
'''The port number on which the DB cluster
|
|
273
|
+
'''The port number on which the DB instances in the DB cluster accept connections.
|
|
270
274
|
|
|
271
|
-
|
|
275
|
+
If not specified, the default port used is ``8182`` .
|
|
276
|
+
.. epigraph::
|
|
277
|
+
|
|
278
|
+
This property will soon be deprecated. Please update existing templates to use the new ``DBPort`` property that has the same functionality.
|
|
272
279
|
|
|
273
280
|
:cloudformationAttribute: Port
|
|
274
281
|
'''
|
|
@@ -406,6 +413,19 @@ class CfnDBCluster(
|
|
|
406
413
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
407
414
|
jsii.set(self, "dbInstanceParameterGroupName", value)
|
|
408
415
|
|
|
416
|
+
@builtins.property
|
|
417
|
+
@jsii.member(jsii_name="dbPort")
|
|
418
|
+
def db_port(self) -> typing.Optional[jsii.Number]:
|
|
419
|
+
'''The port number on which the DB instances in the DB cluster accept connections.'''
|
|
420
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "dbPort"))
|
|
421
|
+
|
|
422
|
+
@db_port.setter
|
|
423
|
+
def db_port(self, value: typing.Optional[jsii.Number]) -> None:
|
|
424
|
+
if __debug__:
|
|
425
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b0f0d7bbb91a39632f40ea00c24223e7aa6262064271a96996cf0ea6f670703f)
|
|
426
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
427
|
+
jsii.set(self, "dbPort", value)
|
|
428
|
+
|
|
409
429
|
@builtins.property
|
|
410
430
|
@jsii.member(jsii_name="dbSubnetGroupName")
|
|
411
431
|
def db_subnet_group_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -1151,6 +1171,7 @@ class CfnDBClusterParameterGroupProps:
|
|
|
1151
1171
|
"db_cluster_identifier": "dbClusterIdentifier",
|
|
1152
1172
|
"db_cluster_parameter_group_name": "dbClusterParameterGroupName",
|
|
1153
1173
|
"db_instance_parameter_group_name": "dbInstanceParameterGroupName",
|
|
1174
|
+
"db_port": "dbPort",
|
|
1154
1175
|
"db_subnet_group_name": "dbSubnetGroupName",
|
|
1155
1176
|
"deletion_protection": "deletionProtection",
|
|
1156
1177
|
"enable_cloudwatch_logs_exports": "enableCloudwatchLogsExports",
|
|
@@ -1181,6 +1202,7 @@ class CfnDBClusterProps:
|
|
|
1181
1202
|
db_cluster_identifier: typing.Optional[builtins.str] = None,
|
|
1182
1203
|
db_cluster_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
1183
1204
|
db_instance_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
1205
|
+
db_port: typing.Optional[jsii.Number] = None,
|
|
1184
1206
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
1185
1207
|
deletion_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1186
1208
|
enable_cloudwatch_logs_exports: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -1208,6 +1230,7 @@ class CfnDBClusterProps:
|
|
|
1208
1230
|
:param db_cluster_identifier: Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
|
|
1209
1231
|
:param db_cluster_parameter_group_name: Provides the name of the DB cluster parameter group. An update may require some interruption. See `ModifyDBInstance <https://docs.aws.amazon.com/neptune/latest/userguide/api-instances.html#ModifyDBInstance>`_ in the Amazon Neptune User Guide for more information.
|
|
1210
1232
|
:param db_instance_parameter_group_name: The name of the DB parameter group to apply to all instances of the DB cluster. Used only in case of a major engine version upgrade request Note that when you apply a parameter group using ``DBInstanceParameterGroupName`` , parameter changes are applied immediately, not during the next maintenance window. **Constraints** - The DB parameter group must be in the same DB parameter group family as the target DB cluster version. - The ``DBInstanceParameterGroupName`` parameter is only valid for major engine version upgrades.
|
|
1233
|
+
:param db_port: The port number on which the DB instances in the DB cluster accept connections. If not specified, the default port used is ``8182``. Note: ``Port`` property will soon be deprecated from this resource. Please update existing templates to rename it with new property ``DBPort`` having same functionalities.
|
|
1211
1234
|
:param db_subnet_group_name: Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
|
|
1212
1235
|
:param deletion_protection: Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.
|
|
1213
1236
|
:param enable_cloudwatch_logs_exports: Specifies a list of log types that are enabled for export to CloudWatch Logs.
|
|
@@ -1248,6 +1271,7 @@ class CfnDBClusterProps:
|
|
|
1248
1271
|
db_cluster_identifier="dbClusterIdentifier",
|
|
1249
1272
|
db_cluster_parameter_group_name="dbClusterParameterGroupName",
|
|
1250
1273
|
db_instance_parameter_group_name="dbInstanceParameterGroupName",
|
|
1274
|
+
db_port=123,
|
|
1251
1275
|
db_subnet_group_name="dbSubnetGroupName",
|
|
1252
1276
|
deletion_protection=False,
|
|
1253
1277
|
enable_cloudwatch_logs_exports=["enableCloudwatchLogsExports"],
|
|
@@ -1282,6 +1306,7 @@ class CfnDBClusterProps:
|
|
|
1282
1306
|
check_type(argname="argument db_cluster_identifier", value=db_cluster_identifier, expected_type=type_hints["db_cluster_identifier"])
|
|
1283
1307
|
check_type(argname="argument db_cluster_parameter_group_name", value=db_cluster_parameter_group_name, expected_type=type_hints["db_cluster_parameter_group_name"])
|
|
1284
1308
|
check_type(argname="argument db_instance_parameter_group_name", value=db_instance_parameter_group_name, expected_type=type_hints["db_instance_parameter_group_name"])
|
|
1309
|
+
check_type(argname="argument db_port", value=db_port, expected_type=type_hints["db_port"])
|
|
1285
1310
|
check_type(argname="argument db_subnet_group_name", value=db_subnet_group_name, expected_type=type_hints["db_subnet_group_name"])
|
|
1286
1311
|
check_type(argname="argument deletion_protection", value=deletion_protection, expected_type=type_hints["deletion_protection"])
|
|
1287
1312
|
check_type(argname="argument enable_cloudwatch_logs_exports", value=enable_cloudwatch_logs_exports, expected_type=type_hints["enable_cloudwatch_logs_exports"])
|
|
@@ -1314,6 +1339,8 @@ class CfnDBClusterProps:
|
|
|
1314
1339
|
self._values["db_cluster_parameter_group_name"] = db_cluster_parameter_group_name
|
|
1315
1340
|
if db_instance_parameter_group_name is not None:
|
|
1316
1341
|
self._values["db_instance_parameter_group_name"] = db_instance_parameter_group_name
|
|
1342
|
+
if db_port is not None:
|
|
1343
|
+
self._values["db_port"] = db_port
|
|
1317
1344
|
if db_subnet_group_name is not None:
|
|
1318
1345
|
self._values["db_subnet_group_name"] = db_subnet_group_name
|
|
1319
1346
|
if deletion_protection is not None:
|
|
@@ -1434,6 +1461,19 @@ class CfnDBClusterProps:
|
|
|
1434
1461
|
result = self._values.get("db_instance_parameter_group_name")
|
|
1435
1462
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1436
1463
|
|
|
1464
|
+
@builtins.property
|
|
1465
|
+
def db_port(self) -> typing.Optional[jsii.Number]:
|
|
1466
|
+
'''The port number on which the DB instances in the DB cluster accept connections.
|
|
1467
|
+
|
|
1468
|
+
If not specified, the default port used is ``8182``.
|
|
1469
|
+
|
|
1470
|
+
Note: ``Port`` property will soon be deprecated from this resource. Please update existing templates to rename it with new property ``DBPort`` having same functionalities.
|
|
1471
|
+
|
|
1472
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbport
|
|
1473
|
+
'''
|
|
1474
|
+
result = self._values.get("db_port")
|
|
1475
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1476
|
+
|
|
1437
1477
|
@builtins.property
|
|
1438
1478
|
def db_subnet_group_name(self) -> typing.Optional[builtins.str]:
|
|
1439
1479
|
'''Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
|
|
@@ -2855,6 +2895,7 @@ def _typecheckingstub__c02a97dc4524b23c97bacdafe22108ee784060ff42aa0df4868429383
|
|
|
2855
2895
|
db_cluster_identifier: typing.Optional[builtins.str] = None,
|
|
2856
2896
|
db_cluster_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
2857
2897
|
db_instance_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
2898
|
+
db_port: typing.Optional[jsii.Number] = None,
|
|
2858
2899
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
2859
2900
|
deletion_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2860
2901
|
enable_cloudwatch_logs_exports: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -2930,6 +2971,12 @@ def _typecheckingstub__c186c4614db9be8c852ad3d3c8ab6517035df8439912adcc0e83aaa00
|
|
|
2930
2971
|
"""Type checking stubs"""
|
|
2931
2972
|
pass
|
|
2932
2973
|
|
|
2974
|
+
def _typecheckingstub__b0f0d7bbb91a39632f40ea00c24223e7aa6262064271a96996cf0ea6f670703f(
|
|
2975
|
+
value: typing.Optional[jsii.Number],
|
|
2976
|
+
) -> None:
|
|
2977
|
+
"""Type checking stubs"""
|
|
2978
|
+
pass
|
|
2979
|
+
|
|
2933
2980
|
def _typecheckingstub__39ffff25b642ad83a01dfc91b7ba187a1ae5d3962dacd5760881be5ada216ff6(
|
|
2934
2981
|
value: typing.Optional[builtins.str],
|
|
2935
2982
|
) -> None:
|
|
@@ -3123,6 +3170,7 @@ def _typecheckingstub__88c4bf370341b0e8b113f0ee9d80be6e0b45183ba249011ead676b8c5
|
|
|
3123
3170
|
db_cluster_identifier: typing.Optional[builtins.str] = None,
|
|
3124
3171
|
db_cluster_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
3125
3172
|
db_instance_parameter_group_name: typing.Optional[builtins.str] = None,
|
|
3173
|
+
db_port: typing.Optional[jsii.Number] = None,
|
|
3126
3174
|
db_subnet_group_name: typing.Optional[builtins.str] = None,
|
|
3127
3175
|
deletion_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
3128
3176
|
enable_cloudwatch_logs_exports: typing.Optional[typing.Sequence[builtins.str]] = None,
|
aws_cdk/aws_omics/__init__.py
CHANGED
|
@@ -1223,6 +1223,7 @@ class CfnRunGroup(
|
|
|
1223
1223
|
cfn_run_group = omics.CfnRunGroup(self, "MyCfnRunGroup",
|
|
1224
1224
|
max_cpus=123,
|
|
1225
1225
|
max_duration=123,
|
|
1226
|
+
max_gpus=123,
|
|
1226
1227
|
max_runs=123,
|
|
1227
1228
|
name="name",
|
|
1228
1229
|
tags={
|
|
@@ -1238,6 +1239,7 @@ class CfnRunGroup(
|
|
|
1238
1239
|
*,
|
|
1239
1240
|
max_cpus: typing.Optional[jsii.Number] = None,
|
|
1240
1241
|
max_duration: typing.Optional[jsii.Number] = None,
|
|
1242
|
+
max_gpus: typing.Optional[jsii.Number] = None,
|
|
1241
1243
|
max_runs: typing.Optional[jsii.Number] = None,
|
|
1242
1244
|
name: typing.Optional[builtins.str] = None,
|
|
1243
1245
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -1247,6 +1249,7 @@ class CfnRunGroup(
|
|
|
1247
1249
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1248
1250
|
:param max_cpus: The group's maximum CPU count setting.
|
|
1249
1251
|
:param max_duration: The group's maximum duration setting in minutes.
|
|
1252
|
+
:param max_gpus: The maximum GPUs that can be used by a run group.
|
|
1250
1253
|
:param max_runs: The group's maximum concurrent run setting.
|
|
1251
1254
|
:param name: The group's name.
|
|
1252
1255
|
:param tags: Tags for the group.
|
|
@@ -1258,6 +1261,7 @@ class CfnRunGroup(
|
|
|
1258
1261
|
props = CfnRunGroupProps(
|
|
1259
1262
|
max_cpus=max_cpus,
|
|
1260
1263
|
max_duration=max_duration,
|
|
1264
|
+
max_gpus=max_gpus,
|
|
1261
1265
|
max_runs=max_runs,
|
|
1262
1266
|
name=name,
|
|
1263
1267
|
tags=tags,
|
|
@@ -1359,6 +1363,19 @@ class CfnRunGroup(
|
|
|
1359
1363
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1360
1364
|
jsii.set(self, "maxDuration", value)
|
|
1361
1365
|
|
|
1366
|
+
@builtins.property
|
|
1367
|
+
@jsii.member(jsii_name="maxGpus")
|
|
1368
|
+
def max_gpus(self) -> typing.Optional[jsii.Number]:
|
|
1369
|
+
'''The maximum GPUs that can be used by a run group.'''
|
|
1370
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxGpus"))
|
|
1371
|
+
|
|
1372
|
+
@max_gpus.setter
|
|
1373
|
+
def max_gpus(self, value: typing.Optional[jsii.Number]) -> None:
|
|
1374
|
+
if __debug__:
|
|
1375
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a1884be9d7a33f4597167d89c5fb81946a94d32f6879e4877ffa669c1ef0f4f7)
|
|
1376
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1377
|
+
jsii.set(self, "maxGpus", value)
|
|
1378
|
+
|
|
1362
1379
|
@builtins.property
|
|
1363
1380
|
@jsii.member(jsii_name="maxRuns")
|
|
1364
1381
|
def max_runs(self) -> typing.Optional[jsii.Number]:
|
|
@@ -1408,6 +1425,7 @@ class CfnRunGroup(
|
|
|
1408
1425
|
name_mapping={
|
|
1409
1426
|
"max_cpus": "maxCpus",
|
|
1410
1427
|
"max_duration": "maxDuration",
|
|
1428
|
+
"max_gpus": "maxGpus",
|
|
1411
1429
|
"max_runs": "maxRuns",
|
|
1412
1430
|
"name": "name",
|
|
1413
1431
|
"tags": "tags",
|
|
@@ -1419,6 +1437,7 @@ class CfnRunGroupProps:
|
|
|
1419
1437
|
*,
|
|
1420
1438
|
max_cpus: typing.Optional[jsii.Number] = None,
|
|
1421
1439
|
max_duration: typing.Optional[jsii.Number] = None,
|
|
1440
|
+
max_gpus: typing.Optional[jsii.Number] = None,
|
|
1422
1441
|
max_runs: typing.Optional[jsii.Number] = None,
|
|
1423
1442
|
name: typing.Optional[builtins.str] = None,
|
|
1424
1443
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -1427,6 +1446,7 @@ class CfnRunGroupProps:
|
|
|
1427
1446
|
|
|
1428
1447
|
:param max_cpus: The group's maximum CPU count setting.
|
|
1429
1448
|
:param max_duration: The group's maximum duration setting in minutes.
|
|
1449
|
+
:param max_gpus: The maximum GPUs that can be used by a run group.
|
|
1430
1450
|
:param max_runs: The group's maximum concurrent run setting.
|
|
1431
1451
|
:param name: The group's name.
|
|
1432
1452
|
:param tags: Tags for the group.
|
|
@@ -1443,6 +1463,7 @@ class CfnRunGroupProps:
|
|
|
1443
1463
|
cfn_run_group_props = omics.CfnRunGroupProps(
|
|
1444
1464
|
max_cpus=123,
|
|
1445
1465
|
max_duration=123,
|
|
1466
|
+
max_gpus=123,
|
|
1446
1467
|
max_runs=123,
|
|
1447
1468
|
name="name",
|
|
1448
1469
|
tags={
|
|
@@ -1454,6 +1475,7 @@ class CfnRunGroupProps:
|
|
|
1454
1475
|
type_hints = typing.get_type_hints(_typecheckingstub__0687d84f98238d006185c8fc00317ac96c5244d8d1b550e56fda04cb4eca97f9)
|
|
1455
1476
|
check_type(argname="argument max_cpus", value=max_cpus, expected_type=type_hints["max_cpus"])
|
|
1456
1477
|
check_type(argname="argument max_duration", value=max_duration, expected_type=type_hints["max_duration"])
|
|
1478
|
+
check_type(argname="argument max_gpus", value=max_gpus, expected_type=type_hints["max_gpus"])
|
|
1457
1479
|
check_type(argname="argument max_runs", value=max_runs, expected_type=type_hints["max_runs"])
|
|
1458
1480
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
1459
1481
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -1462,6 +1484,8 @@ class CfnRunGroupProps:
|
|
|
1462
1484
|
self._values["max_cpus"] = max_cpus
|
|
1463
1485
|
if max_duration is not None:
|
|
1464
1486
|
self._values["max_duration"] = max_duration
|
|
1487
|
+
if max_gpus is not None:
|
|
1488
|
+
self._values["max_gpus"] = max_gpus
|
|
1465
1489
|
if max_runs is not None:
|
|
1466
1490
|
self._values["max_runs"] = max_runs
|
|
1467
1491
|
if name is not None:
|
|
@@ -1487,6 +1511,15 @@ class CfnRunGroupProps:
|
|
|
1487
1511
|
result = self._values.get("max_duration")
|
|
1488
1512
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1489
1513
|
|
|
1514
|
+
@builtins.property
|
|
1515
|
+
def max_gpus(self) -> typing.Optional[jsii.Number]:
|
|
1516
|
+
'''The maximum GPUs that can be used by a run group.
|
|
1517
|
+
|
|
1518
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-rungroup.html#cfn-omics-rungroup-maxgpus
|
|
1519
|
+
'''
|
|
1520
|
+
result = self._values.get("max_gpus")
|
|
1521
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1522
|
+
|
|
1490
1523
|
@builtins.property
|
|
1491
1524
|
def max_runs(self) -> typing.Optional[jsii.Number]:
|
|
1492
1525
|
'''The group's maximum concurrent run setting.
|
|
@@ -2479,6 +2512,7 @@ class CfnWorkflow(
|
|
|
2479
2512
|
from aws_cdk import aws_omics as omics
|
|
2480
2513
|
|
|
2481
2514
|
cfn_workflow = omics.CfnWorkflow(self, "MyCfnWorkflow",
|
|
2515
|
+
accelerators="accelerators",
|
|
2482
2516
|
definition_uri="definitionUri",
|
|
2483
2517
|
description="description",
|
|
2484
2518
|
engine="engine",
|
|
@@ -2502,6 +2536,7 @@ class CfnWorkflow(
|
|
|
2502
2536
|
scope: _constructs_77d1e7e8.Construct,
|
|
2503
2537
|
id: builtins.str,
|
|
2504
2538
|
*,
|
|
2539
|
+
accelerators: typing.Optional[builtins.str] = None,
|
|
2505
2540
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
2506
2541
|
description: typing.Optional[builtins.str] = None,
|
|
2507
2542
|
engine: typing.Optional[builtins.str] = None,
|
|
@@ -2514,6 +2549,7 @@ class CfnWorkflow(
|
|
|
2514
2549
|
'''
|
|
2515
2550
|
:param scope: Scope in which this resource is defined.
|
|
2516
2551
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2552
|
+
:param accelerators:
|
|
2517
2553
|
:param definition_uri: The URI of a definition for the workflow.
|
|
2518
2554
|
:param description: The parameter's description.
|
|
2519
2555
|
:param engine: An engine for the workflow.
|
|
@@ -2528,6 +2564,7 @@ class CfnWorkflow(
|
|
|
2528
2564
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2529
2565
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2530
2566
|
props = CfnWorkflowProps(
|
|
2567
|
+
accelerators=accelerators,
|
|
2531
2568
|
definition_uri=definition_uri,
|
|
2532
2569
|
description=description,
|
|
2533
2570
|
engine=engine,
|
|
@@ -2626,6 +2663,18 @@ class CfnWorkflow(
|
|
|
2626
2663
|
'''Tag Manager which manages the tags for this resource.'''
|
|
2627
2664
|
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "tags"))
|
|
2628
2665
|
|
|
2666
|
+
@builtins.property
|
|
2667
|
+
@jsii.member(jsii_name="accelerators")
|
|
2668
|
+
def accelerators(self) -> typing.Optional[builtins.str]:
|
|
2669
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "accelerators"))
|
|
2670
|
+
|
|
2671
|
+
@accelerators.setter
|
|
2672
|
+
def accelerators(self, value: typing.Optional[builtins.str]) -> None:
|
|
2673
|
+
if __debug__:
|
|
2674
|
+
type_hints = typing.get_type_hints(_typecheckingstub__286f71b00d1993ebc792c6e260606dac95cf17ec599b45b4cb2111b4ca57a0fe)
|
|
2675
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2676
|
+
jsii.set(self, "accelerators", value)
|
|
2677
|
+
|
|
2629
2678
|
@builtins.property
|
|
2630
2679
|
@jsii.member(jsii_name="definitionUri")
|
|
2631
2680
|
def definition_uri(self) -> typing.Optional[builtins.str]:
|
|
@@ -2815,6 +2864,7 @@ class CfnWorkflow(
|
|
|
2815
2864
|
jsii_type="aws-cdk-lib.aws_omics.CfnWorkflowProps",
|
|
2816
2865
|
jsii_struct_bases=[],
|
|
2817
2866
|
name_mapping={
|
|
2867
|
+
"accelerators": "accelerators",
|
|
2818
2868
|
"definition_uri": "definitionUri",
|
|
2819
2869
|
"description": "description",
|
|
2820
2870
|
"engine": "engine",
|
|
@@ -2829,6 +2879,7 @@ class CfnWorkflowProps:
|
|
|
2829
2879
|
def __init__(
|
|
2830
2880
|
self,
|
|
2831
2881
|
*,
|
|
2882
|
+
accelerators: typing.Optional[builtins.str] = None,
|
|
2832
2883
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
2833
2884
|
description: typing.Optional[builtins.str] = None,
|
|
2834
2885
|
engine: typing.Optional[builtins.str] = None,
|
|
@@ -2840,6 +2891,7 @@ class CfnWorkflowProps:
|
|
|
2840
2891
|
) -> None:
|
|
2841
2892
|
'''Properties for defining a ``CfnWorkflow``.
|
|
2842
2893
|
|
|
2894
|
+
:param accelerators:
|
|
2843
2895
|
:param definition_uri: The URI of a definition for the workflow.
|
|
2844
2896
|
:param description: The parameter's description.
|
|
2845
2897
|
:param engine: An engine for the workflow.
|
|
@@ -2859,6 +2911,7 @@ class CfnWorkflowProps:
|
|
|
2859
2911
|
from aws_cdk import aws_omics as omics
|
|
2860
2912
|
|
|
2861
2913
|
cfn_workflow_props = omics.CfnWorkflowProps(
|
|
2914
|
+
accelerators="accelerators",
|
|
2862
2915
|
definition_uri="definitionUri",
|
|
2863
2916
|
description="description",
|
|
2864
2917
|
engine="engine",
|
|
@@ -2878,6 +2931,7 @@ class CfnWorkflowProps:
|
|
|
2878
2931
|
'''
|
|
2879
2932
|
if __debug__:
|
|
2880
2933
|
type_hints = typing.get_type_hints(_typecheckingstub__09bedca50200dd06a4bbe4bb6135e76dacff76287249f3d28b8f285f8205f173)
|
|
2934
|
+
check_type(argname="argument accelerators", value=accelerators, expected_type=type_hints["accelerators"])
|
|
2881
2935
|
check_type(argname="argument definition_uri", value=definition_uri, expected_type=type_hints["definition_uri"])
|
|
2882
2936
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
2883
2937
|
check_type(argname="argument engine", value=engine, expected_type=type_hints["engine"])
|
|
@@ -2887,6 +2941,8 @@ class CfnWorkflowProps:
|
|
|
2887
2941
|
check_type(argname="argument storage_capacity", value=storage_capacity, expected_type=type_hints["storage_capacity"])
|
|
2888
2942
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
2889
2943
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2944
|
+
if accelerators is not None:
|
|
2945
|
+
self._values["accelerators"] = accelerators
|
|
2890
2946
|
if definition_uri is not None:
|
|
2891
2947
|
self._values["definition_uri"] = definition_uri
|
|
2892
2948
|
if description is not None:
|
|
@@ -2904,6 +2960,14 @@ class CfnWorkflowProps:
|
|
|
2904
2960
|
if tags is not None:
|
|
2905
2961
|
self._values["tags"] = tags
|
|
2906
2962
|
|
|
2963
|
+
@builtins.property
|
|
2964
|
+
def accelerators(self) -> typing.Optional[builtins.str]:
|
|
2965
|
+
'''
|
|
2966
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-accelerators
|
|
2967
|
+
'''
|
|
2968
|
+
result = self._values.get("accelerators")
|
|
2969
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2970
|
+
|
|
2907
2971
|
@builtins.property
|
|
2908
2972
|
def definition_uri(self) -> typing.Optional[builtins.str]:
|
|
2909
2973
|
'''The URI of a definition for the workflow.
|
|
@@ -3192,6 +3256,7 @@ def _typecheckingstub__5d92bdf2175b79063decd2ff3bbf2745e423b61fa98f3bf6b832b7632
|
|
|
3192
3256
|
*,
|
|
3193
3257
|
max_cpus: typing.Optional[jsii.Number] = None,
|
|
3194
3258
|
max_duration: typing.Optional[jsii.Number] = None,
|
|
3259
|
+
max_gpus: typing.Optional[jsii.Number] = None,
|
|
3195
3260
|
max_runs: typing.Optional[jsii.Number] = None,
|
|
3196
3261
|
name: typing.Optional[builtins.str] = None,
|
|
3197
3262
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -3223,6 +3288,12 @@ def _typecheckingstub__6aa9c45084b47d1e497a843bdc464ca31516a118303fa388c0f5db7b5
|
|
|
3223
3288
|
"""Type checking stubs"""
|
|
3224
3289
|
pass
|
|
3225
3290
|
|
|
3291
|
+
def _typecheckingstub__a1884be9d7a33f4597167d89c5fb81946a94d32f6879e4877ffa669c1ef0f4f7(
|
|
3292
|
+
value: typing.Optional[jsii.Number],
|
|
3293
|
+
) -> None:
|
|
3294
|
+
"""Type checking stubs"""
|
|
3295
|
+
pass
|
|
3296
|
+
|
|
3226
3297
|
def _typecheckingstub__235fda5a64dcc62cd14ad311c90dce78abbc930ce336e74e69a63f027c84b0c0(
|
|
3227
3298
|
value: typing.Optional[jsii.Number],
|
|
3228
3299
|
) -> None:
|
|
@@ -3245,6 +3316,7 @@ def _typecheckingstub__0687d84f98238d006185c8fc00317ac96c5244d8d1b550e56fda04cb4
|
|
|
3245
3316
|
*,
|
|
3246
3317
|
max_cpus: typing.Optional[jsii.Number] = None,
|
|
3247
3318
|
max_duration: typing.Optional[jsii.Number] = None,
|
|
3319
|
+
max_gpus: typing.Optional[jsii.Number] = None,
|
|
3248
3320
|
max_runs: typing.Optional[jsii.Number] = None,
|
|
3249
3321
|
name: typing.Optional[builtins.str] = None,
|
|
3250
3322
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
@@ -3411,6 +3483,7 @@ def _typecheckingstub__b2d05cb293836959a925b22dbe1861bc4457d2d510bd3a480ae858ea9
|
|
|
3411
3483
|
scope: _constructs_77d1e7e8.Construct,
|
|
3412
3484
|
id: builtins.str,
|
|
3413
3485
|
*,
|
|
3486
|
+
accelerators: typing.Optional[builtins.str] = None,
|
|
3414
3487
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
3415
3488
|
description: typing.Optional[builtins.str] = None,
|
|
3416
3489
|
engine: typing.Optional[builtins.str] = None,
|
|
@@ -3435,6 +3508,12 @@ def _typecheckingstub__f3d18757469eec460375791b428b2b2a8ebd5be703fbc705cb706233f
|
|
|
3435
3508
|
"""Type checking stubs"""
|
|
3436
3509
|
pass
|
|
3437
3510
|
|
|
3511
|
+
def _typecheckingstub__286f71b00d1993ebc792c6e260606dac95cf17ec599b45b4cb2111b4ca57a0fe(
|
|
3512
|
+
value: typing.Optional[builtins.str],
|
|
3513
|
+
) -> None:
|
|
3514
|
+
"""Type checking stubs"""
|
|
3515
|
+
pass
|
|
3516
|
+
|
|
3438
3517
|
def _typecheckingstub__cc102140c3b77bda25eda4edac3ddf245628b20791c9053f2a901ded02c9b780(
|
|
3439
3518
|
value: typing.Optional[builtins.str],
|
|
3440
3519
|
) -> None:
|
|
@@ -3493,6 +3572,7 @@ def _typecheckingstub__beb0e924d2102ff644fd2da920cdd60f013b66e8285db8ffc0ce774a6
|
|
|
3493
3572
|
|
|
3494
3573
|
def _typecheckingstub__09bedca50200dd06a4bbe4bb6135e76dacff76287249f3d28b8f285f8205f173(
|
|
3495
3574
|
*,
|
|
3575
|
+
accelerators: typing.Optional[builtins.str] = None,
|
|
3496
3576
|
definition_uri: typing.Optional[builtins.str] = None,
|
|
3497
3577
|
description: typing.Optional[builtins.str] = None,
|
|
3498
3578
|
engine: typing.Optional[builtins.str] = None,
|
|
@@ -358,7 +358,7 @@ class CfnCollection(
|
|
|
358
358
|
:param name: The name of the collection. Collection names must meet the following criteria: - Starts with a lowercase letter - Unique to your account and AWS Region - Contains between 3 and 28 characters - Contains only lowercase letters a-z, the numbers 0-9, and the hyphen (-)
|
|
359
359
|
:param description: A description of the collection.
|
|
360
360
|
:param tags: An arbitrary set of tags (key–value pairs) to associate with the collection. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
361
|
-
:param type: The type of collection. Possible values are ``SEARCH``
|
|
361
|
+
:param type: The type of collection. Possible values are ``SEARCH`` , ``TIMESERIES`` , and ``VECTORSEARCH`` . For more information, see `Choosing a collection type <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-usecase>`_ .
|
|
362
362
|
'''
|
|
363
363
|
if __debug__:
|
|
364
364
|
type_hints = typing.get_type_hints(_typecheckingstub__14f72b773d506ce15b59731aeb24f2f4a877a32d31af6ebf57a32ce707e0cb16)
|
|
@@ -532,7 +532,7 @@ class CfnCollectionProps:
|
|
|
532
532
|
:param name: The name of the collection. Collection names must meet the following criteria: - Starts with a lowercase letter - Unique to your account and AWS Region - Contains between 3 and 28 characters - Contains only lowercase letters a-z, the numbers 0-9, and the hyphen (-)
|
|
533
533
|
:param description: A description of the collection.
|
|
534
534
|
:param tags: An arbitrary set of tags (key–value pairs) to associate with the collection. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
535
|
-
:param type: The type of collection. Possible values are ``SEARCH``
|
|
535
|
+
:param type: The type of collection. Possible values are ``SEARCH`` , ``TIMESERIES`` , and ``VECTORSEARCH`` . For more information, see `Choosing a collection type <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-usecase>`_ .
|
|
536
536
|
|
|
537
537
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html
|
|
538
538
|
:exampleMetadata: fixture=_generated
|
|
@@ -612,7 +612,7 @@ class CfnCollectionProps:
|
|
|
612
612
|
def type(self) -> typing.Optional[builtins.str]:
|
|
613
613
|
'''The type of collection.
|
|
614
614
|
|
|
615
|
-
Possible values are ``SEARCH``
|
|
615
|
+
Possible values are ``SEARCH`` , ``TIMESERIES`` , and ``VECTORSEARCH`` . For more information, see `Choosing a collection type <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-usecase>`_ .
|
|
616
616
|
|
|
617
617
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html#cfn-opensearchserverless-collection-type
|
|
618
618
|
'''
|