cdk-cloudformation-netapp-fsxn-volume


Namecdk-cloudformation-netapp-fsxn-volume JSON
Version 1.0.0a7 PyPI version JSON
download
home_pagehttps://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider
SummaryA volume is a logical storage unit which provides flexible space for data files, snapshots, and block devices. The NetApp:FSxN custom resource allows you to configure and manage FSX for ONTAP volumes by specifying parameters such as volume name, size, storage efficiency, export policies, and other attributes. To use this resource, you must create the Link module. Once activated, you will need a preview key to consume this resource. Please reach out to Ng-fsx-cloudformation@netapp.com to get the key.
upload_time2025-02-03 06:29:56
maintainerNone
docs_urlNone
authorAmazon Web Services
requires_python~=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # netapp-fsxn-volume

> AWS CDK [L1 construct](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html) and data structures for the [AWS CloudFormation Registry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html) type `NetApp::FSxN::Volume` v1.0.0.

## Description

A volume is a logical storage unit which provides flexible space for data files, snapshots, and block devices. The NetApp:FSxN custom resource allows you to configure and manage FSX for ONTAP volumes by specifying parameters such as volume name, size, storage efficiency, export policies, and other attributes. To use this resource, you must create the Link module. Once activated, you will need a preview key to consume this resource. Please reach out to Ng-fsx-cloudformation@netapp.com to get the key.

## References

* [Source](https://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider)

## 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](https://aws.amazon.com/cli/) using the following command:

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

Alternatively:

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

You can find more information about activating this type in the [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html).

## Feedback

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation](https://github.com/cdklabs/cdk-cloudformation) project based on the API schema published for `NetApp::FSxN::Volume`.

* 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-volume+v1.0.0).
* Issues related to `NetApp::FSxN::Volume` should be reported to the [publisher](https://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider).

## License

Distributed under the Apache-2.0 License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider",
    "name": "cdk-cloudformation-netapp-fsxn-volume",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Amazon Web Services",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/97/76/39bd60865bfa4851265299abad543d9564cf9aa849f322c37796286f9cc2/cdk_cloudformation_netapp_fsxn_volume-1.0.0a7.tar.gz",
    "platform": null,
    "description": "# netapp-fsxn-volume\n\n> AWS CDK [L1 construct](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html) and data structures for the [AWS CloudFormation Registry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html) type `NetApp::FSxN::Volume` v1.0.0.\n\n## Description\n\nA volume is a logical storage unit which provides flexible space for data files, snapshots, and block devices. The NetApp:FSxN custom resource allows you to configure and manage FSX for ONTAP volumes by specifying parameters such as volume name, size, storage efficiency, export policies, and other attributes. To use this resource, you must create the Link module. Once activated, you will need a preview key to consume this resource. Please reach out to Ng-fsx-cloudformation@netapp.com to get the key.\n\n## References\n\n* [Source](https://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider)\n\n## Usage\n\nIn 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](https://aws.amazon.com/cli/) using the following command:\n\n```sh\naws cloudformation activate-type \\\n  --type-name NetApp::FSxN::Volume \\\n  --publisher-id a25d267c2b9b86b8d408fce3c7a4d94d34c90946 \\\n  --type RESOURCE \\\n  --execution-role-arn ROLE-ARN\n```\n\nAlternatively:\n\n```sh\naws cloudformation activate-type \\\n  --public-type-arn arn:aws:cloudformation:us-east-1::type/resource/a25d267c2b9b86b8d408fce3c7a4d94d34c90946/NetApp-FSxN-Volume \\\n  --execution-role-arn ROLE-ARN\n```\n\nYou can find more information about activating this type in the [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html).\n\n## Feedback\n\nThis library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation](https://github.com/cdklabs/cdk-cloudformation) project based on the API schema published for `NetApp::FSxN::Volume`.\n\n* 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-volume+v1.0.0).\n* Issues related to `NetApp::FSxN::Volume` should be reported to the [publisher](https://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider).\n\n## License\n\nDistributed under the Apache-2.0 License.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A volume is a logical storage unit which provides flexible space for data files, snapshots, and block devices. The NetApp:FSxN custom resource allows you to configure and manage FSX for ONTAP volumes by specifying parameters such as volume name, size, storage efficiency, export policies, and other attributes. To use this resource, you must create the Link module. Once activated, you will need a preview key to consume this resource. Please reach out to Ng-fsx-cloudformation@netapp.com to get the key.",
    "version": "1.0.0a7",
    "project_urls": {
        "Homepage": "https://github.com/NetApp/NetApp-CloudFormation-FSx-ONTAP-provider",
        "Source": "https://github.com/cdklabs/cdk-cloudformation.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6bd6006b150ecbc654b82c7a67567ae724ced65f551627dc9d03a62d7457489",
                "md5": "788925bf4fbf992bdcd2fa104fe3afc9",
                "sha256": "2c465cc964398c09d376439c1c4ec44f52a4e9609feae730b2292c65ac89f437"
            },
            "downloads": -1,
            "filename": "cdk_cloudformation_netapp_fsxn_volume-1.0.0a7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "788925bf4fbf992bdcd2fa104fe3afc9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 55886,
            "upload_time": "2025-02-03T06:29:55",
            "upload_time_iso_8601": "2025-02-03T06:29:55.011023Z",
            "url": "https://files.pythonhosted.org/packages/d6/bd/6006b150ecbc654b82c7a67567ae724ced65f551627dc9d03a62d7457489/cdk_cloudformation_netapp_fsxn_volume-1.0.0a7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "977639bd60865bfa4851265299abad543d9564cf9aa849f322c37796286f9cc2",
                "md5": "fa3053aab425256ba0270c39e5899707",
                "sha256": "9979e2cfc7653fce917bdf74667643beffeec7423fa167b915349dbe4d9c6d6c"
            },
            "downloads": -1,
            "filename": "cdk_cloudformation_netapp_fsxn_volume-1.0.0a7.tar.gz",
            "has_sig": false,
            "md5_digest": "fa3053aab425256ba0270c39e5899707",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 57469,
            "upload_time": "2025-02-03T06:29:56",
            "upload_time_iso_8601": "2025-02-03T06:29:56.288051Z",
            "url": "https://files.pythonhosted.org/packages/97/76/39bd60865bfa4851265299abad543d9564cf9aa849f322c37796286f9cc2/cdk_cloudformation_netapp_fsxn_volume-1.0.0a7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 06:29:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NetApp",
    "github_project": "NetApp-CloudFormation-FSx-ONTAP-provider",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cdk-cloudformation-netapp-fsxn-volume"
}
        
Elapsed time: 0.40609s