Interface MachineImageConfig
Configuration for a machine image.
stable
Synopsis
Properties
imageId | The AMI ID of the image to use. |
osType | Operating system type for this image. |
userData | Initial UserData for this image. |
Properties
imageId
The AMI ID of the image to use.
stable
Declaration
readonly imageId: string;
Property Value
string
osType
Operating system type for this image.
stable
Declaration
readonly osType: OperatingSystemType;
Property Value
userData
Initial UserData for this image.
stable
Declaration
readonly userData: UserData;
Property Value