Infrastructure Configuration Instance Metadata Options Args
data class InfrastructureConfigurationInstanceMetadataOptionsArgs(val httpPutResponseHopLimit: Output<Int>? = null, val httpTokens: Output<InfrastructureConfigurationInstanceMetadataOptionsHttpTokens>? = null) : ConvertibleToJava<InfrastructureConfigurationInstanceMetadataOptionsArgs>
The instance metadata option settings for the infrastructure configuration.
Constructors
Link copied to clipboard
constructor(httpPutResponseHopLimit: Output<Int>? = null, httpTokens: Output<InfrastructureConfigurationInstanceMetadataOptionsHttpTokens>? = null)