Instance Metadata Options
data class InstanceMetadataOptions(val httpEndpoint: String? = null, val httpPutResponseHopLimit: Int? = null, val httpTokens: String? = null, val instanceMetadataTags: String? = null)
Constructors
Link copied to clipboard
fun InstanceMetadataOptions(httpEndpoint: String? = null, httpPutResponseHopLimit: Int? = null, httpTokens: String? = null, instanceMetadataTags: String? = null)
Types
Properties
Link copied to clipboard
Enables or disables access to instance tags from the instance metadata service. Valid values include enabled
or disabled
. Defaults to disabled
. For more information, see the documentation on the Instance Metadata Service.