LaunchConfigurationMetadataOptionsArgs

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

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

The state of the metadata service: enabled, disabled.

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

If session tokens are required: optional, required.

Functions

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