aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.1__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.
- 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.1.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.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/top_level.txt +0 -0
|
@@ -445,7 +445,7 @@ To generate an ARN for Execute API:
|
|
|
445
445
|
|
|
446
446
|
```python
|
|
447
447
|
api = apigwv2.WebSocketApi(self, "mywsapi")
|
|
448
|
-
arn = api.
|
|
448
|
+
arn = api.arn_for_execute_api_v2("$connect", "dev")
|
|
449
449
|
```
|
|
450
450
|
|
|
451
451
|
For a detailed explanation of this function, including usage and examples, please refer to the [Generating ARN for Execute API](#generating-arn-for-execute-api) section under HTTP API.
|
|
@@ -13252,21 +13252,15 @@ class WebSocketApi(
|
|
|
13252
13252
|
path: typing.Optional[builtins.str] = None,
|
|
13253
13253
|
stage: typing.Optional[builtins.str] = None,
|
|
13254
13254
|
) -> builtins.str:
|
|
13255
|
-
'''Get the "execute-api" ARN.
|
|
13256
|
-
|
|
13257
|
-
When 'ANY' is passed to the method, an ARN with the method set to '*' is obtained.
|
|
13255
|
+
'''(deprecated) Get the "execute-api" ARN.
|
|
13258
13256
|
|
|
13259
13257
|
:param method: -
|
|
13260
13258
|
:param path: -
|
|
13261
13259
|
:param stage: -
|
|
13262
13260
|
|
|
13263
|
-
:
|
|
13261
|
+
:deprecated: Use ``arnForExecuteApiV2()`` instead.
|
|
13264
13262
|
|
|
13265
|
-
|
|
13266
|
-
In this case, the ARN will cover all methods, all resources, and all stages of this API.
|
|
13267
|
-
Specifically, if 'method' is not specified, it defaults to '*', representing all methods.
|
|
13268
|
-
If 'path' is not specified, it defaults to '/*', representing all paths.
|
|
13269
|
-
If 'stage' is not specified, it also defaults to '*', representing all stages.
|
|
13263
|
+
:stability: deprecated
|
|
13270
13264
|
'''
|
|
13271
13265
|
if __debug__:
|
|
13272
13266
|
type_hints = typing.get_type_hints(_typecheckingstub__9264ba32d47f82ef3a26b02826879368a02191f9da4b21bcc8ced5b7bf7baaef)
|
|
@@ -13275,6 +13269,30 @@ class WebSocketApi(
|
|
|
13275
13269
|
check_type(argname="argument stage", value=stage, expected_type=type_hints["stage"])
|
|
13276
13270
|
return typing.cast(builtins.str, jsii.invoke(self, "arnForExecuteApi", [method, path, stage]))
|
|
13277
13271
|
|
|
13272
|
+
@jsii.member(jsii_name="arnForExecuteApiV2")
|
|
13273
|
+
def arn_for_execute_api_v2(
|
|
13274
|
+
self,
|
|
13275
|
+
route: typing.Optional[builtins.str] = None,
|
|
13276
|
+
stage: typing.Optional[builtins.str] = None,
|
|
13277
|
+
) -> builtins.str:
|
|
13278
|
+
'''Get the "execute-api" ARN.
|
|
13279
|
+
|
|
13280
|
+
:param route: -
|
|
13281
|
+
:param stage: -
|
|
13282
|
+
|
|
13283
|
+
:default:
|
|
13284
|
+
|
|
13285
|
+
- The default behavior applies when no specific route, or stage is provided.
|
|
13286
|
+
In this case, the ARN will cover all routes, and all stages of this API.
|
|
13287
|
+
Specifically, if 'route' is not specified, it defaults to '*', representing all routes.
|
|
13288
|
+
If 'stage' is not specified, it also defaults to '*', representing all stages.
|
|
13289
|
+
'''
|
|
13290
|
+
if __debug__:
|
|
13291
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7932b9aa0a92e32c752b93b8918a3842bdad62b6bef47b0af36c7d680a79303e)
|
|
13292
|
+
check_type(argname="argument route", value=route, expected_type=type_hints["route"])
|
|
13293
|
+
check_type(argname="argument stage", value=stage, expected_type=type_hints["stage"])
|
|
13294
|
+
return typing.cast(builtins.str, jsii.invoke(self, "arnForExecuteApiV2", [route, stage]))
|
|
13295
|
+
|
|
13278
13296
|
@jsii.member(jsii_name="grantManageConnections")
|
|
13279
13297
|
def grant_manage_connections(
|
|
13280
13298
|
self,
|
|
@@ -20485,6 +20503,13 @@ def _typecheckingstub__9264ba32d47f82ef3a26b02826879368a02191f9da4b21bcc8ced5b7b
|
|
|
20485
20503
|
"""Type checking stubs"""
|
|
20486
20504
|
pass
|
|
20487
20505
|
|
|
20506
|
+
def _typecheckingstub__7932b9aa0a92e32c752b93b8918a3842bdad62b6bef47b0af36c7d680a79303e(
|
|
20507
|
+
route: typing.Optional[builtins.str] = None,
|
|
20508
|
+
stage: typing.Optional[builtins.str] = None,
|
|
20509
|
+
) -> None:
|
|
20510
|
+
"""Type checking stubs"""
|
|
20511
|
+
pass
|
|
20512
|
+
|
|
20488
20513
|
def _typecheckingstub__8b1b5ff9a3e2b7c784498514fce501075a0999cea935f9ddec92e79caec71014(
|
|
20489
20514
|
identity: _IGrantable_71c4f5de,
|
|
20490
20515
|
) -> None:
|
|
@@ -3955,7 +3955,7 @@ class CfnExtensionAssociation(
|
|
|
3955
3955
|
*,
|
|
3956
3956
|
extension_identifier: typing.Optional[builtins.str] = None,
|
|
3957
3957
|
extension_version_number: typing.Optional[jsii.Number] = None,
|
|
3958
|
-
parameters: typing.Optional[typing.Union[
|
|
3958
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
3959
3959
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
3960
3960
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3961
3961
|
) -> None:
|
|
@@ -4089,14 +4089,14 @@ class CfnExtensionAssociation(
|
|
|
4089
4089
|
@jsii.member(jsii_name="parameters")
|
|
4090
4090
|
def parameters(
|
|
4091
4091
|
self,
|
|
4092
|
-
) -> typing.Optional[typing.Union[
|
|
4092
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
4093
4093
|
'''The parameter names and values defined in the extensions.'''
|
|
4094
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
4094
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "parameters"))
|
|
4095
4095
|
|
|
4096
4096
|
@parameters.setter
|
|
4097
4097
|
def parameters(
|
|
4098
4098
|
self,
|
|
4099
|
-
value: typing.Optional[typing.Union[
|
|
4099
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
4100
4100
|
) -> None:
|
|
4101
4101
|
if __debug__:
|
|
4102
4102
|
type_hints = typing.get_type_hints(_typecheckingstub__bc72677d37ba0fe5b56dcbee5b8705c9e4e30a75b5d3b051bc792305dfd3deda)
|
|
@@ -4147,7 +4147,7 @@ class CfnExtensionAssociationProps:
|
|
|
4147
4147
|
*,
|
|
4148
4148
|
extension_identifier: typing.Optional[builtins.str] = None,
|
|
4149
4149
|
extension_version_number: typing.Optional[jsii.Number] = None,
|
|
4150
|
-
parameters: typing.Optional[typing.Union[
|
|
4150
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
4151
4151
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
4152
4152
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4153
4153
|
) -> None:
|
|
@@ -4223,7 +4223,7 @@ class CfnExtensionAssociationProps:
|
|
|
4223
4223
|
@builtins.property
|
|
4224
4224
|
def parameters(
|
|
4225
4225
|
self,
|
|
4226
|
-
) -> typing.Optional[typing.Union[
|
|
4226
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
4227
4227
|
'''The parameter names and values defined in the extensions.
|
|
4228
4228
|
|
|
4229
4229
|
Extension parameters marked ``Required`` must be entered for this field.
|
|
@@ -4231,7 +4231,7 @@ class CfnExtensionAssociationProps:
|
|
|
4231
4231
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extensionassociation.html#cfn-appconfig-extensionassociation-parameters
|
|
4232
4232
|
'''
|
|
4233
4233
|
result = self._values.get("parameters")
|
|
4234
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
4234
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
4235
4235
|
|
|
4236
4236
|
@builtins.property
|
|
4237
4237
|
def resource_identifier(self) -> typing.Optional[builtins.str]:
|
|
@@ -14001,7 +14001,7 @@ def _typecheckingstub__b2e5a069dff64a93330fdfc39cee819956ed46cafa89dc1aee558b0c2
|
|
|
14001
14001
|
*,
|
|
14002
14002
|
extension_identifier: typing.Optional[builtins.str] = None,
|
|
14003
14003
|
extension_version_number: typing.Optional[jsii.Number] = None,
|
|
14004
|
-
parameters: typing.Optional[typing.Union[
|
|
14004
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
14005
14005
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
14006
14006
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14007
14007
|
) -> None:
|
|
@@ -14033,7 +14033,7 @@ def _typecheckingstub__4aa600ead50aeb1f2d5f5f5fe334e3e11a16eccfa413e5de0742f763f
|
|
|
14033
14033
|
pass
|
|
14034
14034
|
|
|
14035
14035
|
def _typecheckingstub__bc72677d37ba0fe5b56dcbee5b8705c9e4e30a75b5d3b051bc792305dfd3deda(
|
|
14036
|
-
value: typing.Optional[typing.Union[
|
|
14036
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
14037
14037
|
) -> None:
|
|
14038
14038
|
"""Type checking stubs"""
|
|
14039
14039
|
pass
|
|
@@ -14054,7 +14054,7 @@ def _typecheckingstub__658f796ad2928720e80bab1455b7c28527f38d13b4efe7780e0a59246
|
|
|
14054
14054
|
*,
|
|
14055
14055
|
extension_identifier: typing.Optional[builtins.str] = None,
|
|
14056
14056
|
extension_version_number: typing.Optional[jsii.Number] = None,
|
|
14057
|
-
parameters: typing.Optional[typing.Union[
|
|
14057
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
14058
14058
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
14059
14059
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
14060
14060
|
) -> None:
|
aws_cdk/aws_appflow/__init__.py
CHANGED
|
@@ -2302,7 +2302,7 @@ class CfnConnectorProfile(
|
|
|
2302
2302
|
self,
|
|
2303
2303
|
*,
|
|
2304
2304
|
custom_authentication_type: builtins.str,
|
|
2305
|
-
credentials_map: typing.Optional[typing.Union[
|
|
2305
|
+
credentials_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2306
2306
|
) -> None:
|
|
2307
2307
|
'''The custom credentials required for custom authentication.
|
|
2308
2308
|
|
|
@@ -2350,13 +2350,13 @@ class CfnConnectorProfile(
|
|
|
2350
2350
|
@builtins.property
|
|
2351
2351
|
def credentials_map(
|
|
2352
2352
|
self,
|
|
2353
|
-
) -> typing.Optional[typing.Union[
|
|
2353
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
2354
2354
|
'''A map that holds custom authentication credentials.
|
|
2355
2355
|
|
|
2356
2356
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customauthcredentials.html#cfn-appflow-connectorprofile-customauthcredentials-credentialsmap
|
|
2357
2357
|
'''
|
|
2358
2358
|
result = self._values.get("credentials_map")
|
|
2359
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
2359
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
2360
2360
|
|
|
2361
2361
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2362
2362
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -2538,7 +2538,7 @@ class CfnConnectorProfile(
|
|
|
2538
2538
|
self,
|
|
2539
2539
|
*,
|
|
2540
2540
|
o_auth2_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnectorProfile.OAuth2PropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2541
|
-
profile_properties: typing.Optional[typing.Union[
|
|
2541
|
+
profile_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2542
2542
|
) -> None:
|
|
2543
2543
|
'''The profile properties required by the custom connector.
|
|
2544
2544
|
|
|
@@ -2591,13 +2591,13 @@ class CfnConnectorProfile(
|
|
|
2591
2591
|
@builtins.property
|
|
2592
2592
|
def profile_properties(
|
|
2593
2593
|
self,
|
|
2594
|
-
) -> typing.Optional[typing.Union[
|
|
2594
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
2595
2595
|
'''A map of properties that are required to create a profile for the custom connector.
|
|
2596
2596
|
|
|
2597
2597
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofileproperties.html#cfn-appflow-connectorprofile-customconnectorprofileproperties-profileproperties
|
|
2598
2598
|
'''
|
|
2599
2599
|
result = self._values.get("profile_properties")
|
|
2600
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
2600
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
2601
2601
|
|
|
2602
2602
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2603
2603
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -3433,7 +3433,7 @@ class CfnConnectorProfile(
|
|
|
3433
3433
|
*,
|
|
3434
3434
|
o_auth2_grant_type: typing.Optional[builtins.str] = None,
|
|
3435
3435
|
token_url: typing.Optional[builtins.str] = None,
|
|
3436
|
-
token_url_custom_properties: typing.Optional[typing.Union[
|
|
3436
|
+
token_url_custom_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
3437
3437
|
) -> None:
|
|
3438
3438
|
'''The OAuth 2.0 properties required for OAuth 2.0 authentication.
|
|
3439
3439
|
|
|
@@ -3492,7 +3492,7 @@ class CfnConnectorProfile(
|
|
|
3492
3492
|
@builtins.property
|
|
3493
3493
|
def token_url_custom_properties(
|
|
3494
3494
|
self,
|
|
3495
|
-
) -> typing.Optional[typing.Union[
|
|
3495
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
3496
3496
|
'''Associates your token URL with a map of properties that you define.
|
|
3497
3497
|
|
|
3498
3498
|
Use this parameter to provide any additional details that the connector requires to authenticate your request.
|
|
@@ -3500,7 +3500,7 @@ class CfnConnectorProfile(
|
|
|
3500
3500
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2properties.html#cfn-appflow-connectorprofile-oauth2properties-tokenurlcustomproperties
|
|
3501
3501
|
'''
|
|
3502
3502
|
result = self._values.get("token_url_custom_properties")
|
|
3503
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
3503
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
3504
3504
|
|
|
3505
3505
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3506
3506
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -7224,7 +7224,7 @@ class CfnFlow(
|
|
|
7224
7224
|
self,
|
|
7225
7225
|
*,
|
|
7226
7226
|
entity_name: builtins.str,
|
|
7227
|
-
custom_properties: typing.Optional[typing.Union[
|
|
7227
|
+
custom_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7228
7228
|
error_handling_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.ErrorHandlingConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7229
7229
|
id_field_names: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7230
7230
|
write_operation_type: typing.Optional[builtins.str] = None,
|
|
@@ -7294,13 +7294,13 @@ class CfnFlow(
|
|
|
7294
7294
|
@builtins.property
|
|
7295
7295
|
def custom_properties(
|
|
7296
7296
|
self,
|
|
7297
|
-
) -> typing.Optional[typing.Union[
|
|
7297
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
7298
7298
|
'''The custom properties that are specific to the connector when it's used as a destination in the flow.
|
|
7299
7299
|
|
|
7300
7300
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-customproperties
|
|
7301
7301
|
'''
|
|
7302
7302
|
result = self._values.get("custom_properties")
|
|
7303
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
7303
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
7304
7304
|
|
|
7305
7305
|
@builtins.property
|
|
7306
7306
|
def error_handling_config(
|
|
@@ -7356,7 +7356,7 @@ class CfnFlow(
|
|
|
7356
7356
|
self,
|
|
7357
7357
|
*,
|
|
7358
7358
|
entity_name: builtins.str,
|
|
7359
|
-
custom_properties: typing.Optional[typing.Union[
|
|
7359
|
+
custom_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7360
7360
|
data_transfer_api: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.DataTransferApiProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7361
7361
|
) -> None:
|
|
7362
7362
|
'''The properties that are applied when the custom connector is being used as a source.
|
|
@@ -7413,13 +7413,13 @@ class CfnFlow(
|
|
|
7413
7413
|
@builtins.property
|
|
7414
7414
|
def custom_properties(
|
|
7415
7415
|
self,
|
|
7416
|
-
) -> typing.Optional[typing.Union[
|
|
7416
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
7417
7417
|
'''Custom properties that are required to use the custom connector as a source.
|
|
7418
7418
|
|
|
7419
7419
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html#cfn-appflow-flow-customconnectorsourceproperties-customproperties
|
|
7420
7420
|
'''
|
|
7421
7421
|
result = self._values.get("custom_properties")
|
|
7422
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
7422
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
7423
7423
|
|
|
7424
7424
|
@builtins.property
|
|
7425
7425
|
def data_transfer_api(
|
|
@@ -12968,7 +12968,7 @@ def _typecheckingstub__65e5865d49e1e2770f8833632ac69e47b3b029c81a4772e3b1c5426bd
|
|
|
12968
12968
|
def _typecheckingstub__7f1703eb3a58b3e6fd9b4a3833c2dc0fda48f2e43ba626529bc4a347a6d456e2(
|
|
12969
12969
|
*,
|
|
12970
12970
|
custom_authentication_type: builtins.str,
|
|
12971
|
-
credentials_map: typing.Optional[typing.Union[
|
|
12971
|
+
credentials_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
12972
12972
|
) -> None:
|
|
12973
12973
|
"""Type checking stubs"""
|
|
12974
12974
|
pass
|
|
@@ -12987,7 +12987,7 @@ def _typecheckingstub__706a9d527abbd20fd254cc98e3158ee9239289a3d14735ef9c32c2c9b
|
|
|
12987
12987
|
def _typecheckingstub__cdb89c4d5019ae54344a6656863ce47417e2890bffc90e8167ec429bcb73d3b5(
|
|
12988
12988
|
*,
|
|
12989
12989
|
o_auth2_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnectorProfile.OAuth2PropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
12990
|
-
profile_properties: typing.Optional[typing.Union[
|
|
12990
|
+
profile_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
12991
12991
|
) -> None:
|
|
12992
12992
|
"""Type checking stubs"""
|
|
12993
12993
|
pass
|
|
@@ -13081,7 +13081,7 @@ def _typecheckingstub__12b3508701004e181ac97abfefbe0c0e2c32f353cdc4077fc915d1e79
|
|
|
13081
13081
|
*,
|
|
13082
13082
|
o_auth2_grant_type: typing.Optional[builtins.str] = None,
|
|
13083
13083
|
token_url: typing.Optional[builtins.str] = None,
|
|
13084
|
-
token_url_custom_properties: typing.Optional[typing.Union[
|
|
13084
|
+
token_url_custom_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
13085
13085
|
) -> None:
|
|
13086
13086
|
"""Type checking stubs"""
|
|
13087
13087
|
pass
|
|
@@ -13444,7 +13444,7 @@ def _typecheckingstub__d0948b4cb879f7f09a0ff8663e81bf08fbed9c98d8935ce5ea10cae90
|
|
|
13444
13444
|
def _typecheckingstub__c9546f78b7b6588933605f813de3303d240c8a8ea3ec8140f299a55377383a6d(
|
|
13445
13445
|
*,
|
|
13446
13446
|
entity_name: builtins.str,
|
|
13447
|
-
custom_properties: typing.Optional[typing.Union[
|
|
13447
|
+
custom_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
13448
13448
|
error_handling_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.ErrorHandlingConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13449
13449
|
id_field_names: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
13450
13450
|
write_operation_type: typing.Optional[builtins.str] = None,
|
|
@@ -13455,7 +13455,7 @@ def _typecheckingstub__c9546f78b7b6588933605f813de3303d240c8a8ea3ec8140f299a5537
|
|
|
13455
13455
|
def _typecheckingstub__dca7f6a437784e099abbe4b67b153f5f8442b7f8bf74f61a2961a5fe146e546b(
|
|
13456
13456
|
*,
|
|
13457
13457
|
entity_name: builtins.str,
|
|
13458
|
-
custom_properties: typing.Optional[typing.Union[
|
|
13458
|
+
custom_properties: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
13459
13459
|
data_transfer_api: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.DataTransferApiProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13460
13460
|
) -> None:
|
|
13461
13461
|
"""Type checking stubs"""
|
|
@@ -1466,7 +1466,7 @@ class CfnServiceLevelObjective(
|
|
|
1466
1466
|
def __init__(
|
|
1467
1467
|
self,
|
|
1468
1468
|
*,
|
|
1469
|
-
key_attributes: typing.Optional[typing.Union[
|
|
1469
|
+
key_attributes: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1470
1470
|
metric_type: typing.Optional[builtins.str] = None,
|
|
1471
1471
|
monitored_request_count_metric: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnServiceLevelObjective.MonitoredRequestCountMetricProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1472
1472
|
operation_name: typing.Optional[builtins.str] = None,
|
|
@@ -1590,7 +1590,7 @@ class CfnServiceLevelObjective(
|
|
|
1590
1590
|
@builtins.property
|
|
1591
1591
|
def key_attributes(
|
|
1592
1592
|
self,
|
|
1593
|
-
) -> typing.Optional[typing.Union[
|
|
1593
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1594
1594
|
'''This is a string-to-string map that contains information about the type of object that this SLO is related to.
|
|
1595
1595
|
|
|
1596
1596
|
It can include the following fields.
|
|
@@ -1604,7 +1604,7 @@ class CfnServiceLevelObjective(
|
|
|
1604
1604
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationsignals-servicelevelobjective-requestbasedslimetric.html#cfn-applicationsignals-servicelevelobjective-requestbasedslimetric-keyattributes
|
|
1605
1605
|
'''
|
|
1606
1606
|
result = self._values.get("key_attributes")
|
|
1607
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
1607
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
1608
1608
|
|
|
1609
1609
|
@builtins.property
|
|
1610
1610
|
def metric_type(self) -> typing.Optional[builtins.str]:
|
|
@@ -1921,7 +1921,7 @@ class CfnServiceLevelObjective(
|
|
|
1921
1921
|
def __init__(
|
|
1922
1922
|
self,
|
|
1923
1923
|
*,
|
|
1924
|
-
key_attributes: typing.Optional[typing.Union[
|
|
1924
|
+
key_attributes: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1925
1925
|
metric_data_queries: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnServiceLevelObjective.MetricDataQueryProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1926
1926
|
metric_type: typing.Optional[builtins.str] = None,
|
|
1927
1927
|
operation_name: typing.Optional[builtins.str] = None,
|
|
@@ -2004,7 +2004,7 @@ class CfnServiceLevelObjective(
|
|
|
2004
2004
|
@builtins.property
|
|
2005
2005
|
def key_attributes(
|
|
2006
2006
|
self,
|
|
2007
|
-
) -> typing.Optional[typing.Union[
|
|
2007
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
2008
2008
|
'''If this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to.
|
|
2009
2009
|
|
|
2010
2010
|
To do so, you must specify at least the ``Type`` , ``Name`` , and ``Environment`` attributes.
|
|
@@ -2020,7 +2020,7 @@ class CfnServiceLevelObjective(
|
|
|
2020
2020
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationsignals-servicelevelobjective-slimetric.html#cfn-applicationsignals-servicelevelobjective-slimetric-keyattributes
|
|
2021
2021
|
'''
|
|
2022
2022
|
result = self._values.get("key_attributes")
|
|
2023
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
2023
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
2024
2024
|
|
|
2025
2025
|
@builtins.property
|
|
2026
2026
|
def metric_data_queries(
|
|
@@ -2677,7 +2677,7 @@ def _typecheckingstub__0e098e20f2cfc04332a5fbb15ca2b6cd689368d77d87938dc8d7467b0
|
|
|
2677
2677
|
|
|
2678
2678
|
def _typecheckingstub__2e0bf3c4e354ab94132efc9fd8fa57b0d903b7020ec1b6c4d1c1388698e31a7d(
|
|
2679
2679
|
*,
|
|
2680
|
-
key_attributes: typing.Optional[typing.Union[
|
|
2680
|
+
key_attributes: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2681
2681
|
metric_type: typing.Optional[builtins.str] = None,
|
|
2682
2682
|
monitored_request_count_metric: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceLevelObjective.MonitoredRequestCountMetricProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2683
2683
|
operation_name: typing.Optional[builtins.str] = None,
|
|
@@ -2705,7 +2705,7 @@ def _typecheckingstub__3ea5efcc7f9d7eb11cc8de5d96525adb6a7e2bfc30446b0fcdb3c7cd6
|
|
|
2705
2705
|
|
|
2706
2706
|
def _typecheckingstub__86b5c7cbf1916d1f3e415fc49b371acf007c9210e4158ca70f0735fb4ce3ca36(
|
|
2707
2707
|
*,
|
|
2708
|
-
key_attributes: typing.Optional[typing.Union[
|
|
2708
|
+
key_attributes: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2709
2709
|
metric_data_queries: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnServiceLevelObjective.MetricDataQueryProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2710
2710
|
metric_type: typing.Optional[builtins.str] = None,
|
|
2711
2711
|
operation_name: typing.Optional[builtins.str] = None,
|
aws_cdk/aws_appmesh/__init__.py
CHANGED
|
@@ -9501,7 +9501,7 @@ class CfnVirtualGateway(
|
|
|
9501
9501
|
validation: typing.Union[_IResolvable_da3f097b, typing.Union["CfnVirtualGateway.VirtualGatewayTlsValidationContextProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
9502
9502
|
certificate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVirtualGateway.VirtualGatewayClientTlsCertificateProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9503
9503
|
enforce: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
9504
|
-
ports: typing.Optional[typing.Union[
|
|
9504
|
+
ports: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
9505
9505
|
) -> None:
|
|
9506
9506
|
'''An object that represents a Transport Layer Security (TLS) client policy.
|
|
9507
9507
|
|
|
@@ -9610,13 +9610,13 @@ class CfnVirtualGateway(
|
|
|
9610
9610
|
@builtins.property
|
|
9611
9611
|
def ports(
|
|
9612
9612
|
self,
|
|
9613
|
-
) -> typing.Optional[typing.Union[
|
|
9613
|
+
) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
|
|
9614
9614
|
'''One or more ports that the policy is enforced for.
|
|
9615
9615
|
|
|
9616
9616
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-virtualgatewayclientpolicytls.html#cfn-appmesh-virtualgateway-virtualgatewayclientpolicytls-ports
|
|
9617
9617
|
'''
|
|
9618
9618
|
result = self._values.get("ports")
|
|
9619
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
9619
|
+
return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
|
|
9620
9620
|
|
|
9621
9621
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
9622
9622
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -13018,7 +13018,7 @@ class CfnVirtualNode(
|
|
|
13018
13018
|
validation: typing.Union[_IResolvable_da3f097b, typing.Union["CfnVirtualNode.TlsValidationContextProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
13019
13019
|
certificate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnVirtualNode.ClientTlsCertificateProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13020
13020
|
enforce: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
13021
|
-
ports: typing.Optional[typing.Union[
|
|
13021
|
+
ports: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
13022
13022
|
) -> None:
|
|
13023
13023
|
'''A reference to an object that represents a Transport Layer Security (TLS) client policy.
|
|
13024
13024
|
|
|
@@ -13127,13 +13127,13 @@ class CfnVirtualNode(
|
|
|
13127
13127
|
@builtins.property
|
|
13128
13128
|
def ports(
|
|
13129
13129
|
self,
|
|
13130
|
-
) -> typing.Optional[typing.Union[
|
|
13130
|
+
) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
|
|
13131
13131
|
'''One or more ports that the policy is enforced for.
|
|
13132
13132
|
|
|
13133
13133
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-clientpolicytls.html#cfn-appmesh-virtualnode-clientpolicytls-ports
|
|
13134
13134
|
'''
|
|
13135
13135
|
result = self._values.get("ports")
|
|
13136
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
13136
|
+
return typing.cast(typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]], result)
|
|
13137
13137
|
|
|
13138
13138
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
13139
13139
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -31605,7 +31605,7 @@ def _typecheckingstub__14272eeb7cb9da842115526007e77a31b8c8c262c8f9523a946de777a
|
|
|
31605
31605
|
validation: typing.Union[_IResolvable_da3f097b, typing.Union[CfnVirtualGateway.VirtualGatewayTlsValidationContextProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
31606
31606
|
certificate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVirtualGateway.VirtualGatewayClientTlsCertificateProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
31607
31607
|
enforce: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
31608
|
-
ports: typing.Optional[typing.Union[
|
|
31608
|
+
ports: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
31609
31609
|
) -> None:
|
|
31610
31610
|
"""Type checking stubs"""
|
|
31611
31611
|
pass
|
|
@@ -31915,7 +31915,7 @@ def _typecheckingstub__a8ef96a5ee4db487464a166902d82b19fdd3c7a628774ca34dd912d83
|
|
|
31915
31915
|
validation: typing.Union[_IResolvable_da3f097b, typing.Union[CfnVirtualNode.TlsValidationContextProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
31916
31916
|
certificate: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnVirtualNode.ClientTlsCertificateProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
31917
31917
|
enforce: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
31918
|
-
ports: typing.Optional[typing.Union[
|
|
31918
|
+
ports: typing.Optional[typing.Union[typing.Sequence[jsii.Number], _IResolvable_da3f097b]] = None,
|
|
31919
31919
|
) -> None:
|
|
31920
31920
|
"""Type checking stubs"""
|
|
31921
31921
|
pass
|