LaunchConfigurationMetadataOptions constructor
const
LaunchConfigurationMetadataOptions({})
Creates a new LaunchConfigurationMetadataOptions.
httpEndpoint The state of the metadata service: enabled, disabled.
httpPutResponseHopLimit The desired HTTP PUT response hop limit for instance metadata requests.
httpTokens If session tokens are required: optional, required.
Implementation
const LaunchConfigurationMetadataOptions({
this.httpEndpoint,
this.httpPutResponseHopLimit,
this.httpTokens,
});