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
|
@@ -842,7 +842,7 @@ class CfnIdMappingWorkflow(
|
|
|
842
842
|
*,
|
|
843
843
|
provider_service_arn: builtins.str,
|
|
844
844
|
intermediate_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdMappingWorkflow.IntermediateSourceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
845
|
-
provider_configuration: typing.Optional[typing.Union[
|
|
845
|
+
provider_configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
846
846
|
) -> None:
|
|
847
847
|
'''An object containing the ``providerServiceARN`` , ``intermediateSourceConfiguration`` , and ``providerConfiguration`` .
|
|
848
848
|
|
|
@@ -910,13 +910,13 @@ class CfnIdMappingWorkflow(
|
|
|
910
910
|
@builtins.property
|
|
911
911
|
def provider_configuration(
|
|
912
912
|
self,
|
|
913
|
-
) -> typing.Optional[typing.Union[
|
|
913
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
914
914
|
'''The required configuration fields to use with the provider service.
|
|
915
915
|
|
|
916
916
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-providerproperties.html#cfn-entityresolution-idmappingworkflow-providerproperties-providerconfiguration
|
|
917
917
|
'''
|
|
918
918
|
result = self._values.get("provider_configuration")
|
|
919
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
919
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
920
920
|
|
|
921
921
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
922
922
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -1682,7 +1682,7 @@ class CfnIdNamespace(
|
|
|
1682
1682
|
self,
|
|
1683
1683
|
*,
|
|
1684
1684
|
provider_service_arn: builtins.str,
|
|
1685
|
-
provider_configuration: typing.Optional[typing.Union[
|
|
1685
|
+
provider_configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1686
1686
|
) -> None:
|
|
1687
1687
|
'''An object containing ``ProviderConfiguration`` and ``ProviderServiceArn`` .
|
|
1688
1688
|
|
|
@@ -1730,13 +1730,13 @@ class CfnIdNamespace(
|
|
|
1730
1730
|
@builtins.property
|
|
1731
1731
|
def provider_configuration(
|
|
1732
1732
|
self,
|
|
1733
|
-
) -> typing.Optional[typing.Union[
|
|
1733
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1734
1734
|
'''An object which defines any additional configurations required by the provider service.
|
|
1735
1735
|
|
|
1736
1736
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-namespaceproviderproperties.html#cfn-entityresolution-idnamespace-namespaceproviderproperties-providerconfiguration
|
|
1737
1737
|
'''
|
|
1738
1738
|
result = self._values.get("provider_configuration")
|
|
1739
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
1739
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
1740
1740
|
|
|
1741
1741
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1742
1742
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -2881,7 +2881,7 @@ class CfnMatchingWorkflow(
|
|
|
2881
2881
|
*,
|
|
2882
2882
|
provider_service_arn: builtins.str,
|
|
2883
2883
|
intermediate_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMatchingWorkflow.IntermediateSourceConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2884
|
-
provider_configuration: typing.Optional[typing.Union[
|
|
2884
|
+
provider_configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2885
2885
|
) -> None:
|
|
2886
2886
|
'''An object containing the ``providerServiceARN`` , ``intermediateSourceConfiguration`` , and ``providerConfiguration`` .
|
|
2887
2887
|
|
|
@@ -2949,13 +2949,13 @@ class CfnMatchingWorkflow(
|
|
|
2949
2949
|
@builtins.property
|
|
2950
2950
|
def provider_configuration(
|
|
2951
2951
|
self,
|
|
2952
|
-
) -> typing.Optional[typing.Union[
|
|
2952
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
2953
2953
|
'''The required configuration fields to use with the provider service.
|
|
2954
2954
|
|
|
2955
2955
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-providerproperties.html#cfn-entityresolution-matchingworkflow-providerproperties-providerconfiguration
|
|
2956
2956
|
'''
|
|
2957
2957
|
result = self._values.get("provider_configuration")
|
|
2958
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
2958
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
2959
2959
|
|
|
2960
2960
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2961
2961
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -4054,11 +4054,13 @@ class CfnSchemaMapping(
|
|
|
4054
4054
|
match_key: typing.Optional[builtins.str] = None,
|
|
4055
4055
|
sub_type: typing.Optional[builtins.str] = None,
|
|
4056
4056
|
) -> None:
|
|
4057
|
-
'''
|
|
4057
|
+
'''A configuration object for defining input data fields in AWS Entity Resolution .
|
|
4058
|
+
|
|
4059
|
+
The SchemaInputAttribute specifies how individual fields in your input data should be processed and matched.
|
|
4058
4060
|
|
|
4059
4061
|
:param field_name: A string containing the field name.
|
|
4060
|
-
:param type: The type of the attribute, selected from a list of values.
|
|
4061
|
-
:param group_name: A string that instructs AWS Entity Resolution to combine several columns into a unified column with the identical attribute type. For example, when working with columns such as ``
|
|
4062
|
+
:param type: The type of the attribute, selected from a list of values. .. epigraph:: Normalization is only supported for ``NAME`` , ``ADDRESS`` , ``PHONE`` , and ``EMAIL_ADDRESS`` . If you want to normalize ``NAME_FIRST`` , ``NAME_MIDDLE`` , and ``NAME_LAST`` , you must group them by assigning them to the ``NAME`` ``groupName`` . If you want to normalize ``ADDRESS_STREET1`` , ``ADDRESS_STREET2`` , ``ADDRESS_STREET3`` , ``ADDRESS_CITY`` , ``ADDRESS_STATE`` , ``ADDRESS_COUNTRY`` , and ``ADDRESS_POSTALCODE`` , you must group them by assigning them to the ``ADDRESS`` ``groupName`` . If you want to normalize ``PHONE_NUMBER`` and ``PHONE_COUNTRYCODE`` , you must group them by assigning them to the ``PHONE`` ``groupName`` .
|
|
4063
|
+
:param group_name: A string that instructs AWS Entity Resolution to combine several columns into a unified column with the identical attribute type. For example, when working with columns such as ``NAME_FIRST`` , ``NAME_MIDDLE`` , and ``NAME_LAST`` , assigning them a common ``groupName`` will prompt AWS Entity Resolution to concatenate them into a single value.
|
|
4062
4064
|
:param hashed: Indicates if the column values are hashed in the schema input. If the value is set to ``TRUE`` , the column values are hashed. If the value is set to ``FALSE`` , the column values are cleartext.
|
|
4063
4065
|
:param match_key: A key that allows grouping of multiple input attributes into a unified matching group. For example, consider a scenario where the source table contains various addresses, such as ``business_address`` and ``shipping_address`` . By assigning a ``matchKey`` called ``address`` to both attributes, AWS Entity Resolution will match records across these fields to create a consolidated matching group. If no ``matchKey`` is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
|
|
4064
4066
|
:param sub_type: The subtype of the attribute, selected from a list of values.
|
|
@@ -4118,6 +4120,16 @@ class CfnSchemaMapping(
|
|
|
4118
4120
|
def type(self) -> builtins.str:
|
|
4119
4121
|
'''The type of the attribute, selected from a list of values.
|
|
4120
4122
|
|
|
4123
|
+
.. epigraph::
|
|
4124
|
+
|
|
4125
|
+
Normalization is only supported for ``NAME`` , ``ADDRESS`` , ``PHONE`` , and ``EMAIL_ADDRESS`` .
|
|
4126
|
+
|
|
4127
|
+
If you want to normalize ``NAME_FIRST`` , ``NAME_MIDDLE`` , and ``NAME_LAST`` , you must group them by assigning them to the ``NAME`` ``groupName`` .
|
|
4128
|
+
|
|
4129
|
+
If you want to normalize ``ADDRESS_STREET1`` , ``ADDRESS_STREET2`` , ``ADDRESS_STREET3`` , ``ADDRESS_CITY`` , ``ADDRESS_STATE`` , ``ADDRESS_COUNTRY`` , and ``ADDRESS_POSTALCODE`` , you must group them by assigning them to the ``ADDRESS`` ``groupName`` .
|
|
4130
|
+
|
|
4131
|
+
If you want to normalize ``PHONE_NUMBER`` and ``PHONE_COUNTRYCODE`` , you must group them by assigning them to the ``PHONE`` ``groupName`` .
|
|
4132
|
+
|
|
4121
4133
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-schemamapping-schemainputattribute.html#cfn-entityresolution-schemamapping-schemainputattribute-type
|
|
4122
4134
|
'''
|
|
4123
4135
|
result = self._values.get("type")
|
|
@@ -4128,7 +4140,7 @@ class CfnSchemaMapping(
|
|
|
4128
4140
|
def group_name(self) -> typing.Optional[builtins.str]:
|
|
4129
4141
|
'''A string that instructs AWS Entity Resolution to combine several columns into a unified column with the identical attribute type.
|
|
4130
4142
|
|
|
4131
|
-
For example, when working with columns such as ``
|
|
4143
|
+
For example, when working with columns such as ``NAME_FIRST`` , ``NAME_MIDDLE`` , and ``NAME_LAST`` , assigning them a common ``groupName`` will prompt AWS Entity Resolution to concatenate them into a single value.
|
|
4132
4144
|
|
|
4133
4145
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-schemamapping-schemainputattribute.html#cfn-entityresolution-schemamapping-schemainputattribute-groupname
|
|
4134
4146
|
'''
|
|
@@ -4141,7 +4153,9 @@ class CfnSchemaMapping(
|
|
|
4141
4153
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
4142
4154
|
'''Indicates if the column values are hashed in the schema input.
|
|
4143
4155
|
|
|
4144
|
-
If the value is set to ``TRUE`` , the column values are hashed.
|
|
4156
|
+
If the value is set to ``TRUE`` , the column values are hashed.
|
|
4157
|
+
|
|
4158
|
+
If the value is set to ``FALSE`` , the column values are cleartext.
|
|
4145
4159
|
|
|
4146
4160
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-schemamapping-schemainputattribute.html#cfn-entityresolution-schemamapping-schemainputattribute-hashed
|
|
4147
4161
|
'''
|
|
@@ -4440,7 +4454,7 @@ def _typecheckingstub__14038cffce86b081db1c8ac49ebcf0ca7c79dab49ef3c8d99bd5529be
|
|
|
4440
4454
|
*,
|
|
4441
4455
|
provider_service_arn: builtins.str,
|
|
4442
4456
|
intermediate_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IntermediateSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4443
|
-
provider_configuration: typing.Optional[typing.Union[
|
|
4457
|
+
provider_configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
4444
4458
|
) -> None:
|
|
4445
4459
|
"""Type checking stubs"""
|
|
4446
4460
|
pass
|
|
@@ -4555,7 +4569,7 @@ def _typecheckingstub__aa5718722693305710be5b352d71edd25fd091931c7c10bc186aa634a
|
|
|
4555
4569
|
def _typecheckingstub__8d5dbe88736667d56bc74050ba3debedc70aa5658eb42d955598a1141fa6accd(
|
|
4556
4570
|
*,
|
|
4557
4571
|
provider_service_arn: builtins.str,
|
|
4558
|
-
provider_configuration: typing.Optional[typing.Union[
|
|
4572
|
+
provider_configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
4559
4573
|
) -> None:
|
|
4560
4574
|
"""Type checking stubs"""
|
|
4561
4575
|
pass
|
|
@@ -4712,7 +4726,7 @@ def _typecheckingstub__9d0c8e14a190c02dfa2c1fa72a0c82e1ead9fb5ffa0de2fbba168caff
|
|
|
4712
4726
|
*,
|
|
4713
4727
|
provider_service_arn: builtins.str,
|
|
4714
4728
|
intermediate_source_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMatchingWorkflow.IntermediateSourceConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4715
|
-
provider_configuration: typing.Optional[typing.Union[
|
|
4729
|
+
provider_configuration: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
4716
4730
|
) -> None:
|
|
4717
4731
|
"""Type checking stubs"""
|
|
4718
4732
|
pass
|
aws_cdk/aws_events/__init__.py
CHANGED
|
@@ -6035,9 +6035,9 @@ class CfnRule(
|
|
|
6035
6035
|
def __init__(
|
|
6036
6036
|
self,
|
|
6037
6037
|
*,
|
|
6038
|
-
header_parameters: typing.Optional[typing.Union[
|
|
6038
|
+
header_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
6039
6039
|
path_parameter_values: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
6040
|
-
query_string_parameters: typing.Optional[typing.Union[
|
|
6040
|
+
query_string_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
6041
6041
|
) -> None:
|
|
6042
6042
|
'''These are custom parameter to be used when the target is an API Gateway APIs or EventBridge ApiDestinations.
|
|
6043
6043
|
|
|
@@ -6082,13 +6082,13 @@ class CfnRule(
|
|
|
6082
6082
|
@builtins.property
|
|
6083
6083
|
def header_parameters(
|
|
6084
6084
|
self,
|
|
6085
|
-
) -> typing.Optional[typing.Union[
|
|
6085
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
6086
6086
|
'''The headers that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
|
|
6087
6087
|
|
|
6088
6088
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-httpparameters.html#cfn-events-rule-httpparameters-headerparameters
|
|
6089
6089
|
'''
|
|
6090
6090
|
result = self._values.get("header_parameters")
|
|
6091
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
6091
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
6092
6092
|
|
|
6093
6093
|
@builtins.property
|
|
6094
6094
|
def path_parameter_values(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -6102,13 +6102,13 @@ class CfnRule(
|
|
|
6102
6102
|
@builtins.property
|
|
6103
6103
|
def query_string_parameters(
|
|
6104
6104
|
self,
|
|
6105
|
-
) -> typing.Optional[typing.Union[
|
|
6105
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
6106
6106
|
'''The query string keys/values that need to be sent as part of request invoking the API Gateway API or EventBridge ApiDestination.
|
|
6107
6107
|
|
|
6108
6108
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-httpparameters.html#cfn-events-rule-httpparameters-querystringparameters
|
|
6109
6109
|
'''
|
|
6110
6110
|
result = self._values.get("query_string_parameters")
|
|
6111
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
6111
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
6112
6112
|
|
|
6113
6113
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6114
6114
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -6134,7 +6134,7 @@ class CfnRule(
|
|
|
6134
6134
|
self,
|
|
6135
6135
|
*,
|
|
6136
6136
|
input_template: builtins.str,
|
|
6137
|
-
input_paths_map: typing.Optional[typing.Union[
|
|
6137
|
+
input_paths_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
6138
6138
|
) -> None:
|
|
6139
6139
|
'''Contains the parameters needed for you to provide custom input to a target based on one or more pieces of data extracted from the event.
|
|
6140
6140
|
|
|
@@ -6224,7 +6224,7 @@ class CfnRule(
|
|
|
6224
6224
|
@builtins.property
|
|
6225
6225
|
def input_paths_map(
|
|
6226
6226
|
self,
|
|
6227
|
-
) -> typing.Optional[typing.Union[
|
|
6227
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
6228
6228
|
'''Map of JSON paths to be extracted from the event.
|
|
6229
6229
|
|
|
6230
6230
|
You can then insert these in the template in ``InputTemplate`` to produce the output you want to be sent to the target.
|
|
@@ -6236,7 +6236,7 @@ class CfnRule(
|
|
|
6236
6236
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-inputtransformer.html#cfn-events-rule-inputtransformer-inputpathsmap
|
|
6237
6237
|
'''
|
|
6238
6238
|
result = self._values.get("input_paths_map")
|
|
6239
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
6239
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
6240
6240
|
|
|
6241
6241
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6242
6242
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -12995,9 +12995,9 @@ def _typecheckingstub__ca7c7356595fbbf690b3042b0aca8ce2d8827d85b48a9a2f58a4f05f1
|
|
|
12995
12995
|
|
|
12996
12996
|
def _typecheckingstub__e070c286b05f9b8c290e58cc12a24f67364e1027f09cd3d5f4b4a7413603e262(
|
|
12997
12997
|
*,
|
|
12998
|
-
header_parameters: typing.Optional[typing.Union[
|
|
12998
|
+
header_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
12999
12999
|
path_parameter_values: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
13000
|
-
query_string_parameters: typing.Optional[typing.Union[
|
|
13000
|
+
query_string_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
13001
13001
|
) -> None:
|
|
13002
13002
|
"""Type checking stubs"""
|
|
13003
13003
|
pass
|
|
@@ -13005,7 +13005,7 @@ def _typecheckingstub__e070c286b05f9b8c290e58cc12a24f67364e1027f09cd3d5f4b4a7413
|
|
|
13005
13005
|
def _typecheckingstub__8522462011c60f4061bf027a1209a1ecdeb26e93459566abb5448778090139f1(
|
|
13006
13006
|
*,
|
|
13007
13007
|
input_template: builtins.str,
|
|
13008
|
-
input_paths_map: typing.Optional[typing.Union[
|
|
13008
|
+
input_paths_map: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
13009
13009
|
) -> None:
|
|
13010
13010
|
"""Type checking stubs"""
|
|
13011
13011
|
pass
|
aws_cdk/aws_fis/__init__.py
CHANGED
|
@@ -677,9 +677,9 @@ class CfnExperimentTemplate(
|
|
|
677
677
|
*,
|
|
678
678
|
action_id: builtins.str,
|
|
679
679
|
description: typing.Optional[builtins.str] = None,
|
|
680
|
-
parameters: typing.Optional[typing.Union[
|
|
680
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
681
681
|
start_after: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
682
|
-
targets: typing.Optional[typing.Union[
|
|
682
|
+
targets: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
683
683
|
) -> None:
|
|
684
684
|
'''Specifies an action for an experiment template.
|
|
685
685
|
|
|
@@ -755,13 +755,13 @@ class CfnExperimentTemplate(
|
|
|
755
755
|
@builtins.property
|
|
756
756
|
def parameters(
|
|
757
757
|
self,
|
|
758
|
-
) -> typing.Optional[typing.Union[
|
|
758
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
759
759
|
'''The parameters for the action.
|
|
760
760
|
|
|
761
761
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateaction.html#cfn-fis-experimenttemplate-experimenttemplateaction-parameters
|
|
762
762
|
'''
|
|
763
763
|
result = self._values.get("parameters")
|
|
764
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
764
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
765
765
|
|
|
766
766
|
@builtins.property
|
|
767
767
|
def start_after(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -775,13 +775,13 @@ class CfnExperimentTemplate(
|
|
|
775
775
|
@builtins.property
|
|
776
776
|
def targets(
|
|
777
777
|
self,
|
|
778
|
-
) -> typing.Optional[typing.Union[
|
|
778
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
779
779
|
'''The targets for the action.
|
|
780
780
|
|
|
781
781
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateaction.html#cfn-fis-experimenttemplate-experimenttemplateaction-targets
|
|
782
782
|
'''
|
|
783
783
|
result = self._values.get("targets")
|
|
784
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
784
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
785
785
|
|
|
786
786
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
787
787
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -1254,9 +1254,9 @@ class CfnExperimentTemplate(
|
|
|
1254
1254
|
resource_type: builtins.str,
|
|
1255
1255
|
selection_mode: builtins.str,
|
|
1256
1256
|
filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1257
|
-
parameters: typing.Optional[typing.Union[
|
|
1257
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1258
1258
|
resource_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1259
|
-
resource_tags: typing.Optional[typing.Union[
|
|
1259
|
+
resource_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1260
1260
|
) -> None:
|
|
1261
1261
|
'''Specifies a target for an experiment.
|
|
1262
1262
|
|
|
@@ -1353,13 +1353,13 @@ class CfnExperimentTemplate(
|
|
|
1353
1353
|
@builtins.property
|
|
1354
1354
|
def parameters(
|
|
1355
1355
|
self,
|
|
1356
|
-
) -> typing.Optional[typing.Union[
|
|
1356
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1357
1357
|
'''The parameters for the resource type.
|
|
1358
1358
|
|
|
1359
1359
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-parameters
|
|
1360
1360
|
'''
|
|
1361
1361
|
result = self._values.get("parameters")
|
|
1362
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
1362
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
1363
1363
|
|
|
1364
1364
|
@builtins.property
|
|
1365
1365
|
def resource_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -1373,13 +1373,13 @@ class CfnExperimentTemplate(
|
|
|
1373
1373
|
@builtins.property
|
|
1374
1374
|
def resource_tags(
|
|
1375
1375
|
self,
|
|
1376
|
-
) -> typing.Optional[typing.Union[
|
|
1376
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
1377
1377
|
'''The tags for the target resources.
|
|
1378
1378
|
|
|
1379
1379
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-resourcetags
|
|
1380
1380
|
'''
|
|
1381
1381
|
result = self._values.get("resource_tags")
|
|
1382
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
1382
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
1383
1383
|
|
|
1384
1384
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1385
1385
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -2184,9 +2184,9 @@ def _typecheckingstub__cfd0480625d74c960ee482fc7a2768b219a983b728703ef9e9c4b167f
|
|
|
2184
2184
|
*,
|
|
2185
2185
|
action_id: builtins.str,
|
|
2186
2186
|
description: typing.Optional[builtins.str] = None,
|
|
2187
|
-
parameters: typing.Optional[typing.Union[
|
|
2187
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2188
2188
|
start_after: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2189
|
-
targets: typing.Optional[typing.Union[
|
|
2189
|
+
targets: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2190
2190
|
) -> None:
|
|
2191
2191
|
"""Type checking stubs"""
|
|
2192
2192
|
pass
|
|
@@ -2239,9 +2239,9 @@ def _typecheckingstub__075a22ab636153af1ac0fc4f703abb9e91e119f65b235ce3d954280ae
|
|
|
2239
2239
|
resource_type: builtins.str,
|
|
2240
2240
|
selection_mode: builtins.str,
|
|
2241
2241
|
filters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2242
|
-
parameters: typing.Optional[typing.Union[
|
|
2242
|
+
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2243
2243
|
resource_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2244
|
-
resource_tags: typing.Optional[typing.Union[
|
|
2244
|
+
resource_tags: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
2245
2245
|
) -> None:
|
|
2246
2246
|
"""Type checking stubs"""
|
|
2247
2247
|
pass
|
aws_cdk/aws_fms/__init__.py
CHANGED
|
@@ -414,7 +414,7 @@ class CfnPolicy(
|
|
|
414
414
|
:param policy_description: Your description of the AWS Firewall Manager policy.
|
|
415
415
|
:param resources_clean_up: Indicates whether AWS Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope. For example, Firewall Manager will disassociate a Firewall Manager managed web ACL from a protected customer resource when the customer resource leaves policy scope. By default, Firewall Manager doesn't remove protections or delete Firewall Manager managed resources. This option is not available for Shield Advanced or AWS WAF Classic policies.
|
|
416
416
|
:param resource_set_ids: The unique identifiers of the resource sets used by the policy.
|
|
417
|
-
:param resource_tag_logical_operator:
|
|
417
|
+
:param resource_tag_logical_operator: Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag. Default: ``AND``
|
|
418
418
|
:param resource_tags: An array of ``ResourceTag`` objects, used to explicitly include resources in the policy scope or explicitly exclude them. If this isn't set, then tags aren't used to modify policy scope. See also ``ExcludeResourceTags`` .
|
|
419
419
|
:param resource_type: The type of resource protected by or in scope of the policy. This is in the format shown in the `AWS Resource Types Reference <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html>`_ . To apply this policy to multiple resource types, specify a resource type of ``ResourceTypeList`` and then specify the resource types in a ``ResourceTypeList`` . The following are valid resource types for each Firewall Manager policy type: - AWS WAF Classic - ``AWS::ApiGateway::Stage`` , ``AWS::CloudFront::Distribution`` , and ``AWS::ElasticLoadBalancingV2::LoadBalancer`` . - AWS WAF - ``AWS::ApiGateway::Stage`` , ``AWS::ElasticLoadBalancingV2::LoadBalancer`` , and ``AWS::CloudFront::Distribution`` . - Shield Advanced - ``AWS::ElasticLoadBalancingV2::LoadBalancer`` , ``AWS::ElasticLoadBalancing::LoadBalancer`` , ``AWS::EC2::EIP`` , and ``AWS::CloudFront::Distribution`` . - Network ACL - ``AWS::EC2::Subnet`` . - Security group usage audit - ``AWS::EC2::SecurityGroup`` . - Security group content audit - ``AWS::EC2::SecurityGroup`` , ``AWS::EC2::NetworkInterface`` , and ``AWS::EC2::Instance`` . - DNS Firewall, AWS Network Firewall , and third-party firewall - ``AWS::EC2::VPC`` .
|
|
420
420
|
:param resource_type_list: An array of ``ResourceType`` objects. Use this only to specify multiple resource types. To specify a single resource type, use ``ResourceType`` .
|
|
@@ -675,6 +675,7 @@ class CfnPolicy(
|
|
|
675
675
|
@builtins.property
|
|
676
676
|
@jsii.member(jsii_name="resourceTagLogicalOperator")
|
|
677
677
|
def resource_tag_logical_operator(self) -> typing.Optional[builtins.str]:
|
|
678
|
+
'''Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag.'''
|
|
678
679
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceTagLogicalOperator"))
|
|
679
680
|
|
|
680
681
|
@resource_tag_logical_operator.setter
|
|
@@ -2095,7 +2096,7 @@ class CfnPolicyProps:
|
|
|
2095
2096
|
:param policy_description: Your description of the AWS Firewall Manager policy.
|
|
2096
2097
|
:param resources_clean_up: Indicates whether AWS Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope. For example, Firewall Manager will disassociate a Firewall Manager managed web ACL from a protected customer resource when the customer resource leaves policy scope. By default, Firewall Manager doesn't remove protections or delete Firewall Manager managed resources. This option is not available for Shield Advanced or AWS WAF Classic policies.
|
|
2097
2098
|
:param resource_set_ids: The unique identifiers of the resource sets used by the policy.
|
|
2098
|
-
:param resource_tag_logical_operator:
|
|
2099
|
+
:param resource_tag_logical_operator: Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag. Default: ``AND``
|
|
2099
2100
|
:param resource_tags: An array of ``ResourceTag`` objects, used to explicitly include resources in the policy scope or explicitly exclude them. If this isn't set, then tags aren't used to modify policy scope. See also ``ExcludeResourceTags`` .
|
|
2100
2101
|
:param resource_type: The type of resource protected by or in scope of the policy. This is in the format shown in the `AWS Resource Types Reference <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html>`_ . To apply this policy to multiple resource types, specify a resource type of ``ResourceTypeList`` and then specify the resource types in a ``ResourceTypeList`` . The following are valid resource types for each Firewall Manager policy type: - AWS WAF Classic - ``AWS::ApiGateway::Stage`` , ``AWS::CloudFront::Distribution`` , and ``AWS::ElasticLoadBalancingV2::LoadBalancer`` . - AWS WAF - ``AWS::ApiGateway::Stage`` , ``AWS::ElasticLoadBalancingV2::LoadBalancer`` , and ``AWS::CloudFront::Distribution`` . - Shield Advanced - ``AWS::ElasticLoadBalancingV2::LoadBalancer`` , ``AWS::ElasticLoadBalancing::LoadBalancer`` , ``AWS::EC2::EIP`` , and ``AWS::CloudFront::Distribution`` . - Network ACL - ``AWS::EC2::Subnet`` . - Security group usage audit - ``AWS::EC2::SecurityGroup`` . - Security group content audit - ``AWS::EC2::SecurityGroup`` , ``AWS::EC2::NetworkInterface`` , and ``AWS::EC2::Instance`` . - DNS Firewall, AWS Network Firewall , and third-party firewall - ``AWS::EC2::VPC`` .
|
|
2101
2102
|
:param resource_type_list: An array of ``ResourceType`` objects. Use this only to specify multiple resource types. To specify a single resource type, use ``ResourceType`` .
|
|
@@ -2496,7 +2497,10 @@ class CfnPolicyProps:
|
|
|
2496
2497
|
|
|
2497
2498
|
@builtins.property
|
|
2498
2499
|
def resource_tag_logical_operator(self) -> typing.Optional[builtins.str]:
|
|
2499
|
-
'''
|
|
2500
|
+
'''Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag.
|
|
2501
|
+
|
|
2502
|
+
Default: ``AND``
|
|
2503
|
+
|
|
2500
2504
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetaglogicaloperator
|
|
2501
2505
|
'''
|
|
2502
2506
|
result = self._values.get("resource_tag_logical_operator")
|