palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
17 lines • 576 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
/**
* AZ to subnet mapping filled by ally from hubble SubnetIDs ["us-west-2d"] = "subnet-079b6061" This field is optional If we don't provide a subnetId then by default the first private subnet from the AZ will be picked up for deployment
*/
export type AwsMachinePoolConfigSubnetIds = {
[key: string]: unknown;
};
//# sourceMappingURL=awsMachinePoolConfigSubnetIds.d.ts.map