Values.AwsEc2InstanceMetadataOptionsSourceMetadata options that allow you to configure and secure the Amazon EC2 instance.
type nonrec t = {httpEndpoint : NonEmptyString.t option;Enables or disables the HTTP metadata endpoint on the instance.
*)httpProtocolIpv6 : NonEmptyString.t option;Enables or disables the IPv6 endpoint for the instance metadata service.
*)httpPutResponseHopLimit : Integer.t option;The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
*)httpTokens : NonEmptyString.t option;The state of token usage for your instance metadata requests.
*)instanceMetadataTags : NonEmptyString.t option;Specifies whether to allow access to instance tags from the instance metadata.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]