UNPKG

@cloudtoolkit/aws

Version:

The Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in [AWS](https://aws.amazon.com/). With Cloud Toolkit AWS you can use your preferred programming language to manage your platform with Infrastructure as Code.

9 lines (8 loc) 232 B
export declare const ClusterSubnetsType: { readonly Private: "private"; readonly Public: "public"; }; /** * The subnet type */ export type ClusterSubnetsType = (typeof ClusterSubnetsType)[keyof typeof ClusterSubnetsType];