aws-cdk-lib 2.105.0__py3-none-any.whl → 2.106.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +59 -69
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.105.0.jsii.tgz → aws-cdk-lib@2.106.1.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +25 -11
- aws_cdk/aws_appintegrations/__init__.py +60 -60
- aws_cdk/aws_apprunner/__init__.py +22 -3
- aws_cdk/aws_appstream/__init__.py +12 -5
- aws_cdk/aws_appsync/__init__.py +4 -4
- aws_cdk/aws_autoscaling/__init__.py +8 -0
- aws_cdk/aws_cloudformation/__init__.py +59 -69
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +23 -31
- aws_cdk/aws_config/__init__.py +46 -41
- aws_cdk/aws_datapipeline/__init__.py +54 -54
- aws_cdk/aws_directoryservice/__init__.py +45 -45
- aws_cdk/aws_ec2/__init__.py +163 -21
- aws_cdk/aws_ecs/__init__.py +52 -68
- aws_cdk/aws_eks/__init__.py +55 -9
- aws_cdk/aws_entityresolution/__init__.py +9 -0
- aws_cdk/aws_events/__init__.py +0 -8
- aws_cdk/aws_eventschemas/__init__.py +12 -12
- aws_cdk/aws_gamelift/__init__.py +4 -6
- aws_cdk/aws_internetmonitor/__init__.py +12 -10
- aws_cdk/aws_iot/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +8 -5
- aws_cdk/aws_lambda/__init__.py +30 -0
- aws_cdk/aws_msk/__init__.py +3 -3
- aws_cdk/aws_networkmanager/__init__.py +1 -1
- aws_cdk/aws_pinpoint/__init__.py +94 -94
- aws_cdk/aws_quicksight/__init__.py +189 -264
- aws_cdk/aws_rds/__init__.py +267 -36
- aws_cdk/aws_rolesanywhere/__init__.py +53 -41
- aws_cdk/aws_route53/__init__.py +3 -7
- aws_cdk/aws_s3/__init__.py +191 -2
- aws_cdk/aws_sam/__init__.py +42 -47
- aws_cdk/aws_servicecatalogappregistry/__init__.py +2 -4
- aws_cdk/aws_ssm/__init__.py +4 -4
- aws_cdk/aws_stepfunctions_tasks/__init__.py +9 -2
- aws_cdk/aws_vpclattice/__init__.py +2 -6
- aws_cdk/aws_wafv2/__init__.py +21 -8
- {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/METADATA +3 -3
- {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/RECORD +47 -47
- {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.105.0.dist-info → aws_cdk_lib-2.106.1.dist-info}/top_level.txt +0 -0
aws_cdk/__init__.py
CHANGED
|
@@ -7945,10 +7945,10 @@ class CfnRuleProps:
|
|
|
7945
7945
|
jsii_type="aws-cdk-lib.CfnStackProps",
|
|
7946
7946
|
jsii_struct_bases=[],
|
|
7947
7947
|
name_mapping={
|
|
7948
|
-
"template_url": "templateUrl",
|
|
7949
7948
|
"notification_arns": "notificationArns",
|
|
7950
7949
|
"parameters": "parameters",
|
|
7951
7950
|
"tags": "tags",
|
|
7951
|
+
"template_url": "templateUrl",
|
|
7952
7952
|
"timeout_in_minutes": "timeoutInMinutes",
|
|
7953
7953
|
},
|
|
7954
7954
|
)
|
|
@@ -7956,18 +7956,18 @@ class CfnStackProps:
|
|
|
7956
7956
|
def __init__(
|
|
7957
7957
|
self,
|
|
7958
7958
|
*,
|
|
7959
|
-
template_url: builtins.str,
|
|
7960
7959
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
7961
7960
|
parameters: typing.Optional[typing.Union["IResolvable", typing.Mapping[builtins.str, builtins.str]]] = None,
|
|
7962
7961
|
tags: typing.Optional[typing.Sequence[typing.Union["CfnTag", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7962
|
+
template_url: typing.Optional[builtins.str] = None,
|
|
7963
7963
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|
|
7964
7964
|
) -> None:
|
|
7965
7965
|
'''Properties for defining a ``CfnStack``.
|
|
7966
7966
|
|
|
7967
|
-
:param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
7968
7967
|
:param notification_arns: The Amazon Simple Notification Service (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).
|
|
7969
7968
|
: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. Conditional. 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.
|
|
7970
7969
|
:param tags: Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
7970
|
+
:param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
7971
7971
|
: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.
|
|
7972
7972
|
|
|
7973
7973
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html
|
|
@@ -7980,9 +7980,6 @@ class CfnStackProps:
|
|
|
7980
7980
|
import aws_cdk as cdk
|
|
7981
7981
|
|
|
7982
7982
|
cfn_stack_props = cdk.CfnStackProps(
|
|
7983
|
-
template_url="templateUrl",
|
|
7984
|
-
|
|
7985
|
-
# the properties below are optional
|
|
7986
7983
|
notification_arns=["notificationArns"],
|
|
7987
7984
|
parameters={
|
|
7988
7985
|
"parameters_key": "parameters"
|
|
@@ -7991,42 +7988,29 @@ class CfnStackProps:
|
|
|
7991
7988
|
key="key",
|
|
7992
7989
|
value="value"
|
|
7993
7990
|
)],
|
|
7991
|
+
template_url="templateUrl",
|
|
7994
7992
|
timeout_in_minutes=123
|
|
7995
7993
|
)
|
|
7996
7994
|
'''
|
|
7997
7995
|
if __debug__:
|
|
7998
7996
|
type_hints = typing.get_type_hints(_typecheckingstub__9fb527d4bac73dc363319bbe1cf2be973d3eb9db93eb4ec913a8151682c3f223)
|
|
7999
|
-
check_type(argname="argument template_url", value=template_url, expected_type=type_hints["template_url"])
|
|
8000
7997
|
check_type(argname="argument notification_arns", value=notification_arns, expected_type=type_hints["notification_arns"])
|
|
8001
7998
|
check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
|
|
8002
7999
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
8000
|
+
check_type(argname="argument template_url", value=template_url, expected_type=type_hints["template_url"])
|
|
8003
8001
|
check_type(argname="argument timeout_in_minutes", value=timeout_in_minutes, expected_type=type_hints["timeout_in_minutes"])
|
|
8004
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
8005
|
-
"template_url": template_url,
|
|
8006
|
-
}
|
|
8002
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
8007
8003
|
if notification_arns is not None:
|
|
8008
8004
|
self._values["notification_arns"] = notification_arns
|
|
8009
8005
|
if parameters is not None:
|
|
8010
8006
|
self._values["parameters"] = parameters
|
|
8011
8007
|
if tags is not None:
|
|
8012
8008
|
self._values["tags"] = tags
|
|
8009
|
+
if template_url is not None:
|
|
8010
|
+
self._values["template_url"] = template_url
|
|
8013
8011
|
if timeout_in_minutes is not None:
|
|
8014
8012
|
self._values["timeout_in_minutes"] = timeout_in_minutes
|
|
8015
8013
|
|
|
8016
|
-
@builtins.property
|
|
8017
|
-
def template_url(self) -> builtins.str:
|
|
8018
|
-
'''Location of file containing the template body.
|
|
8019
|
-
|
|
8020
|
-
The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ .
|
|
8021
|
-
|
|
8022
|
-
Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
8023
|
-
|
|
8024
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html#cfn-cloudformation-stack-templateurl
|
|
8025
|
-
'''
|
|
8026
|
-
result = self._values.get("template_url")
|
|
8027
|
-
assert result is not None, "Required property 'template_url' is missing"
|
|
8028
|
-
return typing.cast(builtins.str, result)
|
|
8029
|
-
|
|
8030
8014
|
@builtins.property
|
|
8031
8015
|
def notification_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
8032
8016
|
'''The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events.
|
|
@@ -8069,6 +8053,19 @@ class CfnStackProps:
|
|
|
8069
8053
|
result = self._values.get("tags")
|
|
8070
8054
|
return typing.cast(typing.Optional[typing.List["CfnTag"]], result)
|
|
8071
8055
|
|
|
8056
|
+
@builtins.property
|
|
8057
|
+
def template_url(self) -> typing.Optional[builtins.str]:
|
|
8058
|
+
'''Location of file containing the template body.
|
|
8059
|
+
|
|
8060
|
+
The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ .
|
|
8061
|
+
|
|
8062
|
+
Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
8063
|
+
|
|
8064
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html#cfn-cloudformation-stack-templateurl
|
|
8065
|
+
'''
|
|
8066
|
+
result = self._values.get("template_url")
|
|
8067
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
8068
|
+
|
|
8072
8069
|
@builtins.property
|
|
8073
8070
|
def timeout_in_minutes(self) -> typing.Optional[jsii.Number]:
|
|
8074
8071
|
'''The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state.
|
|
@@ -8138,7 +8135,7 @@ class CfnStackSetProps:
|
|
|
8138
8135
|
'''Properties for defining a ``CfnStackSet``.
|
|
8139
8136
|
|
|
8140
8137
|
:param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant Self-Managed Stack Set Permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations .
|
|
8141
|
-
:param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
|
|
8138
|
+
:param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set. .. epigraph:: The ``StackSetName`` property is required.
|
|
8142
8139
|
:param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Prerequisites: Granting Permissions for Stack Set Operations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html>`_ in the *AWS CloudFormation User Guide* . *Minimum* : ``20`` *Maximum* : ``2048``
|
|
8143
8140
|
:param auto_deployment: [ ``Service-managed`` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
|
8144
8141
|
:param call_as: [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. *Valid Values* : ``SELF`` | ``DELEGATED_ADMIN``
|
|
@@ -8149,8 +8146,8 @@ class CfnStackSetProps:
|
|
|
8149
8146
|
:param operation_preferences: The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
|
8150
8147
|
:param parameters: The input parameters for the stack set template.
|
|
8151
8148
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
8152
|
-
:param tags:
|
|
8153
|
-
: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 containing dynamic references through ``TemplateUrl`` instead.
|
|
8149
|
+
:param tags: Key-value pairs to associate with this stack. AWS 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, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.
|
|
8150
|
+
: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 containing dynamic references through ``TemplateUrl`` instead.
|
|
8154
8151
|
:param template_url: Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to `Template Anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
8155
8152
|
|
|
8156
8153
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
|
|
@@ -8280,10 +8277,6 @@ class CfnStackSetProps:
|
|
|
8280
8277
|
'''The name to associate with the stack set.
|
|
8281
8278
|
|
|
8282
8279
|
The name must be unique in the Region where you create your stack set.
|
|
8283
|
-
|
|
8284
|
-
*Maximum* : ``128``
|
|
8285
|
-
|
|
8286
|
-
*Pattern* : ``^[a-zA-Z][a-zA-Z0-9-]{0,127}$``
|
|
8287
8280
|
.. epigraph::
|
|
8288
8281
|
|
|
8289
8282
|
The ``StackSetName`` property is required.
|
|
@@ -8436,9 +8429,11 @@ class CfnStackSetProps:
|
|
|
8436
8429
|
|
|
8437
8430
|
@builtins.property
|
|
8438
8431
|
def tags(self) -> typing.Optional[typing.List["CfnTag"]]:
|
|
8439
|
-
'''
|
|
8432
|
+
'''Key-value pairs to associate with this stack.
|
|
8433
|
+
|
|
8434
|
+
AWS CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags.
|
|
8440
8435
|
|
|
8441
|
-
|
|
8436
|
+
If you don't specify this parameter, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.
|
|
8442
8437
|
|
|
8443
8438
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-tags
|
|
8444
8439
|
'''
|
|
@@ -8451,10 +8446,6 @@ class CfnStackSetProps:
|
|
|
8451
8446
|
|
|
8452
8447
|
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 containing dynamic references through ``TemplateUrl`` instead.
|
|
8453
8448
|
|
|
8454
|
-
*Minimum* : ``1``
|
|
8455
|
-
|
|
8456
|
-
*Maximum* : ``51200``
|
|
8457
|
-
|
|
8458
8449
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody
|
|
8459
8450
|
'''
|
|
8460
8451
|
result = self._values.get("template_body")
|
|
@@ -29054,9 +29045,6 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29054
29045
|
import aws_cdk as cdk
|
|
29055
29046
|
|
|
29056
29047
|
cfn_stack = cdk.CfnStack(self, "MyCfnStack",
|
|
29057
|
-
template_url="templateUrl",
|
|
29058
|
-
|
|
29059
|
-
# the properties below are optional
|
|
29060
29048
|
notification_arns=["notificationArns"],
|
|
29061
29049
|
parameters={
|
|
29062
29050
|
"parameters_key": "parameters"
|
|
@@ -29065,6 +29053,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29065
29053
|
key="key",
|
|
29066
29054
|
value="value"
|
|
29067
29055
|
)],
|
|
29056
|
+
template_url="templateUrl",
|
|
29068
29057
|
timeout_in_minutes=123
|
|
29069
29058
|
)
|
|
29070
29059
|
'''
|
|
@@ -29074,19 +29063,19 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29074
29063
|
scope: _constructs_77d1e7e8.Construct,
|
|
29075
29064
|
id: builtins.str,
|
|
29076
29065
|
*,
|
|
29077
|
-
template_url: builtins.str,
|
|
29078
29066
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
29079
29067
|
parameters: typing.Optional[typing.Union[IResolvable, typing.Mapping[builtins.str, builtins.str]]] = None,
|
|
29080
29068
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnTag, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
29069
|
+
template_url: typing.Optional[builtins.str] = None,
|
|
29081
29070
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|
|
29082
29071
|
) -> None:
|
|
29083
29072
|
'''
|
|
29084
29073
|
:param scope: Scope in which this resource is defined.
|
|
29085
29074
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
29086
|
-
:param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
29087
29075
|
:param notification_arns: The Amazon Simple Notification Service (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).
|
|
29088
29076
|
: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. Conditional. 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.
|
|
29089
29077
|
:param tags: Key-value pairs to associate with this stack. AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
29078
|
+
:param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
29090
29079
|
: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.
|
|
29091
29080
|
'''
|
|
29092
29081
|
if __debug__:
|
|
@@ -29094,10 +29083,10 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29094
29083
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
29095
29084
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
29096
29085
|
props = CfnStackProps(
|
|
29097
|
-
template_url=template_url,
|
|
29098
29086
|
notification_arns=notification_arns,
|
|
29099
29087
|
parameters=parameters,
|
|
29100
29088
|
tags=tags,
|
|
29089
|
+
template_url=template_url,
|
|
29101
29090
|
timeout_in_minutes=timeout_in_minutes,
|
|
29102
29091
|
)
|
|
29103
29092
|
|
|
@@ -29224,19 +29213,6 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29224
29213
|
'''Tag Manager which manages the tags for this resource.'''
|
|
29225
29214
|
return typing.cast(TagManager, jsii.get(self, "tags"))
|
|
29226
29215
|
|
|
29227
|
-
@builtins.property
|
|
29228
|
-
@jsii.member(jsii_name="templateUrl")
|
|
29229
|
-
def template_url(self) -> builtins.str:
|
|
29230
|
-
'''Location of file containing the template body.'''
|
|
29231
|
-
return typing.cast(builtins.str, jsii.get(self, "templateUrl"))
|
|
29232
|
-
|
|
29233
|
-
@template_url.setter
|
|
29234
|
-
def template_url(self, value: builtins.str) -> None:
|
|
29235
|
-
if __debug__:
|
|
29236
|
-
type_hints = typing.get_type_hints(_typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b)
|
|
29237
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
29238
|
-
jsii.set(self, "templateUrl", value)
|
|
29239
|
-
|
|
29240
29216
|
@builtins.property
|
|
29241
29217
|
@jsii.member(jsii_name="notificationArns")
|
|
29242
29218
|
def notification_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
@@ -29284,6 +29260,19 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29284
29260
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
29285
29261
|
jsii.set(self, "tagsRaw", value)
|
|
29286
29262
|
|
|
29263
|
+
@builtins.property
|
|
29264
|
+
@jsii.member(jsii_name="templateUrl")
|
|
29265
|
+
def template_url(self) -> typing.Optional[builtins.str]:
|
|
29266
|
+
'''Location of file containing the template body.'''
|
|
29267
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "templateUrl"))
|
|
29268
|
+
|
|
29269
|
+
@template_url.setter
|
|
29270
|
+
def template_url(self, value: typing.Optional[builtins.str]) -> None:
|
|
29271
|
+
if __debug__:
|
|
29272
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b)
|
|
29273
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
29274
|
+
jsii.set(self, "templateUrl", value)
|
|
29275
|
+
|
|
29287
29276
|
@builtins.property
|
|
29288
29277
|
@jsii.member(jsii_name="timeoutInMinutes")
|
|
29289
29278
|
def timeout_in_minutes(self) -> typing.Optional[jsii.Number]:
|
|
@@ -29504,7 +29493,7 @@ class CfnStackSet(
|
|
|
29504
29493
|
:param scope: Scope in which this resource is defined.
|
|
29505
29494
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
29506
29495
|
:param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant Self-Managed Stack Set Permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations .
|
|
29507
|
-
:param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
|
|
29496
|
+
:param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set. .. epigraph:: The ``StackSetName`` property is required.
|
|
29508
29497
|
:param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Prerequisites: Granting Permissions for Stack Set Operations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html>`_ in the *AWS CloudFormation User Guide* . *Minimum* : ``20`` *Maximum* : ``2048``
|
|
29509
29498
|
:param auto_deployment: [ ``Service-managed`` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
|
|
29510
29499
|
:param call_as: [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. *Valid Values* : ``SELF`` | ``DELEGATED_ADMIN``
|
|
@@ -29515,8 +29504,8 @@ class CfnStackSet(
|
|
|
29515
29504
|
:param operation_preferences: The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
|
29516
29505
|
:param parameters: The input parameters for the stack set template.
|
|
29517
29506
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
29518
|
-
:param tags:
|
|
29519
|
-
: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 containing dynamic references through ``TemplateUrl`` instead.
|
|
29507
|
+
:param tags: Key-value pairs to associate with this stack. AWS 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, AWS CloudFormation doesn't modify the stack's tags. If you specify an empty value, AWS CloudFormation removes all associated tags.
|
|
29508
|
+
: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 containing dynamic references through ``TemplateUrl`` instead.
|
|
29520
29509
|
:param template_url: Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to `Template Anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
29521
29510
|
'''
|
|
29522
29511
|
if __debug__:
|
|
@@ -29772,7 +29761,7 @@ class CfnStackSet(
|
|
|
29772
29761
|
@builtins.property
|
|
29773
29762
|
@jsii.member(jsii_name="tagsRaw")
|
|
29774
29763
|
def tags_raw(self) -> typing.Optional[typing.List[CfnTag]]:
|
|
29775
|
-
'''
|
|
29764
|
+
'''Key-value pairs to associate with this stack.'''
|
|
29776
29765
|
return typing.cast(typing.Optional[typing.List[CfnTag]], jsii.get(self, "tagsRaw"))
|
|
29777
29766
|
|
|
29778
29767
|
@tags_raw.setter
|
|
@@ -30993,7 +30982,8 @@ class CfnWaitConditionHandle(
|
|
|
30993
30982
|
@builtins.property
|
|
30994
30983
|
@jsii.member(jsii_name="attrId")
|
|
30995
30984
|
def attr_id(self) -> builtins.str:
|
|
30996
|
-
'''
|
|
30985
|
+
'''A unique identifier for the resource.
|
|
30986
|
+
|
|
30997
30987
|
:cloudformationAttribute: Id
|
|
30998
30988
|
'''
|
|
30999
30989
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
@@ -34554,10 +34544,10 @@ def _typecheckingstub__b4a89ebbdf831c87a631869cbefb7a1b6d6a2f1ce5b8030f61d58f473
|
|
|
34554
34544
|
|
|
34555
34545
|
def _typecheckingstub__9fb527d4bac73dc363319bbe1cf2be973d3eb9db93eb4ec913a8151682c3f223(
|
|
34556
34546
|
*,
|
|
34557
|
-
template_url: builtins.str,
|
|
34558
34547
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
34559
34548
|
parameters: typing.Optional[typing.Union[IResolvable, typing.Mapping[builtins.str, builtins.str]]] = None,
|
|
34560
34549
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnTag, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
34550
|
+
template_url: typing.Optional[builtins.str] = None,
|
|
34561
34551
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|
|
34562
34552
|
) -> None:
|
|
34563
34553
|
"""Type checking stubs"""
|
|
@@ -37305,10 +37295,10 @@ def _typecheckingstub__a8594abaf48bfc733fdc85ceff8c2d40dba03f52ce866519ff597396f
|
|
|
37305
37295
|
scope: _constructs_77d1e7e8.Construct,
|
|
37306
37296
|
id: builtins.str,
|
|
37307
37297
|
*,
|
|
37308
|
-
template_url: builtins.str,
|
|
37309
37298
|
notification_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
37310
37299
|
parameters: typing.Optional[typing.Union[IResolvable, typing.Mapping[builtins.str, builtins.str]]] = None,
|
|
37311
37300
|
tags: typing.Optional[typing.Sequence[typing.Union[CfnTag, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
37301
|
+
template_url: typing.Optional[builtins.str] = None,
|
|
37312
37302
|
timeout_in_minutes: typing.Optional[jsii.Number] = None,
|
|
37313
37303
|
) -> None:
|
|
37314
37304
|
"""Type checking stubs"""
|
|
@@ -37326,12 +37316,6 @@ def _typecheckingstub__f54de01e03398f15d0eece2c394fd8529a0a45c02630be488a90b452b
|
|
|
37326
37316
|
"""Type checking stubs"""
|
|
37327
37317
|
pass
|
|
37328
37318
|
|
|
37329
|
-
def _typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b(
|
|
37330
|
-
value: builtins.str,
|
|
37331
|
-
) -> None:
|
|
37332
|
-
"""Type checking stubs"""
|
|
37333
|
-
pass
|
|
37334
|
-
|
|
37335
37319
|
def _typecheckingstub__c9c77d10e222f51987b4f16f428d98153c077789a4dc99f5943c9a4b1c2da262(
|
|
37336
37320
|
value: typing.Optional[typing.List[builtins.str]],
|
|
37337
37321
|
) -> None:
|
|
@@ -37350,6 +37334,12 @@ def _typecheckingstub__01a1e89136d78f617e17761b0d0ff550a27df4b2af18d366390e08756
|
|
|
37350
37334
|
"""Type checking stubs"""
|
|
37351
37335
|
pass
|
|
37352
37336
|
|
|
37337
|
+
def _typecheckingstub__fca2333050ec1bc7ded0826e01e92f6e2eeb3665b01935ccce638b9997563a9b(
|
|
37338
|
+
value: typing.Optional[builtins.str],
|
|
37339
|
+
) -> None:
|
|
37340
|
+
"""Type checking stubs"""
|
|
37341
|
+
pass
|
|
37342
|
+
|
|
37353
37343
|
def _typecheckingstub__014f1ef9e7a515362b7a296620ed8a84c70f46604a2c87b2ec9c0925b167ddd3(
|
|
37354
37344
|
value: typing.Optional[jsii.Number],
|
|
37355
37345
|
) -> None:
|
aws_cdk/_jsii/__init__.py
CHANGED
|
@@ -16,7 +16,7 @@ import aws_cdk.asset_node_proxy_agent_v6._jsii
|
|
|
16
16
|
import constructs._jsii
|
|
17
17
|
|
|
18
18
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
19
|
-
"aws-cdk-lib", "2.
|
|
19
|
+
"aws-cdk-lib", "2.106.1", __name__[0:-6], "aws-cdk-lib@2.106.1.jsii.tgz"
|
|
20
20
|
)
|
|
21
21
|
|
|
22
22
|
__all__ = [
|
|
Binary file
|
aws_cdk/aws_amplify/__init__.py
CHANGED
|
@@ -1514,9 +1514,9 @@ class CfnBranch(
|
|
|
1514
1514
|
'''
|
|
1515
1515
|
:param scope: Scope in which this resource is defined.
|
|
1516
1516
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1517
|
-
:param app_id: The unique ID for an Amplify app.
|
|
1517
|
+
:param app_id: The unique ID for an Amplify app.
|
|
1518
1518
|
:param branch_name: The name for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 255. *Pattern:* (?s).+
|
|
1519
|
-
:param backend:
|
|
1519
|
+
:param backend: The backend environment for an Amplify app.
|
|
1520
1520
|
:param basic_auth_config: The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format ``user:password`` .
|
|
1521
1521
|
:param build_spec: The build specification (build spec) for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 25000. *Pattern:* (?s).+
|
|
1522
1522
|
:param description: The description for the branch that is part of an Amplify app. *Length Constraints:* Maximum length of 1000. *Pattern:* (?s).*
|
|
@@ -1642,6 +1642,7 @@ class CfnBranch(
|
|
|
1642
1642
|
def backend(
|
|
1643
1643
|
self,
|
|
1644
1644
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBranch.BackendProperty"]]:
|
|
1645
|
+
'''The backend environment for an Amplify app.'''
|
|
1645
1646
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBranch.BackendProperty"]], jsii.get(self, "backend"))
|
|
1646
1647
|
|
|
1647
1648
|
@backend.setter
|
|
@@ -1832,8 +1833,9 @@ class CfnBranch(
|
|
|
1832
1833
|
)
|
|
1833
1834
|
class BackendProperty:
|
|
1834
1835
|
def __init__(self, *, stack_arn: typing.Optional[builtins.str] = None) -> None:
|
|
1835
|
-
'''
|
|
1836
|
-
|
|
1836
|
+
'''Describes the backend properties associated with an Amplify ``Branch`` .
|
|
1837
|
+
|
|
1838
|
+
:param stack_arn: The Amazon Resource Name (ARN) for the AWS CloudFormation stack.
|
|
1837
1839
|
|
|
1838
1840
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-backend.html
|
|
1839
1841
|
:exampleMetadata: fixture=_generated
|
|
@@ -1857,7 +1859,8 @@ class CfnBranch(
|
|
|
1857
1859
|
|
|
1858
1860
|
@builtins.property
|
|
1859
1861
|
def stack_arn(self) -> typing.Optional[builtins.str]:
|
|
1860
|
-
'''
|
|
1862
|
+
'''The Amazon Resource Name (ARN) for the AWS CloudFormation stack.
|
|
1863
|
+
|
|
1861
1864
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-branch-backend.html#cfn-amplify-branch-backend-stackarn
|
|
1862
1865
|
'''
|
|
1863
1866
|
result = self._values.get("stack_arn")
|
|
@@ -2090,9 +2093,9 @@ class CfnBranchProps:
|
|
|
2090
2093
|
) -> None:
|
|
2091
2094
|
'''Properties for defining a ``CfnBranch``.
|
|
2092
2095
|
|
|
2093
|
-
:param app_id: The unique ID for an Amplify app.
|
|
2096
|
+
:param app_id: The unique ID for an Amplify app.
|
|
2094
2097
|
:param branch_name: The name for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 255. *Pattern:* (?s).+
|
|
2095
|
-
:param backend:
|
|
2098
|
+
:param backend: The backend environment for an Amplify app.
|
|
2096
2099
|
:param basic_auth_config: The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format ``user:password`` .
|
|
2097
2100
|
:param build_spec: The build specification (build spec) for the branch. *Length Constraints:* Minimum length of 1. Maximum length of 25000. *Pattern:* (?s).+
|
|
2098
2101
|
:param description: The description for the branch that is part of an Amplify app. *Length Constraints:* Maximum length of 1000. *Pattern:* (?s).*
|
|
@@ -2196,10 +2199,6 @@ class CfnBranchProps:
|
|
|
2196
2199
|
def app_id(self) -> builtins.str:
|
|
2197
2200
|
'''The unique ID for an Amplify app.
|
|
2198
2201
|
|
|
2199
|
-
*Length Constraints:* Minimum length of 1. Maximum length of 20.
|
|
2200
|
-
|
|
2201
|
-
*Pattern:* d[a-z0-9]+
|
|
2202
|
-
|
|
2203
2202
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid
|
|
2204
2203
|
'''
|
|
2205
2204
|
result = self._values.get("app_id")
|
|
@@ -2224,7 +2223,8 @@ class CfnBranchProps:
|
|
|
2224
2223
|
def backend(
|
|
2225
2224
|
self,
|
|
2226
2225
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBranch.BackendProperty]]:
|
|
2227
|
-
'''
|
|
2226
|
+
'''The backend environment for an Amplify app.
|
|
2227
|
+
|
|
2228
2228
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-backend
|
|
2229
2229
|
'''
|
|
2230
2230
|
result = self._values.get("backend")
|
|
@@ -156,14 +156,6 @@ class CfnApplication(
|
|
|
156
156
|
'''
|
|
157
157
|
return typing.cast(builtins.str, jsii.get(self, "attrApplicationId"))
|
|
158
158
|
|
|
159
|
-
@builtins.property
|
|
160
|
-
@jsii.member(jsii_name="attrId")
|
|
161
|
-
def attr_id(self) -> builtins.str:
|
|
162
|
-
'''
|
|
163
|
-
:cloudformationAttribute: Id
|
|
164
|
-
'''
|
|
165
|
-
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
166
|
-
|
|
167
159
|
@builtins.property
|
|
168
160
|
@jsii.member(jsii_name="cfnProperties")
|
|
169
161
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -457,7 +449,7 @@ class CfnConfigurationProfile(
|
|
|
457
449
|
:param location_uri: A URI to locate the configuration. You can specify the following:. - For the AWS AppConfig hosted configuration store and for feature flags, specify ``hosted`` . - For an AWS Systems Manager Parameter Store parameter, specify either the parameter name in the format ``ssm-parameter://<parameter name>`` or the ARN. - For an AWS CodePipeline pipeline, specify the URI in the following format: ``codepipeline`` ://. - For an AWS Secrets Manager secret, specify the URI in the following format: ``secretsmanager`` ://. - For an Amazon S3 object, specify the URI in the following format: ``s3://<bucket>/<objectKey>`` . Here is an example: ``s3://my-bucket/my-app/us-east-1/my-config.json`` - For an SSM document, specify either the document name in the format ``ssm-document://<document name>`` or the Amazon Resource Name (ARN).
|
|
458
450
|
:param name: A name for the configuration profile.
|
|
459
451
|
:param description: A description of the configuration profile.
|
|
460
|
-
:param kms_key_identifier:
|
|
452
|
+
:param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
|
|
461
453
|
:param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
462
454
|
:param tags: Metadata to assign to the configuration profile. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
|
|
463
455
|
:param type: The type of configurations contained in the profile. AWS AppConfig supports ``feature flags`` and ``freeform`` configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for ``Type`` : ``AWS.AppConfig.FeatureFlags`` ``AWS.Freeform``
|
|
@@ -511,6 +503,15 @@ class CfnConfigurationProfile(
|
|
|
511
503
|
'''The CloudFormation resource type name for this resource class.'''
|
|
512
504
|
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
513
505
|
|
|
506
|
+
@builtins.property
|
|
507
|
+
@jsii.member(jsii_name="attrConfigurationProfileId")
|
|
508
|
+
def attr_configuration_profile_id(self) -> builtins.str:
|
|
509
|
+
'''The configuration profile ID.
|
|
510
|
+
|
|
511
|
+
:cloudformationAttribute: ConfigurationProfileId
|
|
512
|
+
'''
|
|
513
|
+
return typing.cast(builtins.str, jsii.get(self, "attrConfigurationProfileId"))
|
|
514
|
+
|
|
514
515
|
@builtins.property
|
|
515
516
|
@jsii.member(jsii_name="attrId")
|
|
516
517
|
def attr_id(self) -> builtins.str:
|
|
@@ -520,6 +521,17 @@ class CfnConfigurationProfile(
|
|
|
520
521
|
'''
|
|
521
522
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
522
523
|
|
|
524
|
+
@builtins.property
|
|
525
|
+
@jsii.member(jsii_name="attrKmsKeyArn")
|
|
526
|
+
def attr_kms_key_arn(self) -> builtins.str:
|
|
527
|
+
'''The Amazon Resource Name of the AWS Key Management Service key to encrypt new configuration data versions in the AWS AppConfig hosted configuration store.
|
|
528
|
+
|
|
529
|
+
This attribute is only used for hosted configuration types. To encrypt data managed in other configuration stores, see the documentation for how to specify an AWS KMS key for that particular service.
|
|
530
|
+
|
|
531
|
+
:cloudformationAttribute: KmsKeyArn
|
|
532
|
+
'''
|
|
533
|
+
return typing.cast(builtins.str, jsii.get(self, "attrKmsKeyArn"))
|
|
534
|
+
|
|
523
535
|
@builtins.property
|
|
524
536
|
@jsii.member(jsii_name="cfnProperties")
|
|
525
537
|
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -583,6 +595,7 @@ class CfnConfigurationProfile(
|
|
|
583
595
|
@builtins.property
|
|
584
596
|
@jsii.member(jsii_name="kmsKeyIdentifier")
|
|
585
597
|
def kms_key_identifier(self) -> typing.Optional[builtins.str]:
|
|
598
|
+
'''The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.'''
|
|
586
599
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyIdentifier"))
|
|
587
600
|
|
|
588
601
|
@kms_key_identifier.setter
|
|
@@ -836,7 +849,7 @@ class CfnConfigurationProfileProps:
|
|
|
836
849
|
:param location_uri: A URI to locate the configuration. You can specify the following:. - For the AWS AppConfig hosted configuration store and for feature flags, specify ``hosted`` . - For an AWS Systems Manager Parameter Store parameter, specify either the parameter name in the format ``ssm-parameter://<parameter name>`` or the ARN. - For an AWS CodePipeline pipeline, specify the URI in the following format: ``codepipeline`` ://. - For an AWS Secrets Manager secret, specify the URI in the following format: ``secretsmanager`` ://. - For an Amazon S3 object, specify the URI in the following format: ``s3://<bucket>/<objectKey>`` . Here is an example: ``s3://my-bucket/my-app/us-east-1/my-config.json`` - For an SSM document, specify either the document name in the format ``ssm-document://<document name>`` or the Amazon Resource Name (ARN).
|
|
837
850
|
:param name: A name for the configuration profile.
|
|
838
851
|
:param description: A description of the configuration profile.
|
|
839
|
-
:param kms_key_identifier:
|
|
852
|
+
:param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
|
|
840
853
|
:param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
|
|
841
854
|
:param tags: Metadata to assign to the configuration profile. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
|
|
842
855
|
:param type: The type of configurations contained in the profile. AWS AppConfig supports ``feature flags`` and ``freeform`` configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for ``Type`` : ``AWS.AppConfig.FeatureFlags`` ``AWS.Freeform``
|
|
@@ -948,7 +961,8 @@ class CfnConfigurationProfileProps:
|
|
|
948
961
|
|
|
949
962
|
@builtins.property
|
|
950
963
|
def kms_key_identifier(self) -> typing.Optional[builtins.str]:
|
|
951
|
-
'''
|
|
964
|
+
'''The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
|
|
965
|
+
|
|
952
966
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-kmskeyidentifier
|
|
953
967
|
'''
|
|
954
968
|
result = self._values.get("kms_key_identifier")
|