@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:01:44.936Z") @Stability(value=Stable) public interface MachineImageConfig extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
MachineImageConfig.Builder
A builder for
MachineImageConfig |
static class |
MachineImageConfig.Jsii$Proxy
An implementation for
MachineImageConfig |
Modifier and Type | Method and Description |
---|---|
static MachineImageConfig.Builder |
builder() |
String |
getImageId()
The AMI ID of the image to use.
|
OperatingSystemType |
getOsType()
Operating system type for this image.
|
UserData |
getUserData()
Initial UserData for this image.
|
@Stability(value=Stable) @NotNull String getImageId()
@Stability(value=Stable) @NotNull OperatingSystemType getOsType()
@Stability(value=Stable) @NotNull UserData getUserData()
@Stability(value=Stable) static MachineImageConfig.Builder builder()
MachineImageConfig.Builder
of MachineImageConfig
Copyright © 2020. All rights reserved.