LaunchConfigurationMetadataOptions constructor

const LaunchConfigurationMetadataOptions({
  1. Input<String?>? httpEndpoint,
  2. Input<int?>? httpPutResponseHopLimit,
  3. Input<String?>? httpTokens,
})

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,
});