interface CfnRecoveryPointProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RedshiftServerless.CfnRecoveryPointProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsredshiftserverless#CfnRecoveryPointProps |
Java | software.amazon.awscdk.services.redshiftserverless.CfnRecoveryPointProps |
Python | aws_cdk.aws_redshiftserverless.CfnRecoveryPointProps |
TypeScript | aws-cdk-lib » aws_redshiftserverless » CfnRecoveryPointProps |
Properties for defining a CfnRecoveryPoint.
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-lib';
const cfnRecoveryPointProps: redshiftserverless.CfnRecoveryPointProps = {
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