Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Reason given by maintainers: Project moved to cdk-fsx-ontap
CDK FSx ONTAP
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 rafalkrol-xyz.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).
Release files for rafalkrol-xyz.cdk-fsx-ontap 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rafalkrol-xyz.cdk-fsx-ontap-1.0.5.tar.gz | 1.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rafalkrol_xyz.cdk_fsx_ontap-1.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.5 MB
Release files / rafalkrol-xyz.cdk-fsx-ontap-1.0.5.tar.gz
| Download URL | rafalkrol-xyz.cdk-fsx-ontap-1.0.5.tar.gz |
|---|---|
| Size | 1.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0db351e637541e0ae07830eaae5e4404545ea578adadd6ea5a9c6539df87ae94
|
|
BLAKE2b-256 checksum How to use checksums |
68dad74a967ad762956cadd34a1d52721c22497b9a1876d92c3708a5d9fc9f6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / rafalkrol_xyz.cdk_fsx_ontap-1.0.5-py3-none-any.whl
| Download URL | rafalkrol_xyz.cdk_fsx_ontap-1.0.5-py3-none-any.whl |
|---|---|
| Size | 1.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a3c7481c1d48570fb6845da79f31e736682efa9ff72567720a1f8b54175fac8f
|
|
BLAKE2b-256 checksum How to use checksums |
4ec486ef01ec239e77f701515d5c008f97d85cf6762cc8e84bc2457571a4be0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|