aws-cdk-lib 2.201.0__py3-none-any.whl → 2.203.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 +70 -71
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.201.0.jsii.tgz → aws-cdk-lib@2.203.0.jsii.tgz} +0 -0
- aws_cdk/aws_accessanalyzer/__init__.py +310 -4
- aws_cdk/aws_aiops/__init__.py +964 -0
- aws_cdk/aws_amplify/__init__.py +127 -0
- aws_cdk/aws_arczonalshift/__init__.py +8 -8
- aws_cdk/aws_athena/__init__.py +12 -11
- aws_cdk/aws_b2bi/__init__.py +782 -3
- aws_cdk/aws_backup/__init__.py +22 -0
- aws_cdk/aws_batch/__init__.py +53 -1
- aws_cdk/aws_bedrock/__init__.py +123 -9
- aws_cdk/aws_cleanrooms/__init__.py +157 -154
- aws_cdk/aws_cloudformation/__init__.py +28 -28
- aws_cdk/aws_cloudfront/__init__.py +92 -57
- aws_cdk/aws_cloudfront/experimental/__init__.py +42 -3
- aws_cdk/aws_cloudwatch/__init__.py +228 -2
- aws_cdk/aws_connect/__init__.py +120 -8
- aws_cdk/aws_connectcampaignsv2/__init__.py +25 -4
- aws_cdk/aws_customerprofiles/__init__.py +150 -30
- aws_cdk/aws_datazone/__init__.py +23 -4
- aws_cdk/aws_deadline/__init__.py +4 -4
- aws_cdk/aws_dsql/__init__.py +148 -0
- aws_cdk/aws_ec2/__init__.py +321 -19
- aws_cdk/aws_ecr/__init__.py +3 -3
- aws_cdk/aws_ecs/__init__.py +48 -13
- aws_cdk/aws_efs/__init__.py +17 -6
- aws_cdk/aws_eks/__init__.py +180 -158
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +4 -2
- aws_cdk/aws_emrserverless/__init__.py +118 -0
- aws_cdk/aws_fsx/__init__.py +891 -0
- aws_cdk/aws_glue/__init__.py +58 -24
- aws_cdk/aws_iam/__init__.py +11 -11
- aws_cdk/aws_inspectorv2/__init__.py +442 -3
- aws_cdk/aws_kendra/__init__.py +10 -5
- aws_cdk/aws_kms/__init__.py +24 -12
- aws_cdk/aws_lambda/__init__.py +938 -36
- aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
- aws_cdk/aws_lambda_nodejs/__init__.py +37 -3
- aws_cdk/aws_lex/__init__.py +703 -0
- aws_cdk/aws_logs/__init__.py +144 -0
- aws_cdk/aws_mediatailor/__init__.py +399 -0
- aws_cdk/aws_mpa/__init__.py +1475 -0
- aws_cdk/aws_msk/__init__.py +21 -2
- aws_cdk/aws_mwaa/__init__.py +45 -2
- aws_cdk/aws_networkfirewall/__init__.py +4 -2
- aws_cdk/aws_networkmanager/__init__.py +51 -3
- aws_cdk/aws_opsworkscm/__init__.py +44 -2
- aws_cdk/aws_rds/__init__.py +175 -42
- aws_cdk/aws_redshiftserverless/__init__.py +632 -0
- aws_cdk/aws_route53resolver/__init__.py +58 -10
- aws_cdk/aws_s3/__init__.py +19 -1
- aws_cdk/aws_s3tables/__init__.py +230 -0
- aws_cdk/aws_sagemaker/__init__.py +14 -10
- aws_cdk/aws_securityhub/__init__.py +2887 -56
- aws_cdk/aws_synthetics/__init__.py +21 -0
- aws_cdk/aws_vpclattice/__init__.py +6 -4
- aws_cdk/aws_wafv2/__init__.py +849 -18
- aws_cdk/aws_workspacesinstances/__init__.py +3243 -0
- aws_cdk/cloud_assembly_schema/__init__.py +200 -4
- aws_cdk/cx_api/__init__.py +29 -14
- aws_cdk/pipelines/__init__.py +178 -41
- aws_cdk/triggers/__init__.py +41 -4
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/RECORD +69 -66
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.201.0.dist-info → aws_cdk_lib-2.203.0.dist-info}/top_level.txt +0 -0
|
@@ -744,7 +744,7 @@ class CfnGuardHook(
|
|
|
744
744
|
) -> None:
|
|
745
745
|
'''Specifies the S3 location where your Guard rules or input parameters are located.
|
|
746
746
|
|
|
747
|
-
:param uri: Specifies the S3 path to the file
|
|
747
|
+
:param uri: Specifies the S3 path to the file that contains your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ). For Guard rules, the object stored in S3 must have one of the following file extensions: ``.guard`` , ``.zip`` , or ``.tar.gz`` . For input parameters, the object stored in S3 must have one of the following file extensions: ``.yaml`` , ``.json`` , ``.zip`` , or ``.tar.gz`` .
|
|
748
748
|
:param version_id: For S3 buckets with versioning enabled, specifies the unique ID of the S3 object version to download your Guard rules or input parameters from. The Guard Hook downloads files from S3 every time the Hook is invoked. To prevent accidental changes or deletions, we recommend using a version when configuring your Guard Hook.
|
|
749
749
|
|
|
750
750
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-s3location.html
|
|
@@ -775,7 +775,7 @@ class CfnGuardHook(
|
|
|
775
775
|
|
|
776
776
|
@builtins.property
|
|
777
777
|
def uri(self) -> builtins.str:
|
|
778
|
-
'''Specifies the S3 path to the file
|
|
778
|
+
'''Specifies the S3 path to the file that contains your Guard rules or input parameters (in the form ``s3://<bucket name>/<file name>`` ).
|
|
779
779
|
|
|
780
780
|
For Guard rules, the object stored in S3 must have one of the following file extensions: ``.guard`` , ``.zip`` , or ``.tar.gz`` .
|
|
781
781
|
|
|
@@ -2034,7 +2034,7 @@ class CfnHookVersion(
|
|
|
2034
2034
|
'''
|
|
2035
2035
|
:param scope: Scope in which this resource is defined.
|
|
2036
2036
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2037
|
-
:param schema_handler_package: A URL to the Amazon S3 bucket
|
|
2037
|
+
:param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
2038
2038
|
:param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
2039
2039
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
|
|
2040
2040
|
:param logging_config: Contains logging configuration information for an extension.
|
|
@@ -2138,7 +2138,7 @@ class CfnHookVersion(
|
|
|
2138
2138
|
@builtins.property
|
|
2139
2139
|
@jsii.member(jsii_name="schemaHandlerPackage")
|
|
2140
2140
|
def schema_handler_package(self) -> builtins.str:
|
|
2141
|
-
'''A URL to the Amazon S3 bucket
|
|
2141
|
+
'''A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.'''
|
|
2142
2142
|
return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
|
|
2143
2143
|
|
|
2144
2144
|
@schema_handler_package.setter
|
|
@@ -2284,7 +2284,7 @@ class CfnHookVersionProps:
|
|
|
2284
2284
|
) -> None:
|
|
2285
2285
|
'''Properties for defining a ``CfnHookVersion``.
|
|
2286
2286
|
|
|
2287
|
-
:param schema_handler_package: A URL to the Amazon S3 bucket
|
|
2287
|
+
:param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
2288
2288
|
:param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
2289
2289
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
|
|
2290
2290
|
:param logging_config: Contains logging configuration information for an extension.
|
|
@@ -2327,7 +2327,7 @@ class CfnHookVersionProps:
|
|
|
2327
2327
|
|
|
2328
2328
|
@builtins.property
|
|
2329
2329
|
def schema_handler_package(self) -> builtins.str:
|
|
2330
|
-
'''A URL to the Amazon S3 bucket
|
|
2330
|
+
'''A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.
|
|
2331
2331
|
|
|
2332
2332
|
For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* .
|
|
2333
2333
|
.. epigraph::
|
|
@@ -3936,7 +3936,7 @@ class CfnModuleVersion(
|
|
|
3936
3936
|
:param scope: Scope in which this resource is defined.
|
|
3937
3937
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
3938
3938
|
:param module_name: The name of the module being registered.
|
|
3939
|
-
:param module_package: A URL to the S3 bucket
|
|
3939
|
+
:param module_package: A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
3940
3940
|
'''
|
|
3941
3941
|
if __debug__:
|
|
3942
3942
|
type_hints = typing.get_type_hints(_typecheckingstub__50da97e251a6b1bacc1202d70f10c857ca74139ea4e8bcc35b2ff47e8b8b2729)
|
|
@@ -4076,7 +4076,7 @@ class CfnModuleVersion(
|
|
|
4076
4076
|
@builtins.property
|
|
4077
4077
|
@jsii.member(jsii_name="modulePackage")
|
|
4078
4078
|
def module_package(self) -> builtins.str:
|
|
4079
|
-
'''A URL to the S3 bucket
|
|
4079
|
+
'''A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.'''
|
|
4080
4080
|
return typing.cast(builtins.str, jsii.get(self, "modulePackage"))
|
|
4081
4081
|
|
|
4082
4082
|
@module_package.setter
|
|
@@ -4102,7 +4102,7 @@ class CfnModuleVersionProps:
|
|
|
4102
4102
|
'''Properties for defining a ``CfnModuleVersion``.
|
|
4103
4103
|
|
|
4104
4104
|
:param module_name: The name of the module being registered.
|
|
4105
|
-
:param module_package: A URL to the S3 bucket
|
|
4105
|
+
:param module_package: A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register. For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the module version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
4106
4106
|
|
|
4107
4107
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-moduleversion.html
|
|
4108
4108
|
:exampleMetadata: fixture=_generated
|
|
@@ -4139,7 +4139,7 @@ class CfnModuleVersionProps:
|
|
|
4139
4139
|
|
|
4140
4140
|
@builtins.property
|
|
4141
4141
|
def module_package(self) -> builtins.str:
|
|
4142
|
-
'''A URL to the S3 bucket
|
|
4142
|
+
'''A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.
|
|
4143
4143
|
|
|
4144
4144
|
For more information, see `Module structure and requirements <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
4145
4145
|
.. epigraph::
|
|
@@ -5049,7 +5049,7 @@ class CfnResourceVersion(
|
|
|
5049
5049
|
'''
|
|
5050
5050
|
:param scope: Scope in which this resource is defined.
|
|
5051
5051
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5052
|
-
:param schema_handler_package: A URL to the S3 bucket
|
|
5052
|
+
:param schema_handler_package: A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
5053
5053
|
:param type_name: The name of the resource being registered. We recommend that resource names adhere to the following pattern: *company_or_organization* :: *service* :: *type* . .. epigraph:: The following organization namespaces are reserved and can't be used in your resource names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
5054
5054
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource. If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
|
|
5055
5055
|
:param logging_config: Logging configuration information for a resource.
|
|
@@ -5177,7 +5177,7 @@ class CfnResourceVersion(
|
|
|
5177
5177
|
@builtins.property
|
|
5178
5178
|
@jsii.member(jsii_name="schemaHandlerPackage")
|
|
5179
5179
|
def schema_handler_package(self) -> builtins.str:
|
|
5180
|
-
'''A URL to the S3 bucket
|
|
5180
|
+
'''A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.'''
|
|
5181
5181
|
return typing.cast(builtins.str, jsii.get(self, "schemaHandlerPackage"))
|
|
5182
5182
|
|
|
5183
5183
|
@schema_handler_package.setter
|
|
@@ -5323,7 +5323,7 @@ class CfnResourceVersionProps:
|
|
|
5323
5323
|
) -> None:
|
|
5324
5324
|
'''Properties for defining a ``CfnResourceVersion``.
|
|
5325
5325
|
|
|
5326
|
-
:param schema_handler_package: A URL to the S3 bucket
|
|
5326
|
+
:param schema_handler_package: A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register. For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* . .. epigraph:: To register the resource version, you must have ``s3:GetObject`` permissions to access the S3 objects.
|
|
5327
5327
|
:param type_name: The name of the resource being registered. We recommend that resource names adhere to the following pattern: *company_or_organization* :: *service* :: *type* . .. epigraph:: The following organization namespaces are reserved and can't be used in your resource names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``AWS`` - ``Custom`` - ``Dev``
|
|
5328
5328
|
:param execution_role_arn: The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource. If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
|
|
5329
5329
|
:param logging_config: Logging configuration information for a resource.
|
|
@@ -5366,7 +5366,7 @@ class CfnResourceVersionProps:
|
|
|
5366
5366
|
|
|
5367
5367
|
@builtins.property
|
|
5368
5368
|
def schema_handler_package(self) -> builtins.str:
|
|
5369
|
-
'''A URL to the S3 bucket
|
|
5369
|
+
'''A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.
|
|
5370
5370
|
|
|
5371
5371
|
For information on generating a schema handler package, see `Modeling resource types to use with AWS CloudFormation <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
5372
5372
|
.. epigraph::
|
|
@@ -5529,7 +5529,7 @@ class CfnStack(
|
|
|
5529
5529
|
:param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
|
|
5530
5530
|
:param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
5531
5531
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
5532
|
-
:param template_url: The URL of a file
|
|
5532
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
5533
5533
|
:param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
|
|
5534
5534
|
'''
|
|
5535
5535
|
if __debug__:
|
|
@@ -5713,7 +5713,7 @@ class CfnStack(
|
|
|
5713
5713
|
@builtins.property
|
|
5714
5714
|
@jsii.member(jsii_name="templateUrl")
|
|
5715
5715
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
5716
|
-
'''The URL of a file
|
|
5716
|
+
'''The URL of a file that contains the template body.'''
|
|
5717
5717
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
|
|
5718
5718
|
|
|
5719
5719
|
@template_url.setter
|
|
@@ -5868,7 +5868,7 @@ class CfnStackProps:
|
|
|
5868
5868
|
:param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
|
|
5869
5869
|
:param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
5870
5870
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
5871
|
-
:param template_url: The URL of a file
|
|
5871
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
5872
5872
|
:param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
|
|
5873
5873
|
|
|
5874
5874
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
|
|
@@ -5956,7 +5956,7 @@ class CfnStackProps:
|
|
|
5956
5956
|
|
|
5957
5957
|
@builtins.property
|
|
5958
5958
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
5959
|
-
'''The URL of a file
|
|
5959
|
+
'''The URL of a file that contains the template body.
|
|
5960
5960
|
|
|
5961
5961
|
The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with ``https://`` .
|
|
5962
5962
|
|
|
@@ -6106,8 +6106,8 @@ class CfnStackSet(
|
|
|
6106
6106
|
:param parameters: The input parameters for the stack set template.
|
|
6107
6107
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
6108
6108
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
|
|
6109
|
-
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates
|
|
6110
|
-
:param template_url: The URL of a file
|
|
6109
|
+
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
|
|
6110
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
6111
6111
|
'''
|
|
6112
6112
|
if __debug__:
|
|
6113
6113
|
type_hints = typing.get_type_hints(_typecheckingstub__6d9c85250c99fa8473d88e65c23c7c33031b75b34da26e2bece38ee28bd4570d)
|
|
@@ -6388,7 +6388,7 @@ class CfnStackSet(
|
|
|
6388
6388
|
@builtins.property
|
|
6389
6389
|
@jsii.member(jsii_name="templateUrl")
|
|
6390
6390
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
6391
|
-
'''The URL of a file
|
|
6391
|
+
'''The URL of a file that contains the template body.'''
|
|
6392
6392
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
|
|
6393
6393
|
|
|
6394
6394
|
@template_url.setter
|
|
@@ -7084,8 +7084,8 @@ class CfnStackSetProps:
|
|
|
7084
7084
|
:param parameters: The input parameters for the stack set template.
|
|
7085
7085
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
7086
7086
|
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
|
|
7087
|
-
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates
|
|
7088
|
-
:param template_url: The URL of a file
|
|
7087
|
+
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
|
|
7088
|
+
:param template_url: The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` . Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
7089
7089
|
|
|
7090
7090
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
|
|
7091
7091
|
:exampleMetadata: fixture=_generated
|
|
@@ -7375,7 +7375,7 @@ class CfnStackSetProps:
|
|
|
7375
7375
|
def template_body(self) -> typing.Optional[builtins.str]:
|
|
7376
7376
|
'''The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
|
7377
7377
|
|
|
7378
|
-
You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates
|
|
7378
|
+
You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through ``TemplateUrl`` instead.
|
|
7379
7379
|
|
|
7380
7380
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody
|
|
7381
7381
|
'''
|
|
@@ -7384,7 +7384,7 @@ class CfnStackSetProps:
|
|
|
7384
7384
|
|
|
7385
7385
|
@builtins.property
|
|
7386
7386
|
def template_url(self) -> typing.Optional[builtins.str]:
|
|
7387
|
-
'''The URL of a file
|
|
7387
|
+
'''The URL of a file that contains the template body.
|
|
7388
7388
|
|
|
7389
7389
|
The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with ``https://`` .
|
|
7390
7390
|
|
|
@@ -8025,7 +8025,7 @@ class CfnWaitCondition(
|
|
|
8025
8025
|
:param scope: Scope in which this resource is defined.
|
|
8026
8026
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
8027
8027
|
:param count: The number of success signals that CloudFormation must receive before it continues the stack creation process. When the wait condition receives the requisite number of success signals, CloudFormation resumes the creation of the stack. If the wait condition doesn't receive the specified number of success signals before the Timeout period expires, CloudFormation assumes that the wait condition has failed and rolls the stack back. Updates aren't supported.
|
|
8028
|
-
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
8028
|
+
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
|
|
8029
8029
|
:param timeout: The length of time (in seconds) to wait for the number of signals that the ``Count`` property specifies. ``Timeout`` is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. The maximum time that can be specified for this property is 12 hours (43200 seconds). Updates aren't supported.
|
|
8030
8030
|
'''
|
|
8031
8031
|
if __debug__:
|
|
@@ -8264,7 +8264,7 @@ class CfnWaitConditionProps:
|
|
|
8264
8264
|
'''Properties for defining a ``CfnWaitCondition``.
|
|
8265
8265
|
|
|
8266
8266
|
:param count: The number of success signals that CloudFormation must receive before it continues the stack creation process. When the wait condition receives the requisite number of success signals, CloudFormation resumes the creation of the stack. If the wait condition doesn't receive the specified number of success signals before the Timeout period expires, CloudFormation assumes that the wait condition has failed and rolls the stack back. Updates aren't supported.
|
|
8267
|
-
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
8267
|
+
:param handle: A reference to the wait condition handle used to signal this wait condition. Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource. Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command. Updates aren't supported.
|
|
8268
8268
|
:param timeout: The length of time (in seconds) to wait for the number of signals that the ``Count`` property specifies. ``Timeout`` is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. The maximum time that can be specified for this property is 12 hours (43200 seconds). Updates aren't supported.
|
|
8269
8269
|
|
|
8270
8270
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html
|
|
@@ -8312,7 +8312,7 @@ class CfnWaitConditionProps:
|
|
|
8312
8312
|
def handle(self) -> typing.Optional[builtins.str]:
|
|
8313
8313
|
'''A reference to the wait condition handle used to signal this wait condition.
|
|
8314
8314
|
|
|
8315
|
-
Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
8315
|
+
Use the ``Ref`` intrinsic function to specify an `AWS::CloudFormation::WaitConditionHandle <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html>`_ resource.
|
|
8316
8316
|
|
|
8317
8317
|
Anytime you add a ``WaitCondition`` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command.
|
|
8318
8318
|
|