Values.AwsAutoScalingLaunchConfigurationMetadataOptionsSourceThe metadata options for the instances.
type nonrec t = {httpEndpoint : NonEmptyString.t option;Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
*)httpPutResponseHopLimit : Integer.t option;The HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
*)httpTokens : NonEmptyString.t option;Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]