Spot Instance Request Metadata Options Args
data class SpotInstanceRequestMetadataOptionsArgs(val httpEndpoint: Output<String>? = null, val httpProtocolIpv6: Output<String>? = null, val httpPutResponseHopLimit: Output<Int>? = null, val httpTokens: Output<String>? = null, val instanceMetadataTags: Output<String>? = null) : ConvertibleToJava<SpotInstanceRequestMetadataOptionsArgs>
Constructors
Functions
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.