Skip to content

Describe Termination Policy Types

autoscaling_describe_termination_policy_types R Documentation

Describes the termination policies supported by Amazon EC2 Auto Scaling

Description

Describes the termination policies supported by Amazon EC2 Auto Scaling.

For more information, see Configure termination policies for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Usage

autoscaling_describe_termination_policy_types()

Value

A list with the following syntax:

list(
  TerminationPolicyTypes = list(
    "string"
  )
)

Examples

## Not run: 
# This example describes the available termination policy types.
svc$describe_termination_policy_types()

## End(Not run)