Skip to content

Latest commit

 

History

History

NetApp-FSxN-SnapshotPolicy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

NetApp::FSxN::SnapshotPolicy

Resource schema for Snapshot Policy.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : "NetApp::FSxN::SnapshotPolicy",
    "Properties" : {
        "FsxAdminPasswordSource" : PasswordSource,
        "FileSystemId" : String,
        "LinkArn" : String,
        "Name" : String,
        "SVM" : SVM,
        "Copies" : [ SnapshotPolicyCopy, ... ]
    }
}

YAML

Type: NetApp::FSxN::SnapshotPolicy
Properties:
    FsxAdminPasswordSource: PasswordSource
    FileSystemId: String
    LinkArn: String
    Name: String
    SVM: SVM
    Copies: 
      - SnapshotPolicyCopy

Properties

FsxAdminPasswordSource

Required: Yes

Type: PasswordSource

Update requires: No interruption

FileSystemId

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

LinkArn

Required: Yes

Type: String

Pattern: ^arn:aws(-(cn|us-gov))?:lambda:(([a-z]+-)+[0-9])?:([0-9]{12})?:function:[^.]+$

Update requires: No interruption

Name

The name of the Snapshot policy.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_-]{1,256}$

Update requires: No interruption

SVM

Required: No

Type: SVM

Update requires: Replacement

Copies

The Snapshot copies.

Required: Yes

Type: List of SnapshotPolicyCopy

Update requires: No interruption