UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

14 lines (13 loc) 236 B
export interface ISubnet { availabilityZone: string; id: string; name: string; account: string; region: string; type: string; label: string; purpose: string; deprecated: boolean; target?: string; vpcId?: string; }