| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemType |
IAutoScalingGroup.getOsType()
The operating system family that the instances in this auto-scaling group belong to.
|
OperatingSystemType |
IAutoScalingGroup.Jsii$Proxy.getOsType()
The operating system family that the instances in this auto-scaling group belong to.
|
default OperatingSystemType |
IAutoScalingGroup.Jsii$Default.getOsType()
The operating system family that the instances in this auto-scaling group belong to.
|
OperatingSystemType |
AutoScalingGroup.getOsType()
The type of OS instances of this fleet are running.
|
| Modifier and Type | Method and Description |
|---|---|
default OperatingSystemType |
SsmParameterImageOptions.getOs()
Operating system.
|
OperatingSystemType |
SsmParameterImageOptions.Jsii$Proxy.getOs() |
OperatingSystemType |
Instance.getOsType()
The type of OS the instance is running.
|
OperatingSystemType |
LaunchTemplate.getOsType()
The type of OS the instance is running.
|
OperatingSystemType |
MachineImageConfig.getOsType()
Operating system type for this image.
|
OperatingSystemType |
MachineImageConfig.Jsii$Proxy.getOsType() |
OperatingSystemType |
AttachInitOptions.getPlatform()
OS Platform the init config will be used for.
|
OperatingSystemType |
AttachInitOptions.Jsii$Proxy.getPlatform() |
static OperatingSystemType |
OperatingSystemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystemType[] |
OperatingSystemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UserData |
UserData.forOperatingSystem(OperatingSystemType os) |
SsmParameterImageOptions.Builder |
SsmParameterImageOptions.Builder.os(OperatingSystemType os)
Sets the value of
SsmParameterImageOptions.getOs() |
MachineImageConfig.Builder |
MachineImageConfig.Builder.osType(OperatingSystemType osType)
Sets the value of
MachineImageConfig.getOsType() |
AttachInitOptions.Builder |
AttachInitOptions.Builder.platform(OperatingSystemType platform)
Sets the value of
AttachInitOptions.getPlatform() |
| Constructor and Description |
|---|
GenericSSMParameterImage(String parameterName,
OperatingSystemType os) |
GenericSSMParameterImage(String parameterName,
OperatingSystemType os,
UserData userData) |
Copyright © 2022. All rights reserved.