LaunchConfigurationMetadataOptions

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

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

The state of the metadata service: enabled, disabled.

Link copied to clipboard

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

Link copied to clipboard
val httpTokens: String? = null

If session tokens are required: optional, required.