Java com.amazonaws.services.autoscaling.model LaunchConfiguration fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.autoscaling.model LaunchConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.autoscaling.model LaunchConfiguration.

The text is from its open source code.

Method

BooleangetAssociatePublicIpAddress()

For Auto Scaling groups that are running in a VPC, specifies whether to assign a public IP address to the group's instances.

StringgetClassicLinkVPCId()

The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to.

java.util.ListgetClassicLinkVPCSecurityGroups()

The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId.

java.util.DategetCreatedTime()

The creation date and time for the launch configuration.

BooleangetEbsOptimized()

Specifies whether the launch configuration is optimized for EBS I/O (true) or not ( false).

StringgetIamInstanceProfile()

The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

StringgetImageId()

The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances.

InstanceMonitoringgetInstanceMonitoring()

Controls whether instances in this group are launched with detailed (true) or basic ( false) monitoring.

StringgetInstanceType()

The instance type for the instances.

StringgetKernelId()

The ID of the kernel associated with the AMI.

StringgetKeyName()

The name of the key pair.

StringgetLaunchConfigurationARN()

The Amazon Resource Name (ARN) of the launch configuration.

StringgetLaunchConfigurationName()

The name of the launch configuration.

StringgetPlacementTenancy()

The tenancy of the instance, either default or dedicated.

StringgetRamdiskId()

The ID of the RAM disk associated with the AMI.

java.util.ListgetSecurityGroups()

A list that contains the security groups to assign to the instances in the Auto Scaling group.

StringgetSpotPrice()

The maximum hourly price to be paid for any Spot Instance launched to fulfill the request.

StringgetUserData()

The Base64-encoded user data to make available to the launched EC2 instances.

BooleanisAssociatePublicIpAddress()

For Auto Scaling groups that are running in a VPC, specifies whether to assign a public IP address to the group's instances.