interface SnapshotReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.SnapshotReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#SnapshotReference |
![]() | software.amazon.awscdk.services.fsx.SnapshotReference |
![]() | aws_cdk.aws_fsx.SnapshotReference |
![]() | aws-cdk-lib » aws_fsx » 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_fsx as fsx } from 'aws-cdk-lib';
const snapshotReference: fsx.SnapshotReference = {
snapshotId: 'snapshotId',
};
Properties
Name | Type | Description |
---|---|---|
snapshot | string | The Id of the Snapshot resource. |
snapshotId
Type:
string
The Id of the Snapshot resource.