AwsImageCloudFeatures object
Cloud specifics Image configuration.
Polymorphism
AwsImageCloudFeatures is a type that implements the ImageCloudFeatures type.
When an object of type ImageCloudFeatures is expected, you can use one of type AwsImageCloudFeatures (or use any other implementation).
Example JSON representation
{
"accountId": "string",
"type": "AwsImageCloudFeatures",
"virtualization": "hvm"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
type string |
required |
"AwsImageCloudFeatures" | ||
accountId string |
optional |
AWS account ID |
||
virtualization string |
optional |
"hvm" "paravirtual" |
The Image virtualization type. Can be one of two types of virtualization: paravirtual (pv) or hardware virtual machine (hvm). At the Environment scope this property is read-only. |