/** *
Describes the resources available for a container instance.
*/ export interface _Resource { /** *The name of the resource, such as CPU, MEMORY, PORTS, PORTS_UDP, or a user-defined resource.
The type of the resource, such as INTEGER, DOUBLE, LONG, or STRINGSET.
When the doubleValue type is set, the value of the resource must be a double precision floating-point type.
When the longValue type is set, the value of the resource must be an extended precision floating-point type.
When the integerValue type is set, the value of the resource must be an integer.
When the stringSetValue type is set, the value of the resource must be a string type.
When the stringSetValue type is set, the value of the resource must be a string type.