Uses of Enum Class
software.amazon.awscdk.services.ec2.OperatingSystemType
Packages that use OperatingSystemType
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon EC2 Construct Library
-
Uses of OperatingSystemType in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return OperatingSystemTypeModifier and TypeMethodDescriptionAutoScalingGroup.getOsType()The type of OS instances of this fleet are running.IAutoScalingGroup.getOsType()The operating system family that the instances in this auto-scaling group belong to.default OperatingSystemTypeIAutoScalingGroup.Jsii$Default.getOsType()The operating system family that the instances in this auto-scaling group belong to.final OperatingSystemTypeIAutoScalingGroup.Jsii$Proxy.getOsType()The operating system family that the instances in this auto-scaling group belong to. -
Uses of OperatingSystemType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return OperatingSystemTypeModifier and TypeMethodDescriptiondefault OperatingSystemTypeSsmParameterImageOptions.getOs()Operating system.final OperatingSystemTypeSsmParameterImageOptions.Jsii$Proxy.getOs()Instance.getOsType()The type of OS the instance is running.LaunchTemplate.getOsType()The type of OS the instance is running.MachineImageConfig.getOsType()Operating system type for this image.final OperatingSystemTypeMachineImageConfig.Jsii$Proxy.getOsType()AttachInitOptions.getPlatform()OS Platform the init config will be used for.final OperatingSystemTypeAttachInitOptions.Jsii$Proxy.getPlatform()static OperatingSystemTypeReturns the enum constant of this class with the specified name.static OperatingSystemType[]OperatingSystemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type OperatingSystemTypeModifier and TypeMethodDescriptionstatic UserDataUserData.forOperatingSystem(OperatingSystemType os) ResolveSsmParameterAtLaunchImage.Builder.os(OperatingSystemType os) Operating system.SsmParameterImageOptions.Builder.os(OperatingSystemType os) Sets the value ofSsmParameterImageOptions.getOs()MachineImageConfig.Builder.osType(OperatingSystemType osType) Sets the value ofMachineImageConfig.getOsType()AttachInitOptions.Builder.platform(OperatingSystemType platform) Sets the value ofAttachInitOptions.getPlatform()Constructors in software.amazon.awscdk.services.ec2 with parameters of type OperatingSystemTypeModifierConstructorDescriptionGenericSSMParameterImage(String parameterName, OperatingSystemType os) GenericSSMParameterImage(String parameterName, OperatingSystemType os, UserData userData)