1.0.13 • Published 2 months ago

cdk-fsx-ontap v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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).

1.0.13

2 months ago

1.0.12

2 months ago

1.0.11

4 months ago

1.0.10

5 months ago

1.0.9

7 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago