@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)
19 lines (18 loc) • 709 B
TypeScript
export declare const ApplicationEngineType: {
readonly Microfocus: "microfocus";
readonly Bluage: "bluage";
};
export type ApplicationEngineType = (typeof ApplicationEngineType)[keyof typeof ApplicationEngineType];
export declare const EnvironmentEngineType: {
readonly Microfocus: "microfocus";
readonly Bluage: "bluage";
};
/**
* The target platform for the environment.
*/
export type EnvironmentEngineType = (typeof EnvironmentEngineType)[keyof typeof EnvironmentEngineType];
export declare const EnvironmentNetworkType: {
readonly Ipv4: "ipv4";
readonly Dual: "dual";
};
export type EnvironmentNetworkType = (typeof EnvironmentNetworkType)[keyof typeof EnvironmentNetworkType];