interface SnapshotReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RedshiftServerless.SnapshotReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsredshiftserverless#SnapshotReference |
![]() | software.amazon.awscdk.services.redshiftserverless.SnapshotReference |
![]() | aws_cdk.aws_redshiftserverless.SnapshotReference |
![]() | aws-cdk-lib » aws_redshiftserverless » SnapshotReference |
A reference to a Snapshot resource.
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 snapshotReference: redshiftserverless.SnapshotReference = {
snapshotName: 'snapshotName',
};
Properties
Name | Type | Description |
---|---|---|
snapshot | string | The SnapshotName of the Snapshot resource. |
snapshotName
Type:
string
The SnapshotName of the Snapshot resource.