CfnRecoveryGroupProps¶
-
class
aws_cdk.aws_route53recoveryreadiness.
CfnRecoveryGroupProps
(*, recovery_group_name, cells=None, tags=None)¶ Bases:
object
Properties for defining a
CfnRecoveryGroup
.- Parameters
recovery_group_name (
str
) – The name of the recovery group to create.cells (
Optional
[Sequence
[str
]]) – A list of the cell Amazon Resource Names (ARNs) in the recovery group.tags (
Optional
[Sequence
[CfnTag
]]) – A collection of tags associated with a resource.
- Link
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_route53recoveryreadiness as route53recoveryreadiness cfn_recovery_group_props = route53recoveryreadiness.CfnRecoveryGroupProps( recovery_group_name="recoveryGroupName", # the properties below are optional cells=["cells"], tags=[CfnTag( key="key", value="value" )] )
Attributes
-
cells
¶ A list of the cell Amazon Resource Names (ARNs) in the recovery group.
-
recovery_group_name
¶ The name of the recovery group to create.
A collection of tags associated with a resource.