aws-cdk-lib 2.186.0__py3-none-any.whl → 2.187.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 +281 -116
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.186.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +124 -0
- aws_cdk/aws_apigateway/__init__.py +48 -2
- aws_cdk/aws_appsync/__init__.py +14 -5
- aws_cdk/aws_bedrock/__init__.py +32 -22
- aws_cdk/aws_cassandra/__init__.py +2 -2
- aws_cdk/aws_cloudfront/__init__.py +11 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codebuild/__init__.py +9 -0
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_datazone/__init__.py +287 -226
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +154 -12
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +51 -0
- aws_cdk/aws_eks/__init__.py +114 -0
- aws_cdk/aws_events/__init__.py +8 -11
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +6 -6
- aws_cdk/aws_identitystore/__init__.py +16 -16
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +105 -4
- aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +981 -5
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +44 -0
- aws_cdk/aws_omics/__init__.py +216 -0
- aws_cdk/aws_quicksight/__init__.py +244 -39
- aws_cdk/aws_rds/__init__.py +102 -10
- aws_cdk/aws_route53/__init__.py +2 -2
- aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +6 -4
- aws_cdk/aws_scheduler_targets/__init__.py +4 -16
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_stepfunctions/__init__.py +23 -17
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
- aws_cdk/aws_wafv2/__init__.py +464 -1138
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +15 -0
- aws_cdk/pipelines/__init__.py +20 -2
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +62 -62
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.186.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_mwaa/__init__.py
CHANGED
|
@@ -185,10 +185,10 @@ class CfnEnvironment(
|
|
|
185
185
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
186
186
|
:param name: The name of your Amazon MWAA environment.
|
|
187
187
|
: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>`_ .
|
|
188
|
-
: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* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` (latest)
|
|
188
|
+
: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* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` (latest)
|
|
189
189
|
: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>`_ .
|
|
190
190
|
:param endpoint_management: Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA. If set to ``SERVICE`` , Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to ``CUSTOMER`` , you must create, and manage, the VPC endpoints in your VPC.
|
|
191
|
-
: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>`_ .
|
|
191
|
+
:param environment_class: The environment class type. Valid values: ``mw1.micro`` , ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` , ``mw1.1large`` , and ``mw1.2large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
192
192
|
: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>`_ .
|
|
193
193
|
:param kms_key: The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment. You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
|
|
194
194
|
:param logging_configuration: The Apache Airflow logs being sent to CloudWatch Logs: ``DagProcessingLogs`` , ``SchedulerLogs`` , ``TaskLogs`` , ``WebserverLogs`` , ``WorkerLogs`` .
|
|
@@ -201,7 +201,7 @@ class CfnEnvironment(
|
|
|
201
201
|
:param plugins_s3_path: The relative path to the ``plugins.zip`` file on your Amazon S3 bucket. For example, ``plugins.zip`` . To learn more, see `Installing custom plugins <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html>`_ .
|
|
202
202
|
:param requirements_s3_object_version: The version of the requirements.txt file on your Amazon S3 bucket. To learn more, see `Installing Python dependencies <https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html>`_ .
|
|
203
203
|
:param requirements_s3_path: The relative path to the ``requirements.txt`` file on your Amazon S3 bucket. For example, ``requirements.txt`` . To learn more, see `Installing Python dependencies <https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html>`_ .
|
|
204
|
-
:param schedulers: The number of schedulers that you want to run in your environment. Valid values:. - *v2* -
|
|
204
|
+
:param schedulers: The number of schedulers that you want to run in your environment. Valid values:. - *v2* - For environments larger than mw1.micro, accepts values from 2 to 5. Defaults to 2 for all environment sizes except mw1.micro, which defaults to 1. - *v1* - Accepts 1.
|
|
205
205
|
: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>`_ .
|
|
206
206
|
: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>`_ .
|
|
207
207
|
: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>`_ .
|
|
@@ -1128,10 +1128,10 @@ class CfnEnvironmentProps:
|
|
|
1128
1128
|
|
|
1129
1129
|
:param name: The name of your Amazon MWAA environment.
|
|
1130
1130
|
: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>`_ .
|
|
1131
|
-
: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* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` (latest)
|
|
1131
|
+
: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* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` (latest)
|
|
1132
1132
|
: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>`_ .
|
|
1133
1133
|
:param endpoint_management: Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA. If set to ``SERVICE`` , Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to ``CUSTOMER`` , you must create, and manage, the VPC endpoints in your VPC.
|
|
1134
|
-
: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>`_ .
|
|
1134
|
+
:param environment_class: The environment class type. Valid values: ``mw1.micro`` , ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` , ``mw1.1large`` , and ``mw1.2large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
1135
1135
|
: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>`_ .
|
|
1136
1136
|
:param kms_key: The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment. You can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
|
|
1137
1137
|
:param logging_configuration: The Apache Airflow logs being sent to CloudWatch Logs: ``DagProcessingLogs`` , ``SchedulerLogs`` , ``TaskLogs`` , ``WebserverLogs`` , ``WorkerLogs`` .
|
|
@@ -1144,7 +1144,7 @@ class CfnEnvironmentProps:
|
|
|
1144
1144
|
:param plugins_s3_path: The relative path to the ``plugins.zip`` file on your Amazon S3 bucket. For example, ``plugins.zip`` . To learn more, see `Installing custom plugins <https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html>`_ .
|
|
1145
1145
|
:param requirements_s3_object_version: The version of the requirements.txt file on your Amazon S3 bucket. To learn more, see `Installing Python dependencies <https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html>`_ .
|
|
1146
1146
|
:param requirements_s3_path: The relative path to the ``requirements.txt`` file on your Amazon S3 bucket. For example, ``requirements.txt`` . To learn more, see `Installing Python dependencies <https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html>`_ .
|
|
1147
|
-
:param schedulers: The number of schedulers that you want to run in your environment. Valid values:. - *v2* -
|
|
1147
|
+
:param schedulers: The number of schedulers that you want to run in your environment. Valid values:. - *v2* - For environments larger than mw1.micro, accepts values from 2 to 5. Defaults to 2 for all environment sizes except mw1.micro, which defaults to 1. - *v1* - Accepts 1.
|
|
1148
1148
|
: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>`_ .
|
|
1149
1149
|
: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>`_ .
|
|
1150
1150
|
: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>`_ .
|
|
@@ -1331,7 +1331,7 @@ class CfnEnvironmentProps:
|
|
|
1331
1331
|
|
|
1332
1332
|
If you specify a newer version number for an existing environment, the version update requires some service interruption before taking effect.
|
|
1333
1333
|
|
|
1334
|
-
*Allowed Values* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` (latest)
|
|
1334
|
+
*Allowed Values* : ``1.10.12`` | ``2.0.2`` | ``2.2.2`` | ``2.4.3`` | ``2.5.1`` | ``2.6.3`` | ``2.7.2`` | ``2.8.1`` | ``2.9.2`` | ``2.10.1`` (latest)
|
|
1335
1335
|
|
|
1336
1336
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-airflowversion
|
|
1337
1337
|
'''
|
|
@@ -1364,7 +1364,7 @@ class CfnEnvironmentProps:
|
|
|
1364
1364
|
def environment_class(self) -> typing.Optional[builtins.str]:
|
|
1365
1365
|
'''The environment class type.
|
|
1366
1366
|
|
|
1367
|
-
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>`_ .
|
|
1367
|
+
Valid values: ``mw1.micro`` , ``mw1.small`` , ``mw1.medium`` , ``mw1.large`` , ``mw1.1large`` , and ``mw1.2large`` . To learn more, see `Amazon MWAA environment class <https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html>`_ .
|
|
1368
1368
|
|
|
1369
1369
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-environmentclass
|
|
1370
1370
|
'''
|
|
@@ -1505,7 +1505,7 @@ class CfnEnvironmentProps:
|
|
|
1505
1505
|
def schedulers(self) -> typing.Optional[jsii.Number]:
|
|
1506
1506
|
'''The number of schedulers that you want to run in your environment. Valid values:.
|
|
1507
1507
|
|
|
1508
|
-
- *v2* -
|
|
1508
|
+
- *v2* - For environments larger than mw1.micro, accepts values from 2 to 5. Defaults to 2 for all environment sizes except mw1.micro, which defaults to 1.
|
|
1509
1509
|
- *v1* - Accepts 1.
|
|
1510
1510
|
|
|
1511
1511
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mwaa-environment.html#cfn-mwaa-environment-schedulers
|
|
@@ -104,6 +104,7 @@ class CfnFirewall(
|
|
|
104
104
|
# the properties below are optional
|
|
105
105
|
delete_protection=False,
|
|
106
106
|
description="description",
|
|
107
|
+
enabled_analysis_types=["enabledAnalysisTypes"],
|
|
107
108
|
firewall_policy_change_protection=False,
|
|
108
109
|
subnet_change_protection=False,
|
|
109
110
|
tags=[CfnTag(
|
|
@@ -124,6 +125,7 @@ class CfnFirewall(
|
|
|
124
125
|
vpc_id: builtins.str,
|
|
125
126
|
delete_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
126
127
|
description: typing.Optional[builtins.str] = None,
|
|
128
|
+
enabled_analysis_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
127
129
|
firewall_policy_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
128
130
|
subnet_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
129
131
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -137,6 +139,7 @@ class CfnFirewall(
|
|
|
137
139
|
:param vpc_id: The unique identifier of the VPC where the firewall is in use. You can't change the VPC of a firewall after you create the firewall.
|
|
138
140
|
:param delete_protection: A flag indicating whether it is possible to delete the firewall. A setting of ``TRUE`` indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to ``TRUE`` .
|
|
139
141
|
:param description: A description of the firewall.
|
|
142
|
+
:param enabled_analysis_types: An optional setting indicating the specific traffic analysis types to enable on the firewall.
|
|
140
143
|
:param firewall_policy_change_protection: A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to ``TRUE`` .
|
|
141
144
|
:param subnet_change_protection: A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to ``TRUE`` .
|
|
142
145
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
@@ -152,6 +155,7 @@ class CfnFirewall(
|
|
|
152
155
|
vpc_id=vpc_id,
|
|
153
156
|
delete_protection=delete_protection,
|
|
154
157
|
description=description,
|
|
158
|
+
enabled_analysis_types=enabled_analysis_types,
|
|
155
159
|
firewall_policy_change_protection=firewall_policy_change_protection,
|
|
156
160
|
subnet_change_protection=subnet_change_protection,
|
|
157
161
|
tags=tags,
|
|
@@ -317,6 +321,22 @@ class CfnFirewall(
|
|
|
317
321
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
318
322
|
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
319
323
|
|
|
324
|
+
@builtins.property
|
|
325
|
+
@jsii.member(jsii_name="enabledAnalysisTypes")
|
|
326
|
+
def enabled_analysis_types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
327
|
+
'''An optional setting indicating the specific traffic analysis types to enable on the firewall.'''
|
|
328
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "enabledAnalysisTypes"))
|
|
329
|
+
|
|
330
|
+
@enabled_analysis_types.setter
|
|
331
|
+
def enabled_analysis_types(
|
|
332
|
+
self,
|
|
333
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
334
|
+
) -> None:
|
|
335
|
+
if __debug__:
|
|
336
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dfc5ed44d930f34c8aab89f35a98f79157366d4a6307eb58bfc63ed737000a53)
|
|
337
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
338
|
+
jsii.set(self, "enabledAnalysisTypes", value) # pyright: ignore[reportArgumentType]
|
|
339
|
+
|
|
320
340
|
@builtins.property
|
|
321
341
|
@jsii.member(jsii_name="firewallPolicyChangeProtection")
|
|
322
342
|
def firewall_policy_change_protection(
|
|
@@ -1891,6 +1911,7 @@ class CfnFirewallPolicyProps:
|
|
|
1891
1911
|
"vpc_id": "vpcId",
|
|
1892
1912
|
"delete_protection": "deleteProtection",
|
|
1893
1913
|
"description": "description",
|
|
1914
|
+
"enabled_analysis_types": "enabledAnalysisTypes",
|
|
1894
1915
|
"firewall_policy_change_protection": "firewallPolicyChangeProtection",
|
|
1895
1916
|
"subnet_change_protection": "subnetChangeProtection",
|
|
1896
1917
|
"tags": "tags",
|
|
@@ -1906,6 +1927,7 @@ class CfnFirewallProps:
|
|
|
1906
1927
|
vpc_id: builtins.str,
|
|
1907
1928
|
delete_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1908
1929
|
description: typing.Optional[builtins.str] = None,
|
|
1930
|
+
enabled_analysis_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1909
1931
|
firewall_policy_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1910
1932
|
subnet_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1911
1933
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1918,6 +1940,7 @@ class CfnFirewallProps:
|
|
|
1918
1940
|
:param vpc_id: The unique identifier of the VPC where the firewall is in use. You can't change the VPC of a firewall after you create the firewall.
|
|
1919
1941
|
:param delete_protection: A flag indicating whether it is possible to delete the firewall. A setting of ``TRUE`` indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to ``TRUE`` .
|
|
1920
1942
|
:param description: A description of the firewall.
|
|
1943
|
+
:param enabled_analysis_types: An optional setting indicating the specific traffic analysis types to enable on the firewall.
|
|
1921
1944
|
:param firewall_policy_change_protection: A setting indicating whether the firewall is protected against a change to the firewall policy association. Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to ``TRUE`` .
|
|
1922
1945
|
:param subnet_change_protection: A setting indicating whether the firewall is protected against changes to the subnet associations. Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to ``TRUE`` .
|
|
1923
1946
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
@@ -1945,6 +1968,7 @@ class CfnFirewallProps:
|
|
|
1945
1968
|
# the properties below are optional
|
|
1946
1969
|
delete_protection=False,
|
|
1947
1970
|
description="description",
|
|
1971
|
+
enabled_analysis_types=["enabledAnalysisTypes"],
|
|
1948
1972
|
firewall_policy_change_protection=False,
|
|
1949
1973
|
subnet_change_protection=False,
|
|
1950
1974
|
tags=[CfnTag(
|
|
@@ -1961,6 +1985,7 @@ class CfnFirewallProps:
|
|
|
1961
1985
|
check_type(argname="argument vpc_id", value=vpc_id, expected_type=type_hints["vpc_id"])
|
|
1962
1986
|
check_type(argname="argument delete_protection", value=delete_protection, expected_type=type_hints["delete_protection"])
|
|
1963
1987
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
1988
|
+
check_type(argname="argument enabled_analysis_types", value=enabled_analysis_types, expected_type=type_hints["enabled_analysis_types"])
|
|
1964
1989
|
check_type(argname="argument firewall_policy_change_protection", value=firewall_policy_change_protection, expected_type=type_hints["firewall_policy_change_protection"])
|
|
1965
1990
|
check_type(argname="argument subnet_change_protection", value=subnet_change_protection, expected_type=type_hints["subnet_change_protection"])
|
|
1966
1991
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -1974,6 +1999,8 @@ class CfnFirewallProps:
|
|
|
1974
1999
|
self._values["delete_protection"] = delete_protection
|
|
1975
2000
|
if description is not None:
|
|
1976
2001
|
self._values["description"] = description
|
|
2002
|
+
if enabled_analysis_types is not None:
|
|
2003
|
+
self._values["enabled_analysis_types"] = enabled_analysis_types
|
|
1977
2004
|
if firewall_policy_change_protection is not None:
|
|
1978
2005
|
self._values["firewall_policy_change_protection"] = firewall_policy_change_protection
|
|
1979
2006
|
if subnet_change_protection is not None:
|
|
@@ -2053,6 +2080,15 @@ class CfnFirewallProps:
|
|
|
2053
2080
|
result = self._values.get("description")
|
|
2054
2081
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2055
2082
|
|
|
2083
|
+
@builtins.property
|
|
2084
|
+
def enabled_analysis_types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2085
|
+
'''An optional setting indicating the specific traffic analysis types to enable on the firewall.
|
|
2086
|
+
|
|
2087
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-enabledanalysistypes
|
|
2088
|
+
'''
|
|
2089
|
+
result = self._values.get("enabled_analysis_types")
|
|
2090
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2091
|
+
|
|
2056
2092
|
@builtins.property
|
|
2057
2093
|
def firewall_policy_change_protection(
|
|
2058
2094
|
self,
|
|
@@ -6419,6 +6455,7 @@ def _typecheckingstub__8735e4ce7e79159823190ad059af802b7721b71930c6b4b8805c4676b
|
|
|
6419
6455
|
vpc_id: builtins.str,
|
|
6420
6456
|
delete_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6421
6457
|
description: typing.Optional[builtins.str] = None,
|
|
6458
|
+
enabled_analysis_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6422
6459
|
firewall_policy_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6423
6460
|
subnet_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6424
6461
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -6474,6 +6511,12 @@ def _typecheckingstub__fea0349bbbe56acfbf8d2e11ce10cdd2221eb418df0a6df3602174f80
|
|
|
6474
6511
|
"""Type checking stubs"""
|
|
6475
6512
|
pass
|
|
6476
6513
|
|
|
6514
|
+
def _typecheckingstub__dfc5ed44d930f34c8aab89f35a98f79157366d4a6307eb58bfc63ed737000a53(
|
|
6515
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
6516
|
+
) -> None:
|
|
6517
|
+
"""Type checking stubs"""
|
|
6518
|
+
pass
|
|
6519
|
+
|
|
6477
6520
|
def _typecheckingstub__ee50239d13ab311a798770d372dccb418872f67c3e07c873f5d87e11df129a35(
|
|
6478
6521
|
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
6479
6522
|
) -> None:
|
|
@@ -6664,6 +6707,7 @@ def _typecheckingstub__8d4108d5c35b1608da0d36c8bb60f52501d3b0634ca4324342a71c57b
|
|
|
6664
6707
|
vpc_id: builtins.str,
|
|
6665
6708
|
delete_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6666
6709
|
description: typing.Optional[builtins.str] = None,
|
|
6710
|
+
enabled_analysis_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6667
6711
|
firewall_policy_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6668
6712
|
subnet_change_protection: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
6669
6713
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
aws_cdk/aws_omics/__init__.py
CHANGED
|
@@ -1598,12 +1598,18 @@ class CfnSequenceStore(
|
|
|
1598
1598
|
# The values are placeholders you should change.
|
|
1599
1599
|
from aws_cdk import aws_omics as omics
|
|
1600
1600
|
|
|
1601
|
+
# s3_access_policy: Any
|
|
1602
|
+
|
|
1601
1603
|
cfn_sequence_store = omics.CfnSequenceStore(self, "MyCfnSequenceStore",
|
|
1602
1604
|
name="name",
|
|
1603
1605
|
|
|
1604
1606
|
# the properties below are optional
|
|
1607
|
+
access_log_location="accessLogLocation",
|
|
1605
1608
|
description="description",
|
|
1609
|
+
e_tag_algorithm_family="eTagAlgorithmFamily",
|
|
1606
1610
|
fallback_location="fallbackLocation",
|
|
1611
|
+
propagated_set_level_tags=["propagatedSetLevelTags"],
|
|
1612
|
+
s3_access_policy=s3_access_policy,
|
|
1607
1613
|
sse_config=omics.CfnSequenceStore.SseConfigProperty(
|
|
1608
1614
|
type="type",
|
|
1609
1615
|
|
|
@@ -1622,8 +1628,12 @@ class CfnSequenceStore(
|
|
|
1622
1628
|
id: builtins.str,
|
|
1623
1629
|
*,
|
|
1624
1630
|
name: builtins.str,
|
|
1631
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
1625
1632
|
description: typing.Optional[builtins.str] = None,
|
|
1633
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
1626
1634
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
1635
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1636
|
+
s3_access_policy: typing.Any = None,
|
|
1627
1637
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSequenceStore.SseConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1628
1638
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1629
1639
|
) -> None:
|
|
@@ -1631,8 +1641,12 @@ class CfnSequenceStore(
|
|
|
1631
1641
|
:param scope: Scope in which this resource is defined.
|
|
1632
1642
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1633
1643
|
:param name: A name for the store.
|
|
1644
|
+
:param access_log_location: Location of the access logs.
|
|
1634
1645
|
:param description: A description for the store.
|
|
1646
|
+
:param e_tag_algorithm_family: The algorithm family of the ETag.
|
|
1635
1647
|
:param fallback_location: An S3 location that is used to store files that have failed a direct upload.
|
|
1648
|
+
:param propagated_set_level_tags: The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
|
1649
|
+
:param s3_access_policy: The resource policy that controls S3 access on the store.
|
|
1636
1650
|
:param sse_config: Server-side encryption (SSE) settings for the store.
|
|
1637
1651
|
:param tags: Tags for the store.
|
|
1638
1652
|
'''
|
|
@@ -1642,8 +1656,12 @@ class CfnSequenceStore(
|
|
|
1642
1656
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1643
1657
|
props = CfnSequenceStoreProps(
|
|
1644
1658
|
name=name,
|
|
1659
|
+
access_log_location=access_log_location,
|
|
1645
1660
|
description=description,
|
|
1661
|
+
e_tag_algorithm_family=e_tag_algorithm_family,
|
|
1646
1662
|
fallback_location=fallback_location,
|
|
1663
|
+
propagated_set_level_tags=propagated_set_level_tags,
|
|
1664
|
+
s3_access_policy=s3_access_policy,
|
|
1647
1665
|
sse_config=sse_config,
|
|
1648
1666
|
tags=tags,
|
|
1649
1667
|
)
|
|
@@ -1698,6 +1716,24 @@ class CfnSequenceStore(
|
|
|
1698
1716
|
'''
|
|
1699
1717
|
return typing.cast(builtins.str, jsii.get(self, "attrCreationTime"))
|
|
1700
1718
|
|
|
1719
|
+
@builtins.property
|
|
1720
|
+
@jsii.member(jsii_name="attrS3AccessPointArn")
|
|
1721
|
+
def attr_s3_access_point_arn(self) -> builtins.str:
|
|
1722
|
+
'''This is ARN of the access point associated with the S3 bucket storing read sets.
|
|
1723
|
+
|
|
1724
|
+
:cloudformationAttribute: S3AccessPointArn
|
|
1725
|
+
'''
|
|
1726
|
+
return typing.cast(builtins.str, jsii.get(self, "attrS3AccessPointArn"))
|
|
1727
|
+
|
|
1728
|
+
@builtins.property
|
|
1729
|
+
@jsii.member(jsii_name="attrS3Uri")
|
|
1730
|
+
def attr_s3_uri(self) -> builtins.str:
|
|
1731
|
+
'''The S3 URI of the sequence store.
|
|
1732
|
+
|
|
1733
|
+
:cloudformationAttribute: S3Uri
|
|
1734
|
+
'''
|
|
1735
|
+
return typing.cast(builtins.str, jsii.get(self, "attrS3Uri"))
|
|
1736
|
+
|
|
1701
1737
|
@builtins.property
|
|
1702
1738
|
@jsii.member(jsii_name="attrSequenceStoreId")
|
|
1703
1739
|
def attr_sequence_store_id(self) -> builtins.str:
|
|
@@ -1707,6 +1743,33 @@ class CfnSequenceStore(
|
|
|
1707
1743
|
'''
|
|
1708
1744
|
return typing.cast(builtins.str, jsii.get(self, "attrSequenceStoreId"))
|
|
1709
1745
|
|
|
1746
|
+
@builtins.property
|
|
1747
|
+
@jsii.member(jsii_name="attrStatus")
|
|
1748
|
+
def attr_status(self) -> builtins.str:
|
|
1749
|
+
'''Status of the sequence store.
|
|
1750
|
+
|
|
1751
|
+
:cloudformationAttribute: Status
|
|
1752
|
+
'''
|
|
1753
|
+
return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
|
|
1754
|
+
|
|
1755
|
+
@builtins.property
|
|
1756
|
+
@jsii.member(jsii_name="attrStatusMessage")
|
|
1757
|
+
def attr_status_message(self) -> builtins.str:
|
|
1758
|
+
'''The status message of the sequence store.
|
|
1759
|
+
|
|
1760
|
+
:cloudformationAttribute: StatusMessage
|
|
1761
|
+
'''
|
|
1762
|
+
return typing.cast(builtins.str, jsii.get(self, "attrStatusMessage"))
|
|
1763
|
+
|
|
1764
|
+
@builtins.property
|
|
1765
|
+
@jsii.member(jsii_name="attrUpdateTime")
|
|
1766
|
+
def attr_update_time(self) -> builtins.str:
|
|
1767
|
+
'''The last-updated time of the Sequence Store.
|
|
1768
|
+
|
|
1769
|
+
:cloudformationAttribute: UpdateTime
|
|
1770
|
+
'''
|
|
1771
|
+
return typing.cast(builtins.str, jsii.get(self, "attrUpdateTime"))
|
|
1772
|
+
|
|
1710
1773
|
@builtins.property
|
|
1711
1774
|
@jsii.member(jsii_name="cfnProperties")
|
|
1712
1775
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -1731,6 +1794,19 @@ class CfnSequenceStore(
|
|
|
1731
1794
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1732
1795
|
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1733
1796
|
|
|
1797
|
+
@builtins.property
|
|
1798
|
+
@jsii.member(jsii_name="accessLogLocation")
|
|
1799
|
+
def access_log_location(self) -> typing.Optional[builtins.str]:
|
|
1800
|
+
'''Location of the access logs.'''
|
|
1801
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "accessLogLocation"))
|
|
1802
|
+
|
|
1803
|
+
@access_log_location.setter
|
|
1804
|
+
def access_log_location(self, value: typing.Optional[builtins.str]) -> None:
|
|
1805
|
+
if __debug__:
|
|
1806
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7549c525ad472ac7db5f5282211a0aac7a47906e8ed893e7de2371f8677691f0)
|
|
1807
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1808
|
+
jsii.set(self, "accessLogLocation", value) # pyright: ignore[reportArgumentType]
|
|
1809
|
+
|
|
1734
1810
|
@builtins.property
|
|
1735
1811
|
@jsii.member(jsii_name="description")
|
|
1736
1812
|
def description(self) -> typing.Optional[builtins.str]:
|
|
@@ -1744,6 +1820,19 @@ class CfnSequenceStore(
|
|
|
1744
1820
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1745
1821
|
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
1746
1822
|
|
|
1823
|
+
@builtins.property
|
|
1824
|
+
@jsii.member(jsii_name="eTagAlgorithmFamily")
|
|
1825
|
+
def e_tag_algorithm_family(self) -> typing.Optional[builtins.str]:
|
|
1826
|
+
'''The algorithm family of the ETag.'''
|
|
1827
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "eTagAlgorithmFamily"))
|
|
1828
|
+
|
|
1829
|
+
@e_tag_algorithm_family.setter
|
|
1830
|
+
def e_tag_algorithm_family(self, value: typing.Optional[builtins.str]) -> None:
|
|
1831
|
+
if __debug__:
|
|
1832
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a0fd26684f557f3150b6eaf7b8b6f5ea741a5a2ba9e37d4a05ec66dea9e5c724)
|
|
1833
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1834
|
+
jsii.set(self, "eTagAlgorithmFamily", value) # pyright: ignore[reportArgumentType]
|
|
1835
|
+
|
|
1747
1836
|
@builtins.property
|
|
1748
1837
|
@jsii.member(jsii_name="fallbackLocation")
|
|
1749
1838
|
def fallback_location(self) -> typing.Optional[builtins.str]:
|
|
@@ -1757,6 +1846,35 @@ class CfnSequenceStore(
|
|
|
1757
1846
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1758
1847
|
jsii.set(self, "fallbackLocation", value) # pyright: ignore[reportArgumentType]
|
|
1759
1848
|
|
|
1849
|
+
@builtins.property
|
|
1850
|
+
@jsii.member(jsii_name="propagatedSetLevelTags")
|
|
1851
|
+
def propagated_set_level_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1852
|
+
'''The tags keys to propagate to the S3 objects associated with read sets in the sequence store.'''
|
|
1853
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "propagatedSetLevelTags"))
|
|
1854
|
+
|
|
1855
|
+
@propagated_set_level_tags.setter
|
|
1856
|
+
def propagated_set_level_tags(
|
|
1857
|
+
self,
|
|
1858
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
1859
|
+
) -> None:
|
|
1860
|
+
if __debug__:
|
|
1861
|
+
type_hints = typing.get_type_hints(_typecheckingstub__94d2835859304a00ff97481068a5f88aa75e5f963a8554869a9bb60a55200b93)
|
|
1862
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1863
|
+
jsii.set(self, "propagatedSetLevelTags", value) # pyright: ignore[reportArgumentType]
|
|
1864
|
+
|
|
1865
|
+
@builtins.property
|
|
1866
|
+
@jsii.member(jsii_name="s3AccessPolicy")
|
|
1867
|
+
def s3_access_policy(self) -> typing.Any:
|
|
1868
|
+
'''The resource policy that controls S3 access on the store.'''
|
|
1869
|
+
return typing.cast(typing.Any, jsii.get(self, "s3AccessPolicy"))
|
|
1870
|
+
|
|
1871
|
+
@s3_access_policy.setter
|
|
1872
|
+
def s3_access_policy(self, value: typing.Any) -> None:
|
|
1873
|
+
if __debug__:
|
|
1874
|
+
type_hints = typing.get_type_hints(_typecheckingstub__48d38bc4fc98e65bd66719d736641dbe0eef30ad1a6a932a71665c6fd3c7a01c)
|
|
1875
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1876
|
+
jsii.set(self, "s3AccessPolicy", value) # pyright: ignore[reportArgumentType]
|
|
1877
|
+
|
|
1760
1878
|
@builtins.property
|
|
1761
1879
|
@jsii.member(jsii_name="sseConfig")
|
|
1762
1880
|
def sse_config(
|
|
@@ -1870,8 +1988,12 @@ class CfnSequenceStore(
|
|
|
1870
1988
|
jsii_struct_bases=[],
|
|
1871
1989
|
name_mapping={
|
|
1872
1990
|
"name": "name",
|
|
1991
|
+
"access_log_location": "accessLogLocation",
|
|
1873
1992
|
"description": "description",
|
|
1993
|
+
"e_tag_algorithm_family": "eTagAlgorithmFamily",
|
|
1874
1994
|
"fallback_location": "fallbackLocation",
|
|
1995
|
+
"propagated_set_level_tags": "propagatedSetLevelTags",
|
|
1996
|
+
"s3_access_policy": "s3AccessPolicy",
|
|
1875
1997
|
"sse_config": "sseConfig",
|
|
1876
1998
|
"tags": "tags",
|
|
1877
1999
|
},
|
|
@@ -1881,16 +2003,24 @@ class CfnSequenceStoreProps:
|
|
|
1881
2003
|
self,
|
|
1882
2004
|
*,
|
|
1883
2005
|
name: builtins.str,
|
|
2006
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
1884
2007
|
description: typing.Optional[builtins.str] = None,
|
|
2008
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
1885
2009
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
2010
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2011
|
+
s3_access_policy: typing.Any = None,
|
|
1886
2012
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1887
2013
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1888
2014
|
) -> None:
|
|
1889
2015
|
'''Properties for defining a ``CfnSequenceStore``.
|
|
1890
2016
|
|
|
1891
2017
|
:param name: A name for the store.
|
|
2018
|
+
:param access_log_location: Location of the access logs.
|
|
1892
2019
|
:param description: A description for the store.
|
|
2020
|
+
:param e_tag_algorithm_family: The algorithm family of the ETag.
|
|
1893
2021
|
:param fallback_location: An S3 location that is used to store files that have failed a direct upload.
|
|
2022
|
+
:param propagated_set_level_tags: The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
|
2023
|
+
:param s3_access_policy: The resource policy that controls S3 access on the store.
|
|
1894
2024
|
:param sse_config: Server-side encryption (SSE) settings for the store.
|
|
1895
2025
|
:param tags: Tags for the store.
|
|
1896
2026
|
|
|
@@ -1903,12 +2033,18 @@ class CfnSequenceStoreProps:
|
|
|
1903
2033
|
# The values are placeholders you should change.
|
|
1904
2034
|
from aws_cdk import aws_omics as omics
|
|
1905
2035
|
|
|
2036
|
+
# s3_access_policy: Any
|
|
2037
|
+
|
|
1906
2038
|
cfn_sequence_store_props = omics.CfnSequenceStoreProps(
|
|
1907
2039
|
name="name",
|
|
1908
2040
|
|
|
1909
2041
|
# the properties below are optional
|
|
2042
|
+
access_log_location="accessLogLocation",
|
|
1910
2043
|
description="description",
|
|
2044
|
+
e_tag_algorithm_family="eTagAlgorithmFamily",
|
|
1911
2045
|
fallback_location="fallbackLocation",
|
|
2046
|
+
propagated_set_level_tags=["propagatedSetLevelTags"],
|
|
2047
|
+
s3_access_policy=s3_access_policy,
|
|
1912
2048
|
sse_config=omics.CfnSequenceStore.SseConfigProperty(
|
|
1913
2049
|
type="type",
|
|
1914
2050
|
|
|
@@ -1923,17 +2059,29 @@ class CfnSequenceStoreProps:
|
|
|
1923
2059
|
if __debug__:
|
|
1924
2060
|
type_hints = typing.get_type_hints(_typecheckingstub__c912afa5be2bea750b085186b08f53bd688bc0a1dd08b1f1c6951a21015380fc)
|
|
1925
2061
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
2062
|
+
check_type(argname="argument access_log_location", value=access_log_location, expected_type=type_hints["access_log_location"])
|
|
1926
2063
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
2064
|
+
check_type(argname="argument e_tag_algorithm_family", value=e_tag_algorithm_family, expected_type=type_hints["e_tag_algorithm_family"])
|
|
1927
2065
|
check_type(argname="argument fallback_location", value=fallback_location, expected_type=type_hints["fallback_location"])
|
|
2066
|
+
check_type(argname="argument propagated_set_level_tags", value=propagated_set_level_tags, expected_type=type_hints["propagated_set_level_tags"])
|
|
2067
|
+
check_type(argname="argument s3_access_policy", value=s3_access_policy, expected_type=type_hints["s3_access_policy"])
|
|
1928
2068
|
check_type(argname="argument sse_config", value=sse_config, expected_type=type_hints["sse_config"])
|
|
1929
2069
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
1930
2070
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
1931
2071
|
"name": name,
|
|
1932
2072
|
}
|
|
2073
|
+
if access_log_location is not None:
|
|
2074
|
+
self._values["access_log_location"] = access_log_location
|
|
1933
2075
|
if description is not None:
|
|
1934
2076
|
self._values["description"] = description
|
|
2077
|
+
if e_tag_algorithm_family is not None:
|
|
2078
|
+
self._values["e_tag_algorithm_family"] = e_tag_algorithm_family
|
|
1935
2079
|
if fallback_location is not None:
|
|
1936
2080
|
self._values["fallback_location"] = fallback_location
|
|
2081
|
+
if propagated_set_level_tags is not None:
|
|
2082
|
+
self._values["propagated_set_level_tags"] = propagated_set_level_tags
|
|
2083
|
+
if s3_access_policy is not None:
|
|
2084
|
+
self._values["s3_access_policy"] = s3_access_policy
|
|
1937
2085
|
if sse_config is not None:
|
|
1938
2086
|
self._values["sse_config"] = sse_config
|
|
1939
2087
|
if tags is not None:
|
|
@@ -1949,6 +2097,15 @@ class CfnSequenceStoreProps:
|
|
|
1949
2097
|
assert result is not None, "Required property 'name' is missing"
|
|
1950
2098
|
return typing.cast(builtins.str, result)
|
|
1951
2099
|
|
|
2100
|
+
@builtins.property
|
|
2101
|
+
def access_log_location(self) -> typing.Optional[builtins.str]:
|
|
2102
|
+
'''Location of the access logs.
|
|
2103
|
+
|
|
2104
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-accessloglocation
|
|
2105
|
+
'''
|
|
2106
|
+
result = self._values.get("access_log_location")
|
|
2107
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2108
|
+
|
|
1952
2109
|
@builtins.property
|
|
1953
2110
|
def description(self) -> typing.Optional[builtins.str]:
|
|
1954
2111
|
'''A description for the store.
|
|
@@ -1958,6 +2115,15 @@ class CfnSequenceStoreProps:
|
|
|
1958
2115
|
result = self._values.get("description")
|
|
1959
2116
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1960
2117
|
|
|
2118
|
+
@builtins.property
|
|
2119
|
+
def e_tag_algorithm_family(self) -> typing.Optional[builtins.str]:
|
|
2120
|
+
'''The algorithm family of the ETag.
|
|
2121
|
+
|
|
2122
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-etagalgorithmfamily
|
|
2123
|
+
'''
|
|
2124
|
+
result = self._values.get("e_tag_algorithm_family")
|
|
2125
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2126
|
+
|
|
1961
2127
|
@builtins.property
|
|
1962
2128
|
def fallback_location(self) -> typing.Optional[builtins.str]:
|
|
1963
2129
|
'''An S3 location that is used to store files that have failed a direct upload.
|
|
@@ -1967,6 +2133,24 @@ class CfnSequenceStoreProps:
|
|
|
1967
2133
|
result = self._values.get("fallback_location")
|
|
1968
2134
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1969
2135
|
|
|
2136
|
+
@builtins.property
|
|
2137
|
+
def propagated_set_level_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2138
|
+
'''The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
|
|
2139
|
+
|
|
2140
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-propagatedsetleveltags
|
|
2141
|
+
'''
|
|
2142
|
+
result = self._values.get("propagated_set_level_tags")
|
|
2143
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2144
|
+
|
|
2145
|
+
@builtins.property
|
|
2146
|
+
def s3_access_policy(self) -> typing.Any:
|
|
2147
|
+
'''The resource policy that controls S3 access on the store.
|
|
2148
|
+
|
|
2149
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.html#cfn-omics-sequencestore-s3accesspolicy
|
|
2150
|
+
'''
|
|
2151
|
+
result = self._values.get("s3_access_policy")
|
|
2152
|
+
return typing.cast(typing.Any, result)
|
|
2153
|
+
|
|
1970
2154
|
@builtins.property
|
|
1971
2155
|
def sse_config(
|
|
1972
2156
|
self,
|
|
@@ -3353,8 +3537,12 @@ def _typecheckingstub__a589aadb7c598845d5e4c6ef138fe8cbeb7253209ba9eb0e5e590611e
|
|
|
3353
3537
|
id: builtins.str,
|
|
3354
3538
|
*,
|
|
3355
3539
|
name: builtins.str,
|
|
3540
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
3356
3541
|
description: typing.Optional[builtins.str] = None,
|
|
3542
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
3357
3543
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
3544
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3545
|
+
s3_access_policy: typing.Any = None,
|
|
3358
3546
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3359
3547
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3360
3548
|
) -> None:
|
|
@@ -3379,18 +3567,42 @@ def _typecheckingstub__f8e53b0b20084e7e23dc393ceafe95167d7bce2ef95f48e5bca0556a2
|
|
|
3379
3567
|
"""Type checking stubs"""
|
|
3380
3568
|
pass
|
|
3381
3569
|
|
|
3570
|
+
def _typecheckingstub__7549c525ad472ac7db5f5282211a0aac7a47906e8ed893e7de2371f8677691f0(
|
|
3571
|
+
value: typing.Optional[builtins.str],
|
|
3572
|
+
) -> None:
|
|
3573
|
+
"""Type checking stubs"""
|
|
3574
|
+
pass
|
|
3575
|
+
|
|
3382
3576
|
def _typecheckingstub__128fafb1df9e961d7c5982e50a60c29fbada98403f437d20e8bab3669320ca5c(
|
|
3383
3577
|
value: typing.Optional[builtins.str],
|
|
3384
3578
|
) -> None:
|
|
3385
3579
|
"""Type checking stubs"""
|
|
3386
3580
|
pass
|
|
3387
3581
|
|
|
3582
|
+
def _typecheckingstub__a0fd26684f557f3150b6eaf7b8b6f5ea741a5a2ba9e37d4a05ec66dea9e5c724(
|
|
3583
|
+
value: typing.Optional[builtins.str],
|
|
3584
|
+
) -> None:
|
|
3585
|
+
"""Type checking stubs"""
|
|
3586
|
+
pass
|
|
3587
|
+
|
|
3388
3588
|
def _typecheckingstub__1f87faaa51a41810707e9283275d0283e54c3ebebf2803e01abef2984151aca1(
|
|
3389
3589
|
value: typing.Optional[builtins.str],
|
|
3390
3590
|
) -> None:
|
|
3391
3591
|
"""Type checking stubs"""
|
|
3392
3592
|
pass
|
|
3393
3593
|
|
|
3594
|
+
def _typecheckingstub__94d2835859304a00ff97481068a5f88aa75e5f963a8554869a9bb60a55200b93(
|
|
3595
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
3596
|
+
) -> None:
|
|
3597
|
+
"""Type checking stubs"""
|
|
3598
|
+
pass
|
|
3599
|
+
|
|
3600
|
+
def _typecheckingstub__48d38bc4fc98e65bd66719d736641dbe0eef30ad1a6a932a71665c6fd3c7a01c(
|
|
3601
|
+
value: typing.Any,
|
|
3602
|
+
) -> None:
|
|
3603
|
+
"""Type checking stubs"""
|
|
3604
|
+
pass
|
|
3605
|
+
|
|
3394
3606
|
def _typecheckingstub__92eed2332efa6d161a72ca8ae646e24cacee45f7acbbbb2e0aacb4b034c468be(
|
|
3395
3607
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnSequenceStore.SseConfigProperty]],
|
|
3396
3608
|
) -> None:
|
|
@@ -3414,8 +3626,12 @@ def _typecheckingstub__16d14d56ac16dd0c8b7ee5046e40e324719a67cf46d9a70bdf176e614
|
|
|
3414
3626
|
def _typecheckingstub__c912afa5be2bea750b085186b08f53bd688bc0a1dd08b1f1c6951a21015380fc(
|
|
3415
3627
|
*,
|
|
3416
3628
|
name: builtins.str,
|
|
3629
|
+
access_log_location: typing.Optional[builtins.str] = None,
|
|
3417
3630
|
description: typing.Optional[builtins.str] = None,
|
|
3631
|
+
e_tag_algorithm_family: typing.Optional[builtins.str] = None,
|
|
3418
3632
|
fallback_location: typing.Optional[builtins.str] = None,
|
|
3633
|
+
propagated_set_level_tags: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
3634
|
+
s3_access_policy: typing.Any = None,
|
|
3419
3635
|
sse_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnSequenceStore.SseConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3420
3636
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
3421
3637
|
) -> None:
|