Skip to content

Commit d8224b6

Browse files
cdklabs-automationweb-flowgithub-actions
authored
feat: cloudformation registry update (#853)
* feat: cloudformation registry update This PR was automatically created by a GitHub Action. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-cloudformation/actions/runs/13757941715 ------ *Automatically created by projen via the "update-registry" workflow* Signed-off-by: GitHub Automation <[email protected]> * chore: self mutation Signed-off-by: github-actions <[email protected]> --------- Signed-off-by: GitHub Automation <[email protected]> Signed-off-by: github-actions <[email protected]> Co-authored-by: GitHub Automation <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent ef830c4 commit d8224b6

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

packages/@cdk-cloudformation/netapp-fsxn-snapmirror/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# netapp-fsxn-snapmirror
22

3-
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `NetApp::FSxN::SnapMirror` v1.2.0.
3+
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `NetApp::FSxN::SnapMirror` v1.3.0.
44
55
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
66
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html
@@ -39,7 +39,7 @@ You can find more information about activating this type in the [AWS CloudFormat
3939

4040
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`.
4141

42-
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fnetapp-fsxn-snapmirror+v1.2.0).
42+
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fnetapp-fsxn-snapmirror+v1.3.0).
4343
* Issues related to `NetApp::FSxN::SnapMirror` should be reported to the [publisher](https://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider).
4444

4545
[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation

packages/@cdk-cloudformation/netapp-fsxn-snapmirror/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cdk-cloudformation/netapp-fsxn-snapmirror",
33
"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 [email protected] to get the key. To use this resource, you must first create the Link module.",
4-
"version": "1.2.0-alpha.7",
4+
"version": "1.3.0-alpha.7",
55
"author": {
66
"name": "Amazon Web Services",
77
"url": "https://aws.amazon.com",

packages/@cdk-cloudformation/netapp-fsxn-snapmirror/src/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export interface CfnSnapMirrorProps {
7979
readonly transferSchedule?: string;
8080

8181
/**
82-
* Setting state of the relationship. Can be set during modify only.
82+
* Modify the SnapMirror replication status using 'StateAction' in the CloudFormation template when the relationship exists. Follow ONTAP protocol: set to 'paused' to pause, 'snapmirrored' to resync, and 'update' to trigger the transfer API. For subsequent updates, first clear the prior 'StateAction' then set it again.
8383
*
8484
* @schema CfnSnapMirrorProps#StateAction
8585
*/
@@ -260,7 +260,7 @@ export function toJson_SnapMirrorDestinationCreation(obj: SnapMirrorDestinationC
260260
/* eslint-enable max-len, quote-props */
261261

262262
/**
263-
* Setting state of the relationship. Can be set during modify only.
263+
* Modify the SnapMirror replication status using 'StateAction' in the CloudFormation template when the relationship exists. Follow ONTAP protocol: set to 'paused' to pause, 'snapmirrored' to resync, and 'update' to trigger the transfer API. For subsequent updates, first clear the prior 'StateAction' then set it again.
264264
*
265265
* @schema CfnSnapMirrorPropsStateAction
266266
*/
@@ -273,6 +273,8 @@ export enum CfnSnapMirrorPropsStateAction {
273273
SNAPMIRRORED = "snapmirrored",
274274
/** in_sync */
275275
IN_UNDERSCORE_SYNC = "in_sync",
276+
/** update */
277+
UPDATE = "update",
276278
}
277279

278280
/**

0 commit comments

Comments
 (0)