CfnRecoveryPointProps
- class aws_cdk.aws_redshiftserverless.CfnRecoveryPointProps(*, namespace_name=None)
Bases:
objectProperties for defining a
CfnRecoveryPoint.- Parameters:
namespace_name (
Optional[str]) – The name of the namespace the recovery point is associated with.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_redshiftserverless as redshiftserverless cfn_recovery_point_props = redshiftserverless.CfnRecoveryPointProps( namespace_name="namespaceName" )
Attributes
- namespace_name
The name of the namespace the recovery point is associated with.