aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.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 +95 -61
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10383 -7035
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +185 -22
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +266 -177
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +674 -7
- aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +24 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +42 -20
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +3 -1
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +5 -5
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1137 -181
- aws_cdk/aws_ecs/__init__.py +740 -116
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +3 -3
- aws_cdk/aws_eks/__init__.py +31 -32
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +12 -9
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +7 -3
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_imagebuilder/__init__.py +26 -26
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +19 -15
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +602 -65
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +21 -15
- aws_cdk/aws_redshift/__init__.py +10 -10
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +6 -0
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +12 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +101 -15
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +4 -4
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
|
@@ -2096,7 +2096,7 @@ class CfnCanary(
|
|
|
2096
2096
|
self,
|
|
2097
2097
|
*,
|
|
2098
2098
|
active_tracing: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2099
|
-
environment_variables: typing.Optional[typing.Union[
|
|
2099
|
+
environment_variables: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2100
2100
|
memory_in_mb: typing.Optional[jsii.Number] = None,
|
|
2101
2101
|
timeout_in_seconds: typing.Optional[jsii.Number] = None,
|
|
2102
2102
|
) -> None:
|
|
@@ -2161,7 +2161,7 @@ class CfnCanary(
|
|
|
2161
2161
|
@builtins.property
|
|
2162
2162
|
def environment_variables(
|
|
2163
2163
|
self,
|
|
2164
|
-
) -> typing.Optional[typing.Union[
|
|
2164
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
2165
2165
|
'''Specifies the keys and values to use for any environment variables used in the canary script.
|
|
2166
2166
|
|
|
2167
2167
|
Use the following format:
|
|
@@ -2173,7 +2173,7 @@ class CfnCanary(
|
|
|
2173
2173
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-runconfig.html#cfn-synthetics-canary-runconfig-environmentvariables
|
|
2174
2174
|
'''
|
|
2175
2175
|
result = self._values.get("environment_variables")
|
|
2176
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
2176
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
2177
2177
|
|
|
2178
2178
|
@builtins.property
|
|
2179
2179
|
def memory_in_mb(self) -> typing.Optional[jsii.Number]:
|
|
@@ -4793,7 +4793,7 @@ def _typecheckingstub__3d403372a613babc1ab10717d050ec9a7f4055961f3545f2d0600d89c
|
|
|
4793
4793
|
def _typecheckingstub__fa148862e82948accbbe951e7afcee721aa7014754c81106d2648fe1c5cf28e2(
|
|
4794
4794
|
*,
|
|
4795
4795
|
active_tracing: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
4796
|
-
environment_variables: typing.Optional[typing.Union[
|
|
4796
|
+
environment_variables: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
4797
4797
|
memory_in_mb: typing.Optional[jsii.Number] = None,
|
|
4798
4798
|
timeout_in_seconds: typing.Optional[jsii.Number] = None,
|
|
4799
4799
|
) -> None:
|
|
@@ -345,6 +345,7 @@ class CfnInfluxDBInstance(
|
|
|
345
345
|
)
|
|
346
346
|
),
|
|
347
347
|
name="name",
|
|
348
|
+
network_type="networkType",
|
|
348
349
|
organization="organization",
|
|
349
350
|
password="password",
|
|
350
351
|
port=123,
|
|
@@ -372,6 +373,7 @@ class CfnInfluxDBInstance(
|
|
|
372
373
|
deployment_type: typing.Optional[builtins.str] = None,
|
|
373
374
|
log_delivery_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnInfluxDBInstance.LogDeliveryConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
374
375
|
name: typing.Optional[builtins.str] = None,
|
|
376
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
375
377
|
organization: typing.Optional[builtins.str] = None,
|
|
376
378
|
password: typing.Optional[builtins.str] = None,
|
|
377
379
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -392,6 +394,7 @@ class CfnInfluxDBInstance(
|
|
|
392
394
|
:param deployment_type: Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.
|
|
393
395
|
:param log_delivery_configuration: Configuration for sending InfluxDB engine logs to a specified S3 bucket.
|
|
394
396
|
:param name: The name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands. This name will also be a prefix included in the endpoint. DB instance names must be unique per customer and per region.
|
|
397
|
+
:param network_type: Network type of the InfluxDB Instance.
|
|
395
398
|
:param organization: The name of the initial organization for the initial admin user in InfluxDB. An InfluxDB organization is a workspace for a group of users.
|
|
396
399
|
:param password: The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon SecretManager in your account.
|
|
397
400
|
:param port: The port number on which InfluxDB accepts connections.
|
|
@@ -414,6 +417,7 @@ class CfnInfluxDBInstance(
|
|
|
414
417
|
deployment_type=deployment_type,
|
|
415
418
|
log_delivery_configuration=log_delivery_configuration,
|
|
416
419
|
name=name,
|
|
420
|
+
network_type=network_type,
|
|
417
421
|
organization=organization,
|
|
418
422
|
password=password,
|
|
419
423
|
port=port,
|
|
@@ -648,6 +652,19 @@ class CfnInfluxDBInstance(
|
|
|
648
652
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
649
653
|
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
650
654
|
|
|
655
|
+
@builtins.property
|
|
656
|
+
@jsii.member(jsii_name="networkType")
|
|
657
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
658
|
+
'''Network type of the InfluxDB Instance.'''
|
|
659
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkType"))
|
|
660
|
+
|
|
661
|
+
@network_type.setter
|
|
662
|
+
def network_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
663
|
+
if __debug__:
|
|
664
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cff240a2ab2df740f98a8f8170c5151f7ded157f1157909dc636caed4c9fe252)
|
|
665
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
666
|
+
jsii.set(self, "networkType", value) # pyright: ignore[reportArgumentType]
|
|
667
|
+
|
|
651
668
|
@builtins.property
|
|
652
669
|
@jsii.member(jsii_name="organization")
|
|
653
670
|
def organization(self) -> typing.Optional[builtins.str]:
|
|
@@ -905,6 +922,7 @@ class CfnInfluxDBInstance(
|
|
|
905
922
|
"deployment_type": "deploymentType",
|
|
906
923
|
"log_delivery_configuration": "logDeliveryConfiguration",
|
|
907
924
|
"name": "name",
|
|
925
|
+
"network_type": "networkType",
|
|
908
926
|
"organization": "organization",
|
|
909
927
|
"password": "password",
|
|
910
928
|
"port": "port",
|
|
@@ -927,6 +945,7 @@ class CfnInfluxDBInstanceProps:
|
|
|
927
945
|
deployment_type: typing.Optional[builtins.str] = None,
|
|
928
946
|
log_delivery_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfluxDBInstance.LogDeliveryConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
929
947
|
name: typing.Optional[builtins.str] = None,
|
|
948
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
930
949
|
organization: typing.Optional[builtins.str] = None,
|
|
931
950
|
password: typing.Optional[builtins.str] = None,
|
|
932
951
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -946,6 +965,7 @@ class CfnInfluxDBInstanceProps:
|
|
|
946
965
|
:param deployment_type: Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.
|
|
947
966
|
:param log_delivery_configuration: Configuration for sending InfluxDB engine logs to a specified S3 bucket.
|
|
948
967
|
:param name: The name that uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands. This name will also be a prefix included in the endpoint. DB instance names must be unique per customer and per region.
|
|
968
|
+
:param network_type: Network type of the InfluxDB Instance.
|
|
949
969
|
:param organization: The name of the initial organization for the initial admin user in InfluxDB. An InfluxDB organization is a workspace for a group of users.
|
|
950
970
|
:param password: The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon SecretManager in your account.
|
|
951
971
|
:param port: The port number on which InfluxDB accepts connections.
|
|
@@ -978,6 +998,7 @@ class CfnInfluxDBInstanceProps:
|
|
|
978
998
|
)
|
|
979
999
|
),
|
|
980
1000
|
name="name",
|
|
1001
|
+
network_type="networkType",
|
|
981
1002
|
organization="organization",
|
|
982
1003
|
password="password",
|
|
983
1004
|
port=123,
|
|
@@ -1001,6 +1022,7 @@ class CfnInfluxDBInstanceProps:
|
|
|
1001
1022
|
check_type(argname="argument deployment_type", value=deployment_type, expected_type=type_hints["deployment_type"])
|
|
1002
1023
|
check_type(argname="argument log_delivery_configuration", value=log_delivery_configuration, expected_type=type_hints["log_delivery_configuration"])
|
|
1003
1024
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
1025
|
+
check_type(argname="argument network_type", value=network_type, expected_type=type_hints["network_type"])
|
|
1004
1026
|
check_type(argname="argument organization", value=organization, expected_type=type_hints["organization"])
|
|
1005
1027
|
check_type(argname="argument password", value=password, expected_type=type_hints["password"])
|
|
1006
1028
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
@@ -1026,6 +1048,8 @@ class CfnInfluxDBInstanceProps:
|
|
|
1026
1048
|
self._values["log_delivery_configuration"] = log_delivery_configuration
|
|
1027
1049
|
if name is not None:
|
|
1028
1050
|
self._values["name"] = name
|
|
1051
|
+
if network_type is not None:
|
|
1052
|
+
self._values["network_type"] = network_type
|
|
1029
1053
|
if organization is not None:
|
|
1030
1054
|
self._values["organization"] = organization
|
|
1031
1055
|
if password is not None:
|
|
@@ -1129,6 +1153,15 @@ class CfnInfluxDBInstanceProps:
|
|
|
1129
1153
|
result = self._values.get("name")
|
|
1130
1154
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1131
1155
|
|
|
1156
|
+
@builtins.property
|
|
1157
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
1158
|
+
'''Network type of the InfluxDB Instance.
|
|
1159
|
+
|
|
1160
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-influxdbinstance.html#cfn-timestream-influxdbinstance-networktype
|
|
1161
|
+
'''
|
|
1162
|
+
result = self._values.get("network_type")
|
|
1163
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1164
|
+
|
|
1132
1165
|
@builtins.property
|
|
1133
1166
|
def organization(self) -> typing.Optional[builtins.str]:
|
|
1134
1167
|
'''The name of the initial organization for the initial admin user in InfluxDB.
|
|
@@ -3957,6 +3990,7 @@ def _typecheckingstub__261e4a43f1d3c329e317698aa3b0f0428b7e7d3646c4c536f48fd191f
|
|
|
3957
3990
|
deployment_type: typing.Optional[builtins.str] = None,
|
|
3958
3991
|
log_delivery_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfluxDBInstance.LogDeliveryConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3959
3992
|
name: typing.Optional[builtins.str] = None,
|
|
3993
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
3960
3994
|
organization: typing.Optional[builtins.str] = None,
|
|
3961
3995
|
password: typing.Optional[builtins.str] = None,
|
|
3962
3996
|
port: typing.Optional[jsii.Number] = None,
|
|
@@ -4029,6 +4063,12 @@ def _typecheckingstub__850a764930865e073c6906c062d2d30700a4c783783240e878c9177e7
|
|
|
4029
4063
|
"""Type checking stubs"""
|
|
4030
4064
|
pass
|
|
4031
4065
|
|
|
4066
|
+
def _typecheckingstub__cff240a2ab2df740f98a8f8170c5151f7ded157f1157909dc636caed4c9fe252(
|
|
4067
|
+
value: typing.Optional[builtins.str],
|
|
4068
|
+
) -> None:
|
|
4069
|
+
"""Type checking stubs"""
|
|
4070
|
+
pass
|
|
4071
|
+
|
|
4032
4072
|
def _typecheckingstub__cc951f5919f71c331ff63c7ad85284437f7a1518ff4ec8b7d4be3a209a958642(
|
|
4033
4073
|
value: typing.Optional[builtins.str],
|
|
4034
4074
|
) -> None:
|
|
@@ -4102,6 +4142,7 @@ def _typecheckingstub__d0e1a256f4abdadd4b29eda8fd45f16d71b49061c796d179f90eb728f
|
|
|
4102
4142
|
deployment_type: typing.Optional[builtins.str] = None,
|
|
4103
4143
|
log_delivery_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnInfluxDBInstance.LogDeliveryConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4104
4144
|
name: typing.Optional[builtins.str] = None,
|
|
4145
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
4105
4146
|
organization: typing.Optional[builtins.str] = None,
|
|
4106
4147
|
password: typing.Optional[builtins.str] = None,
|
|
4107
4148
|
port: typing.Optional[jsii.Number] = None,
|
aws_cdk/aws_transfer/__init__.py
CHANGED
|
@@ -80,6 +80,9 @@ class CfnAgreement(
|
|
|
80
80
|
An agreement is a bilateral trading partner agreement, or partnership, between an AWS Transfer Family server and an AS2 process. The agreement defines the file and message transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family combines a server, local profile, partner profile, certificate, and other attributes.
|
|
81
81
|
|
|
82
82
|
The partner is identified with the ``PartnerProfileId`` , and the AS2 process is identified with the ``LocalProfileId`` .
|
|
83
|
+
.. epigraph::
|
|
84
|
+
|
|
85
|
+
Specify *either* ``BaseDirectory`` or ``CustomDirectories`` , but not both. Specifying both causes the command to fail.
|
|
83
86
|
|
|
84
87
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html
|
|
85
88
|
:cloudformationResource: AWS::Transfer::Agreement
|
|
@@ -2189,9 +2192,7 @@ class CfnServer(
|
|
|
2189
2192
|
@builtins.property
|
|
2190
2193
|
@jsii.member(jsii_name="attrArn")
|
|
2191
2194
|
def attr_arn(self) -> builtins.str:
|
|
2192
|
-
'''
|
|
2193
|
-
|
|
2194
|
-
An example of a server ARN is: ``arn:aws:transfer:us-east-1:123456789012:server/s-01234567890abcdef`` .
|
|
2195
|
+
'''Specifies the unique Amazon Resource Name (ARN) of the server.
|
|
2195
2196
|
|
|
2196
2197
|
:cloudformationAttribute: Arn
|
|
2197
2198
|
'''
|
|
@@ -2211,9 +2212,7 @@ class CfnServer(
|
|
|
2211
2212
|
@builtins.property
|
|
2212
2213
|
@jsii.member(jsii_name="attrServerId")
|
|
2213
2214
|
def attr_server_id(self) -> builtins.str:
|
|
2214
|
-
'''
|
|
2215
|
-
|
|
2216
|
-
An example ``ServerId`` is ``s-01234567890abcdef`` .
|
|
2215
|
+
'''Specifies the unique system-assigned identifier for a server that you instantiate.
|
|
2217
2216
|
|
|
2218
2217
|
:cloudformationAttribute: ServerId
|
|
2219
2218
|
'''
|
|
@@ -3995,7 +3994,7 @@ class CfnUser(
|
|
|
3995
3994
|
*,
|
|
3996
3995
|
gid: jsii.Number,
|
|
3997
3996
|
uid: jsii.Number,
|
|
3998
|
-
secondary_gids: typing.Optional[typing.Union[
|
|
3997
|
+
secondary_gids: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
3999
3998
|
) -> None:
|
|
4000
3999
|
'''The full POSIX identity, including user ID ( ``Uid`` ), group ID ( ``Gid`` ), and any secondary groups IDs ( ``SecondaryGids`` ), that controls your users' access to your Amazon EFS file systems.
|
|
4001
4000
|
|
|
@@ -4057,13 +4056,13 @@ class CfnUser(
|
|
|
4057
4056
|
@builtins.property
|
|
4058
4057
|
def secondary_gids(
|
|
4059
4058
|
self,
|
|
4060
|
-
) -> typing.Optional[typing.Union[
|
|
4059
|
+
) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
|
|
4061
4060
|
'''The secondary POSIX group IDs used for all EFS operations by this user.
|
|
4062
4061
|
|
|
4063
4062
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-user-posixprofile.html#cfn-transfer-user-posixprofile-secondarygids
|
|
4064
4063
|
'''
|
|
4065
4064
|
result = self._values.get("secondary_gids")
|
|
4066
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
4065
|
+
return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
|
|
4067
4066
|
|
|
4068
4067
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4069
4068
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -6541,7 +6540,7 @@ def _typecheckingstub__b8c3948f8e11532949a9c338eb57f070ee1d1b3a7da23c8e2dd520905
|
|
|
6541
6540
|
*,
|
|
6542
6541
|
gid: jsii.Number,
|
|
6543
6542
|
uid: jsii.Number,
|
|
6544
|
-
secondary_gids: typing.Optional[typing.Union[
|
|
6543
|
+
secondary_gids: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
6545
6544
|
) -> None:
|
|
6546
6545
|
"""Type checking stubs"""
|
|
6547
6546
|
pass
|
aws_cdk/aws_wafv2/__init__.py
CHANGED
|
@@ -18034,8 +18034,8 @@ class CfnWebACL(
|
|
|
18034
18034
|
def __init__(
|
|
18035
18035
|
self,
|
|
18036
18036
|
*,
|
|
18037
|
-
failure_codes: typing.Union[
|
|
18038
|
-
success_codes: typing.Union[
|
|
18037
|
+
failure_codes: typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b],
|
|
18038
|
+
success_codes: typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b],
|
|
18039
18039
|
) -> None:
|
|
18040
18040
|
'''Configures inspection of the response status code. This is part of the ``ResponseInspection`` configuration for ``AWSManagedRulesATPRuleSet`` and ``AWSManagedRulesACFPRuleSet`` .
|
|
18041
18041
|
|
|
@@ -18072,7 +18072,7 @@ class CfnWebACL(
|
|
|
18072
18072
|
@builtins.property
|
|
18073
18073
|
def failure_codes(
|
|
18074
18074
|
self,
|
|
18075
|
-
) -> typing.Union[
|
|
18075
|
+
) -> typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]:
|
|
18076
18076
|
'''Status codes in the response that indicate a failed login or account creation attempt.
|
|
18077
18077
|
|
|
18078
18078
|
To be counted as a failure, the response status code must match one of these. Each code must be unique among the success and failure status codes.
|
|
@@ -18083,12 +18083,12 @@ class CfnWebACL(
|
|
|
18083
18083
|
'''
|
|
18084
18084
|
result = self._values.get("failure_codes")
|
|
18085
18085
|
assert result is not None, "Required property 'failure_codes' is missing"
|
|
18086
|
-
return typing.cast(typing.Union[
|
|
18086
|
+
return typing.cast(typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b], result)
|
|
18087
18087
|
|
|
18088
18088
|
@builtins.property
|
|
18089
18089
|
def success_codes(
|
|
18090
18090
|
self,
|
|
18091
|
-
) -> typing.Union[
|
|
18091
|
+
) -> typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]:
|
|
18092
18092
|
'''Status codes in the response that indicate a successful login or account creation attempt.
|
|
18093
18093
|
|
|
18094
18094
|
To be counted as a success, the response status code must match one of these. Each code must be unique among the success and failure status codes.
|
|
@@ -18099,7 +18099,7 @@ class CfnWebACL(
|
|
|
18099
18099
|
'''
|
|
18100
18100
|
result = self._values.get("success_codes")
|
|
18101
18101
|
assert result is not None, "Required property 'success_codes' is missing"
|
|
18102
|
-
return typing.cast(typing.Union[
|
|
18102
|
+
return typing.cast(typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b], result)
|
|
18103
18103
|
|
|
18104
18104
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
18105
18105
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -19987,17 +19987,18 @@ class CfnWebACLAssociation(
|
|
|
19987
19987
|
|
|
19988
19988
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html
|
|
19989
19989
|
:cloudformationResource: AWS::WAFv2::WebACLAssociation
|
|
19990
|
-
:exampleMetadata:
|
|
19990
|
+
:exampleMetadata: infused
|
|
19991
19991
|
|
|
19992
19992
|
Example::
|
|
19993
19993
|
|
|
19994
|
-
#
|
|
19995
|
-
#
|
|
19996
|
-
from aws_cdk import aws_wafv2 as wafv2
|
|
19994
|
+
# api: appsync.EventApi
|
|
19995
|
+
# web_acl: wafv2.CfnWebACL
|
|
19997
19996
|
|
|
19998
|
-
|
|
19999
|
-
|
|
20000
|
-
|
|
19997
|
+
|
|
19998
|
+
# Associate waf with Event API
|
|
19999
|
+
wafv2.CfnWebACLAssociation(self, "WafAssociation",
|
|
20000
|
+
resource_arn=api.api_arn,
|
|
20001
|
+
web_acl_arn=web_acl.attr_arn
|
|
20001
20002
|
)
|
|
20002
20003
|
'''
|
|
20003
20004
|
|
|
@@ -20105,17 +20106,18 @@ class CfnWebACLAssociationProps:
|
|
|
20105
20106
|
:param web_acl_arn: The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
|
|
20106
20107
|
|
|
20107
20108
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webaclassociation.html
|
|
20108
|
-
:exampleMetadata:
|
|
20109
|
+
:exampleMetadata: infused
|
|
20109
20110
|
|
|
20110
20111
|
Example::
|
|
20111
20112
|
|
|
20112
|
-
#
|
|
20113
|
-
#
|
|
20114
|
-
from aws_cdk import aws_wafv2 as wafv2
|
|
20113
|
+
# api: appsync.EventApi
|
|
20114
|
+
# web_acl: wafv2.CfnWebACL
|
|
20115
20115
|
|
|
20116
|
-
|
|
20117
|
-
|
|
20118
|
-
|
|
20116
|
+
|
|
20117
|
+
# Associate waf with Event API
|
|
20118
|
+
wafv2.CfnWebACLAssociation(self, "WafAssociation",
|
|
20119
|
+
resource_arn=api.api_arn,
|
|
20120
|
+
web_acl_arn=web_acl.attr_arn
|
|
20119
20121
|
)
|
|
20120
20122
|
'''
|
|
20121
20123
|
if __debug__:
|
|
@@ -21887,8 +21889,8 @@ def _typecheckingstub__4ddbef3844830b496ad1d72cde0d99675c920f03c7933a56098772df1
|
|
|
21887
21889
|
|
|
21888
21890
|
def _typecheckingstub__70e5eb2335449e4aaf1d16dd8f72fb62a6461b897d7c2ffdd01ebbb739e22822(
|
|
21889
21891
|
*,
|
|
21890
|
-
failure_codes: typing.Union[
|
|
21891
|
-
success_codes: typing.Union[
|
|
21892
|
+
failure_codes: typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b],
|
|
21893
|
+
success_codes: typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b],
|
|
21892
21894
|
) -> None:
|
|
21893
21895
|
"""Type checking stubs"""
|
|
21894
21896
|
pass
|
aws_cdk/aws_wisdom/__init__.py
CHANGED
|
@@ -8313,7 +8313,7 @@ class CfnMessageTemplate(
|
|
|
8313
8313
|
city: typing.Optional[builtins.str] = None,
|
|
8314
8314
|
country: typing.Optional[builtins.str] = None,
|
|
8315
8315
|
county: typing.Optional[builtins.str] = None,
|
|
8316
|
-
custom: typing.Optional[typing.Union[
|
|
8316
|
+
custom: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
8317
8317
|
email_address: typing.Optional[builtins.str] = None,
|
|
8318
8318
|
first_name: typing.Optional[builtins.str] = None,
|
|
8319
8319
|
gender: typing.Optional[builtins.str] = None,
|
|
@@ -8870,13 +8870,13 @@ class CfnMessageTemplate(
|
|
|
8870
8870
|
@builtins.property
|
|
8871
8871
|
def custom(
|
|
8872
8872
|
self,
|
|
8873
|
-
) -> typing.Optional[typing.Union[
|
|
8873
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
8874
8874
|
'''The custom attributes in customer profile attributes.
|
|
8875
8875
|
|
|
8876
8876
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-customerprofileattributes.html#cfn-wisdom-messagetemplate-customerprofileattributes-custom
|
|
8877
8877
|
'''
|
|
8878
8878
|
result = self._values.get("custom")
|
|
8879
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
8879
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
8880
8880
|
|
|
8881
8881
|
@builtins.property
|
|
8882
8882
|
def email_address(self) -> typing.Optional[builtins.str]:
|
|
@@ -9539,7 +9539,7 @@ class CfnMessageTemplate(
|
|
|
9539
9539
|
self,
|
|
9540
9540
|
*,
|
|
9541
9541
|
agent_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMessageTemplate.AgentAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9542
|
-
custom_attributes: typing.Optional[typing.Union[
|
|
9542
|
+
custom_attributes: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
9543
9543
|
customer_profile_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMessageTemplate.CustomerProfileAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9544
9544
|
system_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMessageTemplate.SystemAttributesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9545
9545
|
) -> None:
|
|
@@ -9670,13 +9670,13 @@ class CfnMessageTemplate(
|
|
|
9670
9670
|
@builtins.property
|
|
9671
9671
|
def custom_attributes(
|
|
9672
9672
|
self,
|
|
9673
|
-
) -> typing.Optional[typing.Union[
|
|
9673
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
9674
9674
|
'''The custom attributes that are used with the message template.
|
|
9675
9675
|
|
|
9676
9676
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-messagetemplate-messagetemplateattributes.html#cfn-wisdom-messagetemplate-messagetemplateattributes-customattributes
|
|
9677
9677
|
'''
|
|
9678
9678
|
result = self._values.get("custom_attributes")
|
|
9679
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
9679
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
9680
9680
|
|
|
9681
9681
|
@builtins.property
|
|
9682
9682
|
def customer_profile_attributes(
|
|
@@ -11708,7 +11708,7 @@ def _typecheckingstub__31a9d5f6219c52f900443be7cd1a4f580db25aaf647c7876e4062d152
|
|
|
11708
11708
|
city: typing.Optional[builtins.str] = None,
|
|
11709
11709
|
country: typing.Optional[builtins.str] = None,
|
|
11710
11710
|
county: typing.Optional[builtins.str] = None,
|
|
11711
|
-
custom: typing.Optional[typing.Union[
|
|
11711
|
+
custom: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
11712
11712
|
email_address: typing.Optional[builtins.str] = None,
|
|
11713
11713
|
first_name: typing.Optional[builtins.str] = None,
|
|
11714
11714
|
gender: typing.Optional[builtins.str] = None,
|
|
@@ -11783,7 +11783,7 @@ def _typecheckingstub__fe8ac046ae2df337296b1f5a22706eb034910def9d9a88cab8bf76dbc
|
|
|
11783
11783
|
def _typecheckingstub__94be2b3e247d65fdf9ede2a9ef720965133047f24bfea2e9cda8dddc0b98feb1(
|
|
11784
11784
|
*,
|
|
11785
11785
|
agent_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMessageTemplate.AgentAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11786
|
-
custom_attributes: typing.Optional[typing.Union[
|
|
11786
|
+
custom_attributes: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
11787
11787
|
customer_profile_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMessageTemplate.CustomerProfileAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11788
11788
|
system_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMessageTemplate.SystemAttributesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11789
11789
|
) -> None:
|