LaunchConfigurationMetadataOptionsArgs

data class LaunchConfigurationMetadataOptionsArgs(val httpEndpoint: Output<String>? = null, val httpPutResponseHopLimit: Output<Int>? = null, val httpTokens: Output<String>? = null) : ConvertibleToJava<LaunchConfigurationMetadataOptionsArgs>

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

Constructors

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

Properties

Link copied to clipboard
val httpEndpoint: Output<String>? = null

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

Link copied to clipboard
val httpPutResponseHopLimit: Output<Int>? = null

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

Link copied to clipboard
val httpTokens: Output<String>? = null

The state of token usage for your instance metadata requests.

Functions

Link copied to clipboard
open override fun toJava(): LaunchConfigurationMetadataOptionsArgs