UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

27 lines (26 loc) 838 B
export declare const DiskAddOnStatus: { readonly Enabling: "Enabling"; readonly Disabling: "Disabling"; readonly Enabled: "Enabled"; readonly Terminating: "Terminating"; readonly Terminated: "Terminated"; readonly Disabled: "Disabled"; readonly Failed: "Failed"; }; /** * Status of the Addon */ export type DiskAddOnStatus = (typeof DiskAddOnStatus)[keyof typeof DiskAddOnStatus]; export declare const InstanceAddOnStatus: { readonly Enabling: "Enabling"; readonly Disabling: "Disabling"; readonly Enabled: "Enabled"; readonly Terminating: "Terminating"; readonly Terminated: "Terminated"; readonly Disabled: "Disabled"; readonly Failed: "Failed"; }; /** * Status of the Addon */ export type InstanceAddOnStatus = (typeof InstanceAddOnStatus)[keyof typeof InstanceAddOnStatus];