AWSEC2LaunchTemplateInstanceMetadataOptions
No description
type AWSEC2LaunchTemplateInstanceMetadataOptions {
httpEndpoint: AWSEC2LaunchTemplateInstanceMetadataEndpointStateType!
httpProtocolIpv6: AWSEC2LaunchTemplateInstanceMetadataProtocolIPv6Type!
httpPutResponseHopLimit: Int!
httpTokens: AWSEC2LaunchTemplateInstanceMetadataHTTPTokensStateType!
instanceMetadataTags: AWSEC2LaunchTemplateInstanceMetadataTagStateType!
state: AWSEC2LaunchTemplateInstanceMetadataOptionsStateType!
}
Fields
AWSEC2LaunchTemplateInstanceMetadataOptions.httpEndpoint ● AWSEC2LaunchTemplateInstanceMetadataEndpointStateType! non-null enum
Enables or disables the HTTP metadata endpoint on your instances
AWSEC2LaunchTemplateInstanceMetadataOptions.httpProtocolIpv6 ● AWSEC2LaunchTemplateInstanceMetadataProtocolIPv6Type! non-null enum
Enables or disables the IPv6 endpoint for the instance metadata service
AWSEC2LaunchTemplateInstanceMetadataOptions.httpPutResponseHopLimit ● Int! non-null scalar
The desired HTTP PUT response hop limit for instance metadata requests
AWSEC2LaunchTemplateInstanceMetadataOptions.httpTokens ● AWSEC2LaunchTemplateInstanceMetadataHTTPTokensStateType! non-null enum
Indicates whether IMDSv2 is optional or required
AWSEC2LaunchTemplateInstanceMetadataOptions.instanceMetadataTags ● AWSEC2LaunchTemplateInstanceMetadataTagStateType! non-null enum
Set to enabled to allow access to instance tags from the instance metadata
AWSEC2LaunchTemplateInstanceMetadataOptions.state ● AWSEC2LaunchTemplateInstanceMetadataOptionsStateType! non-null enum
The state of the metadata option changes
Member of
AWSEC2LaunchTemplateData object