Resource schema for Snapshot Policy.
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "NetApp::FSxN::SnapshotPolicy", "Properties" : { "FsxAdminPasswordSource" : PasswordSource, "FileSystemId" : String, "LinkArn" : String, "Name" : String, "SVM" : SVM, "Copies" : [ SnapshotPolicyCopy, ... ] } }
Type: NetApp::FSxN::SnapshotPolicy Properties: FsxAdminPasswordSource: PasswordSource FileSystemId: String LinkArn: String Name: String SVM: SVM Copies: - SnapshotPolicyCopy
Required: Yes
Type: PasswordSource
Update requires: No interruption
The File System Id of the Amazon FSx for NetApp ONTAP file system in which the resource is created.
Required: Yes
Type: String
Pattern: ^(fs-[0-9a-f]{8,18})$
Update requires: Replacement
Required: Yes
Type: String
Pattern: ^arn:aws(-(cn|us-gov))?:lambda:(([a-z]+-)+[0-9])?:([0-9]{12})?:function:[^.]+$
Update requires: No interruption
The name of the Snapshot policy.
Required: Yes
Type: String
Pattern: ^[a-zA-Z0-9_-]{1,256}$
Update requires: No interruption
Required: No
Type: SVM
Update requires: Replacement
The Snapshot copies.
Required: Yes
Type: List of SnapshotPolicyCopy
Update requires: No interruption