cdk-fsx-ontap
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

CDK FSx ONTAP

AWS CDK Version License

Overview

An AWS Cloud Development Kit (CDK) construct for deploying shared file storage using Amazon FSx for Netapp ONTAP.

Installation

  • TypeScript

    yarn add cdk-fsx-ontap
  • Python

    pip install cdk-fsx-ontap

Usage

a) basic - going with all of the defaults

NB, check the full example in src/examples/basic.ts

declare const vpc: ec2.Vpc;
declare const securityGroupSource: ec2.SecurityGroup;

new FsxOntap(this, 'FsxOntap', {
  vpc,
  ec2SecurityGroup,
});

Acknowledgements

This project utilizes projen (star it on GitHub) and was created by following this guide by hayao-k (like it on Dev.to).

Readme

Keywords

Package Sidebar

Install

npm i cdk-fsx-ontap

Weekly Downloads

58

Version

1.0.14

License

MIT

Unpacked Size

5.25 MB

Total Files

11

Last publish

Collaborators

  • rafalkrol-xyz