interface SnapshotReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.FSx.SnapshotReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#SnapshotReference | 
|  Java | software.amazon.awscdk.services.fsx.SnapshotReference | 
|  Python | aws_cdk.aws_fsx.SnapshotReference | 
|  TypeScript | 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.
