CfnRecoveryPointMixinProps

class aws_cdk.cfn_property_mixins.aws_redshiftserverless.CfnRecoveryPointMixinProps(*, namespace_name=None)

Bases: object

Properties for CfnRecoveryPointPropsMixin.

Parameters:

namespace_name (Optional[str]) – The name of the namespace the recovery point is associated with.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-recoverypoint.html

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.cfn_property_mixins import aws_redshiftserverless as redshiftserverless

cfn_recovery_point_mixin_props = redshiftserverless.CfnRecoveryPointMixinProps(
    namespace_name="namespaceName"
)

Attributes

namespace_name

The name of the namespace the recovery point is associated with.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-recoverypoint.html#cfn-redshiftserverless-recoverypoint-namespacename