Interface CfnVolume.OriginSnapshotProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVolume.OriginSnapshotProperty.Jsii$Proxy
Enclosing class:
CfnVolume

@Stability(Stable) public static interface CfnVolume.OriginSnapshotProperty extends software.amazon.jsii.JsiiSerializable
The configuration object that specifies the snapshot to use as the origin of the data for the volume.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.fsx.*;
 OriginSnapshotProperty originSnapshotProperty = OriginSnapshotProperty.builder()
         .copyStrategy("copyStrategy")
         .snapshotArn("snapshotArn")
         .build();
 

See Also: