Resource
Describes the resources available for a container instance.
Contents
- doubleValue
- 
               When the doubleValuetype is set, the value of the resource must be a double precision floating-point type.Type: Double Required: No 
- integerValue
- 
               When the integerValuetype is set, the value of the resource must be an integer.Type: Integer Required: No 
- longValue
- 
               When the longValuetype is set, the value of the resource must be an extended precision floating-point type.Type: Long Required: No 
- name
- 
               The name of the resource, such as CPU,MEMORY,PORTS,PORTS_UDP, or a user-defined resource.Type: String Required: No 
- stringSetValue
- 
               When the stringSetValuetype is set, the value of the resource must be a string type.Type: Array of strings Required: No 
- type
- 
               The type of the resource. Valid values: INTEGER,DOUBLE,LONG, orSTRINGSET.Type: String Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: