interface CfnRecoveryPointMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RedshiftServerless.CfnRecoveryPointMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsredshiftserverless#CfnRecoveryPointMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.redshiftserverless.CfnRecoveryPointMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_redshiftserverless.CfnRecoveryPointMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_redshiftserverless » CfnRecoveryPointMixinProps |
Properties for CfnRecoveryPointPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_redshiftserverless as redshiftserverless } from '@aws-cdk/cfn-property-mixins';
const cfnRecoveryPointMixinProps: redshiftserverless.CfnRecoveryPointMixinProps = {
namespaceName: 'namespaceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| namespace | string | The name of the namespace the recovery point is associated with. |
namespaceName?
Type:
string
(optional)
The name of the namespace the recovery point is associated with.

.NET
Go
Java
Python
TypeScript