@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)
9 lines (8 loc) • 454 B
TypeScript
export declare const DatasetResourceConfigurationComputeType: {
readonly Acu1: "ACU_1";
readonly Acu2: "ACU_2";
};
/**
* The type of the compute resource used to execute the `containerAction` . Possible values are: `ACU_1` (vCPU=4, memory=16 GiB) or `ACU_2` (vCPU=8, memory=32 GiB).
*/
export type DatasetResourceConfigurationComputeType = (typeof DatasetResourceConfigurationComputeType)[keyof typeof DatasetResourceConfigurationComputeType];