LaunchConfigurationMetadataOptions

data class LaunchConfigurationMetadataOptions(val httpEndpoint: String? = null, val httpPutResponseHopLimit: Int? = null, val httpTokens: String? = null)

MetadataOptions is a property of AWS::AutoScaling::LaunchConfiguration that describes metadata options for the instances.

Constructors

Link copied to clipboard
constructor(httpEndpoint: String? = null, httpPutResponseHopLimit: Int? = null, httpTokens: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val httpEndpoint: String? = null

This parameter enables or disables the HTTP metadata endpoint on your instances.

Link copied to clipboard

The desired HTTP PUT response hop limit for instance metadata requests.

Link copied to clipboard
val httpTokens: String? = null

The state of token usage for your instance metadata requests.