| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleHookSpecification |
LifecycleHookSpecification.clone() |
LifecycleHookSpecification |
LifecycleHookSpecification.withDefaultResult(String defaultResult)
The action the Auto Scaling group takes when the lifecycle hook timeout elapses or if an unexpected failure
occurs.
|
LifecycleHookSpecification |
LifecycleHookSpecification.withHeartbeatTimeout(Integer heartbeatTimeout)
The maximum time, in seconds, that can elapse before the lifecycle hook times out.
|
LifecycleHookSpecification |
LifecycleHookSpecification.withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
LifecycleHookSpecification |
LifecycleHookSpecification.withLifecycleTransition(String lifecycleTransition)
The lifecycle transition.
|
LifecycleHookSpecification |
LifecycleHookSpecification.withNotificationMetadata(String notificationMetadata)
Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the
notification target.
|
LifecycleHookSpecification |
LifecycleHookSpecification.withNotificationTargetARN(String notificationTargetARN)
The Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling sends notifications to
when an instance is in a wait state for the lifecycle hook.
|
LifecycleHookSpecification |
LifecycleHookSpecification.withRoleARN(String roleARN)
The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleHookSpecification> |
CreateAutoScalingGroupRequest.getLifecycleHookSpecificationList()
One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withLifecycleHookSpecificationList(LifecycleHookSpecification... lifecycleHookSpecificationList)
One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAutoScalingGroupRequest.setLifecycleHookSpecificationList(Collection<LifecycleHookSpecification> lifecycleHookSpecificationList)
One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withLifecycleHookSpecificationList(Collection<LifecycleHookSpecification> lifecycleHookSpecificationList)
One or more lifecycle hooks to add to the Auto Scaling group before instances are launched.
|
Copyright © 2022. All rights reserved.