aws-cdk-lib 2.162.0__py3-none-any.whl → 2.163.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 +5 -7
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.162.0.jsii.tgz → aws-cdk-lib@2.163.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigatewayv2/__init__.py +7 -7
- aws_cdk/aws_appflow/__init__.py +30 -16
- aws_cdk/aws_appsync/__init__.py +11 -21
- aws_cdk/aws_autoscaling/__init__.py +123 -0
- aws_cdk/aws_b2bi/__init__.py +83 -57
- aws_cdk/aws_cloudformation/__init__.py +5 -7
- aws_cdk/aws_codebuild/__init__.py +19 -40
- aws_cdk/aws_codepipeline/__init__.py +88 -7
- aws_cdk/aws_cognito/__init__.py +282 -168
- aws_cdk/aws_dms/__init__.py +1076 -117
- aws_cdk/aws_docdb/__init__.py +19 -13
- aws_cdk/aws_dynamodb/__init__.py +43 -22
- aws_cdk/aws_ec2/__init__.py +1213 -38
- aws_cdk/aws_ecs/__init__.py +187 -18
- aws_cdk/aws_ecs_patterns/__init__.py +189 -27
- aws_cdk/aws_efs/__init__.py +56 -37
- aws_cdk/aws_eks/__init__.py +6 -2
- aws_cdk/aws_elasticache/__init__.py +118 -118
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +21 -1
- aws_cdk/aws_emr/__init__.py +124 -57
- aws_cdk/aws_events/__init__.py +40 -0
- aws_cdk/aws_fms/__init__.py +757 -8
- aws_cdk/aws_fsx/__init__.py +245 -10
- aws_cdk/aws_gamelift/__init__.py +121 -0
- aws_cdk/aws_glue/__init__.py +344 -61
- aws_cdk/aws_iam/__init__.py +44 -0
- aws_cdk/aws_identitystore/__init__.py +4 -2
- aws_cdk/aws_iot/__init__.py +40 -12
- aws_cdk/aws_kinesis/__init__.py +239 -0
- aws_cdk/aws_kms/__init__.py +92 -3
- aws_cdk/aws_lambda/__init__.py +2 -2
- aws_cdk/aws_mediapackagev2/__init__.py +26 -10
- aws_cdk/aws_memorydb/__init__.py +7 -7
- aws_cdk/aws_networkfirewall/__init__.py +89 -0
- aws_cdk/aws_qbusiness/__init__.py +51 -7
- aws_cdk/aws_quicksight/__init__.py +221 -87
- aws_cdk/aws_rds/__init__.py +376 -75
- aws_cdk/aws_redshift/__init__.py +493 -13
- aws_cdk/aws_route53profiles/__init__.py +4 -2
- aws_cdk/aws_route53resolver/__init__.py +26 -60
- aws_cdk/aws_s3/__init__.py +104 -4
- aws_cdk/aws_s3express/__init__.py +73 -13
- aws_cdk/aws_s3outposts/__init__.py +21 -12
- aws_cdk/aws_sagemaker/__init__.py +4 -44
- aws_cdk/aws_ssmquicksetup/__init__.py +2 -2
- aws_cdk/aws_stepfunctions/__init__.py +529 -156
- aws_cdk/aws_transfer/__init__.py +15 -4
- aws_cdk/aws_waf/__init__.py +11 -11
- aws_cdk/aws_wafregional/__init__.py +12 -12
- aws_cdk/aws_wisdom/__init__.py +710 -5
- {aws_cdk_lib-2.162.0.dist-info → aws_cdk_lib-2.163.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.162.0.dist-info → aws_cdk_lib-2.163.0.dist-info}/RECORD +59 -59
- {aws_cdk_lib-2.162.0.dist-info → aws_cdk_lib-2.163.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.162.0.dist-info → aws_cdk_lib-2.163.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.162.0.dist-info → aws_cdk_lib-2.163.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.162.0.dist-info → aws_cdk_lib-2.163.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_transfer/__init__.py
CHANGED
|
@@ -2118,7 +2118,7 @@ class CfnServer(
|
|
|
2118
2118
|
:param domain: Specifies the domain of the storage system that is used for file transfers. There are two domains available: Amazon Simple Storage Service (Amazon S3) and Amazon Elastic File System (Amazon EFS). The default value is S3.
|
|
2119
2119
|
:param endpoint_details: The virtual private cloud (VPC) endpoint settings that are configured for your server. When you host your endpoint within your VPC, you can make your endpoint accessible only to resources within your VPC, or you can attach Elastic IP addresses and make your endpoint accessible to clients over the internet. Your VPC's default security groups are automatically assigned to your endpoint.
|
|
2120
2120
|
:param endpoint_type: The type of endpoint that you want your server to use. You can choose to make your server's endpoint publicly accessible (PUBLIC) or host it inside your VPC. With an endpoint that is hosted in a VPC, you can restrict access to your server and resources only within your VPC or choose to make it internet facing by attaching Elastic IP addresses directly to it. .. epigraph:: After May 19, 2021, you won't be able to create a server using ``EndpointType=VPC_ENDPOINT`` in your AWS account if your account hasn't already done so before May 19, 2021. If you have already created servers with ``EndpointType=VPC_ENDPOINT`` in your AWS account on or before May 19, 2021, you will not be affected. After this date, use ``EndpointType`` = ``VPC`` . For more information, see `Discontinuing the use of VPC_ENDPOINT <https://docs.aws.amazon.com//transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint>`_ . It is recommended that you use ``VPC`` as the ``EndpointType`` . With this endpoint type, you have the option to directly associate up to three Elastic IPv4 addresses (BYO IP included) with your server's endpoint and use VPC security groups to restrict traffic by the client's public IP address. This is not possible with ``EndpointType`` set to ``VPC_ENDPOINT`` .
|
|
2121
|
-
:param identity_provider_details: Required when ``IdentityProviderType`` is set to ``AWS_DIRECTORY_SERVICE`` , ``AWS _LAMBDA`` or ``API_GATEWAY`` . Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL.
|
|
2121
|
+
:param identity_provider_details: Required when ``IdentityProviderType`` is set to ``AWS_DIRECTORY_SERVICE`` , ``AWS _LAMBDA`` or ``API_GATEWAY`` . Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when ``IdentityProviderType`` is set to ``SERVICE_MANAGED`` .
|
|
2122
2122
|
:param identity_provider_type: The mode of authentication for a server. The default value is ``SERVICE_MANAGED`` , which allows you to store and access user credentials within the AWS Transfer Family service. Use ``AWS_DIRECTORY_SERVICE`` to provide access to Active Directory groups in AWS Directory Service for Microsoft Active Directory or Microsoft Active Directory in your on-premises environment or in AWS using AD Connector. This option also requires you to provide a Directory ID by using the ``IdentityProviderDetails`` parameter. Use the ``API_GATEWAY`` value to integrate with an identity provider of your choosing. The ``API_GATEWAY`` setting requires you to provide an Amazon API Gateway endpoint URL to call for authentication by using the ``IdentityProviderDetails`` parameter. Use the ``AWS_LAMBDA`` value to directly use an AWS Lambda function as your identity provider. If you choose this value, you must specify the ARN for the Lambda function in the ``Function`` parameter for the ``IdentityProviderDetails`` data type.
|
|
2123
2123
|
:param logging_role: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user activity in your CloudWatch logs.
|
|
2124
2124
|
:param post_authentication_login_banner: Specifies a string to display when users connect to a server. This string is displayed after the user authenticates. .. epigraph:: The SFTP protocol does not support post-authentication display banners.
|
|
@@ -2197,6 +2197,17 @@ class CfnServer(
|
|
|
2197
2197
|
'''
|
|
2198
2198
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
2199
2199
|
|
|
2200
|
+
@builtins.property
|
|
2201
|
+
@jsii.member(jsii_name="attrAs2ServiceManagedEgressIpAddresses")
|
|
2202
|
+
def attr_as2_service_managed_egress_ip_addresses(self) -> typing.List[builtins.str]:
|
|
2203
|
+
'''The list of egress IP addresses of this server.
|
|
2204
|
+
|
|
2205
|
+
These IP addresses are only relevant for servers that use the AS2 protocol. They are used for sending asynchronous MDNs. These IP addresses are assigned automatically when you create an AS2 server. Additionally, if you update an existing server and add the AS2 protocol, static IP addresses are assigned as well.
|
|
2206
|
+
|
|
2207
|
+
:cloudformationAttribute: As2ServiceManagedEgressIpAddresses
|
|
2208
|
+
'''
|
|
2209
|
+
return typing.cast(typing.List[builtins.str], jsii.get(self, "attrAs2ServiceManagedEgressIpAddresses"))
|
|
2210
|
+
|
|
2200
2211
|
@builtins.property
|
|
2201
2212
|
@jsii.member(jsii_name="attrServerId")
|
|
2202
2213
|
def attr_server_id(self) -> builtins.str:
|
|
@@ -2645,7 +2656,7 @@ class CfnServer(
|
|
|
2645
2656
|
) -> None:
|
|
2646
2657
|
'''Required when ``IdentityProviderType`` is set to ``AWS_DIRECTORY_SERVICE`` , ``AWS _LAMBDA`` or ``API_GATEWAY`` .
|
|
2647
2658
|
|
|
2648
|
-
Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL.
|
|
2659
|
+
Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when ``IdentityProviderType`` is set to ``SERVICE_MANAGED`` .
|
|
2649
2660
|
|
|
2650
2661
|
:param directory_id: The identifier of the AWS Directory Service directory that you want to use as your identity provider.
|
|
2651
2662
|
:param function: The ARN for a Lambda function to use for the Identity provider.
|
|
@@ -3170,7 +3181,7 @@ class CfnServerProps:
|
|
|
3170
3181
|
:param domain: Specifies the domain of the storage system that is used for file transfers. There are two domains available: Amazon Simple Storage Service (Amazon S3) and Amazon Elastic File System (Amazon EFS). The default value is S3.
|
|
3171
3182
|
:param endpoint_details: The virtual private cloud (VPC) endpoint settings that are configured for your server. When you host your endpoint within your VPC, you can make your endpoint accessible only to resources within your VPC, or you can attach Elastic IP addresses and make your endpoint accessible to clients over the internet. Your VPC's default security groups are automatically assigned to your endpoint.
|
|
3172
3183
|
:param endpoint_type: The type of endpoint that you want your server to use. You can choose to make your server's endpoint publicly accessible (PUBLIC) or host it inside your VPC. With an endpoint that is hosted in a VPC, you can restrict access to your server and resources only within your VPC or choose to make it internet facing by attaching Elastic IP addresses directly to it. .. epigraph:: After May 19, 2021, you won't be able to create a server using ``EndpointType=VPC_ENDPOINT`` in your AWS account if your account hasn't already done so before May 19, 2021. If you have already created servers with ``EndpointType=VPC_ENDPOINT`` in your AWS account on or before May 19, 2021, you will not be affected. After this date, use ``EndpointType`` = ``VPC`` . For more information, see `Discontinuing the use of VPC_ENDPOINT <https://docs.aws.amazon.com//transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint>`_ . It is recommended that you use ``VPC`` as the ``EndpointType`` . With this endpoint type, you have the option to directly associate up to three Elastic IPv4 addresses (BYO IP included) with your server's endpoint and use VPC security groups to restrict traffic by the client's public IP address. This is not possible with ``EndpointType`` set to ``VPC_ENDPOINT`` .
|
|
3173
|
-
:param identity_provider_details: Required when ``IdentityProviderType`` is set to ``AWS_DIRECTORY_SERVICE`` , ``AWS _LAMBDA`` or ``API_GATEWAY`` . Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL.
|
|
3184
|
+
:param identity_provider_details: Required when ``IdentityProviderType`` is set to ``AWS_DIRECTORY_SERVICE`` , ``AWS _LAMBDA`` or ``API_GATEWAY`` . Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when ``IdentityProviderType`` is set to ``SERVICE_MANAGED`` .
|
|
3174
3185
|
:param identity_provider_type: The mode of authentication for a server. The default value is ``SERVICE_MANAGED`` , which allows you to store and access user credentials within the AWS Transfer Family service. Use ``AWS_DIRECTORY_SERVICE`` to provide access to Active Directory groups in AWS Directory Service for Microsoft Active Directory or Microsoft Active Directory in your on-premises environment or in AWS using AD Connector. This option also requires you to provide a Directory ID by using the ``IdentityProviderDetails`` parameter. Use the ``API_GATEWAY`` value to integrate with an identity provider of your choosing. The ``API_GATEWAY`` setting requires you to provide an Amazon API Gateway endpoint URL to call for authentication by using the ``IdentityProviderDetails`` parameter. Use the ``AWS_LAMBDA`` value to directly use an AWS Lambda function as your identity provider. If you choose this value, you must specify the ARN for the Lambda function in the ``Function`` parameter for the ``IdentityProviderDetails`` data type.
|
|
3175
3186
|
:param logging_role: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user activity in your CloudWatch logs.
|
|
3176
3187
|
:param post_authentication_login_banner: Specifies a string to display when users connect to a server. This string is displayed after the user authenticates. .. epigraph:: The SFTP protocol does not support post-authentication display banners.
|
|
@@ -3371,7 +3382,7 @@ class CfnServerProps:
|
|
|
3371
3382
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnServer.IdentityProviderDetailsProperty]]:
|
|
3372
3383
|
'''Required when ``IdentityProviderType`` is set to ``AWS_DIRECTORY_SERVICE`` , ``AWS _LAMBDA`` or ``API_GATEWAY`` .
|
|
3373
3384
|
|
|
3374
|
-
Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL.
|
|
3385
|
+
Accepts an array containing all of the information required to use a directory in ``AWS_DIRECTORY_SERVICE`` or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when ``IdentityProviderType`` is set to ``SERVICE_MANAGED`` .
|
|
3375
3386
|
|
|
3376
3387
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityproviderdetails
|
|
3377
3388
|
'''
|
aws_cdk/aws_waf/__init__.py
CHANGED
|
@@ -233,7 +233,7 @@ class CfnByteMatchSet(
|
|
|
233
233
|
) -> None:
|
|
234
234
|
'''.. epigraph::
|
|
235
235
|
|
|
236
|
-
|
|
236
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
237
237
|
|
|
238
238
|
.. epigraph::
|
|
239
239
|
|
|
@@ -464,7 +464,7 @@ class CfnByteMatchSet(
|
|
|
464
464
|
) -> None:
|
|
465
465
|
'''.. epigraph::
|
|
466
466
|
|
|
467
|
-
|
|
467
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
468
468
|
|
|
469
469
|
.. epigraph::
|
|
470
470
|
|
|
@@ -649,7 +649,7 @@ class CfnIPSet(
|
|
|
649
649
|
):
|
|
650
650
|
'''.. epigraph::
|
|
651
651
|
|
|
652
|
-
|
|
652
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
653
653
|
|
|
654
654
|
.. epigraph::
|
|
655
655
|
|
|
@@ -787,7 +787,7 @@ class CfnIPSet(
|
|
|
787
787
|
def __init__(self, *, type: builtins.str, value: builtins.str) -> None:
|
|
788
788
|
'''.. epigraph::
|
|
789
789
|
|
|
790
|
-
|
|
790
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
791
791
|
|
|
792
792
|
.. epigraph::
|
|
793
793
|
|
|
@@ -1308,7 +1308,7 @@ class CfnSizeConstraintSet(
|
|
|
1308
1308
|
):
|
|
1309
1309
|
'''.. epigraph::
|
|
1310
1310
|
|
|
1311
|
-
|
|
1311
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
1312
1312
|
|
|
1313
1313
|
.. epigraph::
|
|
1314
1314
|
|
|
@@ -1550,7 +1550,7 @@ class CfnSizeConstraintSet(
|
|
|
1550
1550
|
) -> None:
|
|
1551
1551
|
'''.. epigraph::
|
|
1552
1552
|
|
|
1553
|
-
|
|
1553
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
1554
1554
|
|
|
1555
1555
|
.. epigraph::
|
|
1556
1556
|
|
|
@@ -1817,7 +1817,7 @@ class CfnSqlInjectionMatchSet(
|
|
|
1817
1817
|
):
|
|
1818
1818
|
'''.. epigraph::
|
|
1819
1819
|
|
|
1820
|
-
|
|
1820
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
1821
1821
|
|
|
1822
1822
|
.. epigraph::
|
|
1823
1823
|
|
|
@@ -2057,7 +2057,7 @@ class CfnSqlInjectionMatchSet(
|
|
|
2057
2057
|
) -> None:
|
|
2058
2058
|
'''.. epigraph::
|
|
2059
2059
|
|
|
2060
|
-
|
|
2060
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
2061
2061
|
|
|
2062
2062
|
.. epigraph::
|
|
2063
2063
|
|
|
@@ -2569,7 +2569,7 @@ class CfnWebACL(
|
|
|
2569
2569
|
def __init__(self, *, type: builtins.str) -> None:
|
|
2570
2570
|
'''.. epigraph::
|
|
2571
2571
|
|
|
2572
|
-
|
|
2572
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
2573
2573
|
|
|
2574
2574
|
.. epigraph::
|
|
2575
2575
|
|
|
@@ -2766,7 +2766,7 @@ class CfnXssMatchSet(
|
|
|
2766
2766
|
):
|
|
2767
2767
|
'''.. epigraph::
|
|
2768
2768
|
|
|
2769
|
-
|
|
2769
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
2770
2770
|
|
|
2771
2771
|
.. epigraph::
|
|
2772
2772
|
|
|
@@ -3002,7 +3002,7 @@ class CfnXssMatchSet(
|
|
|
3002
3002
|
) -> None:
|
|
3003
3003
|
'''.. epigraph::
|
|
3004
3004
|
|
|
3005
|
-
|
|
3005
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
3006
3006
|
|
|
3007
3007
|
.. epigraph::
|
|
3008
3008
|
|
|
@@ -233,7 +233,7 @@ class CfnByteMatchSet(
|
|
|
233
233
|
) -> None:
|
|
234
234
|
'''.. epigraph::
|
|
235
235
|
|
|
236
|
-
|
|
236
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
237
237
|
|
|
238
238
|
.. epigraph::
|
|
239
239
|
|
|
@@ -464,7 +464,7 @@ class CfnByteMatchSet(
|
|
|
464
464
|
) -> None:
|
|
465
465
|
'''.. epigraph::
|
|
466
466
|
|
|
467
|
-
|
|
467
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
468
468
|
|
|
469
469
|
.. epigraph::
|
|
470
470
|
|
|
@@ -649,7 +649,7 @@ class CfnGeoMatchSet(
|
|
|
649
649
|
):
|
|
650
650
|
'''.. epigraph::
|
|
651
651
|
|
|
652
|
-
|
|
652
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
653
653
|
|
|
654
654
|
.. epigraph::
|
|
655
655
|
|
|
@@ -787,7 +787,7 @@ class CfnGeoMatchSet(
|
|
|
787
787
|
def __init__(self, *, type: builtins.str, value: builtins.str) -> None:
|
|
788
788
|
'''.. epigraph::
|
|
789
789
|
|
|
790
|
-
|
|
790
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
791
791
|
|
|
792
792
|
.. epigraph::
|
|
793
793
|
|
|
@@ -946,7 +946,7 @@ class CfnIPSet(
|
|
|
946
946
|
):
|
|
947
947
|
'''.. epigraph::
|
|
948
948
|
|
|
949
|
-
|
|
949
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
950
950
|
|
|
951
951
|
.. epigraph::
|
|
952
952
|
|
|
@@ -1084,7 +1084,7 @@ class CfnIPSet(
|
|
|
1084
1084
|
def __init__(self, *, type: builtins.str, value: builtins.str) -> None:
|
|
1085
1085
|
'''.. epigraph::
|
|
1086
1086
|
|
|
1087
|
-
|
|
1087
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
1088
1088
|
|
|
1089
1089
|
.. epigraph::
|
|
1090
1090
|
|
|
@@ -2229,7 +2229,7 @@ class CfnSizeConstraintSet(
|
|
|
2229
2229
|
):
|
|
2230
2230
|
'''.. epigraph::
|
|
2231
2231
|
|
|
2232
|
-
|
|
2232
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
2233
2233
|
|
|
2234
2234
|
.. epigraph::
|
|
2235
2235
|
|
|
@@ -2473,7 +2473,7 @@ class CfnSizeConstraintSet(
|
|
|
2473
2473
|
) -> None:
|
|
2474
2474
|
'''.. epigraph::
|
|
2475
2475
|
|
|
2476
|
-
|
|
2476
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
2477
2477
|
|
|
2478
2478
|
.. epigraph::
|
|
2479
2479
|
|
|
@@ -2742,7 +2742,7 @@ class CfnSqlInjectionMatchSet(
|
|
|
2742
2742
|
):
|
|
2743
2743
|
'''.. epigraph::
|
|
2744
2744
|
|
|
2745
|
-
|
|
2745
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
2746
2746
|
|
|
2747
2747
|
.. epigraph::
|
|
2748
2748
|
|
|
@@ -2982,7 +2982,7 @@ class CfnSqlInjectionMatchSet(
|
|
|
2982
2982
|
) -> None:
|
|
2983
2983
|
'''.. epigraph::
|
|
2984
2984
|
|
|
2985
|
-
|
|
2985
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
2986
2986
|
|
|
2987
2987
|
.. epigraph::
|
|
2988
2988
|
|
|
@@ -3866,7 +3866,7 @@ class CfnXssMatchSet(
|
|
|
3866
3866
|
):
|
|
3867
3867
|
'''.. epigraph::
|
|
3868
3868
|
|
|
3869
|
-
|
|
3869
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
3870
3870
|
|
|
3871
3871
|
.. epigraph::
|
|
3872
3872
|
|
|
@@ -4104,7 +4104,7 @@ class CfnXssMatchSet(
|
|
|
4104
4104
|
) -> None:
|
|
4105
4105
|
'''.. epigraph::
|
|
4106
4106
|
|
|
4107
|
-
|
|
4107
|
+
AWS WAF Classic support will end on September 30, 2025.
|
|
4108
4108
|
|
|
4109
4109
|
.. epigraph::
|
|
4110
4110
|
|