1.3.0-alpha.7 • Published 10 months ago

@cdk-cloudformation/netapp-fsxn-snapmirror v1.3.0-alpha.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

netapp-fsxn-snapmirror

AWS CDK L1 construct and data structures for the AWS CloudFormation Registry type NetApp::FSxN::SnapMirror v1.3.0.

Description

FSx for ONTAP offers SnapMirror for efficient data replication between file systems, aiding in data protection, disaster recovery, and long-term retention. To use SnapMirror, set up cluster peering and SVM peering between the source and target FSx for ONTAP file systems. Once activated, you need a preview key to consume this resource. Please reach out to Ng-fsx-cloudformation@netapp.com to get the key. To use this resource, you must first create the Link module.

References

Usage

In order to use this library, you will need to activate this AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or using the AWS CLI using the following command:

aws cloudformation activate-type \
  --type-name NetApp::FSxN::SnapMirror \
  --publisher-id a25d267c2b9b86b8d408fce3c7a4d94d34c90946 \
  --type RESOURCE \
  --execution-role-arn ROLE-ARN

Alternatively:

aws cloudformation activate-type \
  --public-type-arn arn:aws:cloudformation:us-east-1::type/resource/a25d267c2b9b86b8d408fce3c7a4d94d34c90946/NetApp-FSxN-SnapMirror \
  --execution-role-arn ROLE-ARN

You can find more information about activating this type in the AWS CloudFormation documentation.

Feedback

This library is auto-generated and published to all supported programming languages by the cdklabs/cdk-cloudformation project based on the API schema published for NetApp::FSxN::SnapMirror.

  • Issues related to this generated library should be reported here.
  • Issues related to NetApp::FSxN::SnapMirror should be reported to the publisher.

License

Distributed under the Apache-2.0 License.