Show / Hide Table of Contents

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

OperatingSystemType

userData

Initial UserData for this image.

stable

Declaration
readonly userData: UserData;
Property Value

UserData

Back to top Generated by DocFX