Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 879 Bytes

AMIOverride.md

File metadata and controls

16 lines (12 loc) · 879 Bytes

AMIOverride

AMIOverride specifies what Amazon Machine Image should be used for a particular product and region.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'AMIOverride' if this is a complete object or 'AMIOverrideLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
ami str AMI is the id of the Amazon Machine Image. [optional]
product Product [optional]
region CloudRegion [optional]

[Back to Model list] [Back to API list] [Back to README]