Launch Configuration Metadata Options
data class LaunchConfigurationMetadataOptions(val httpEndpoint: String? = null, val httpPutResponseHopLimit: Int? = null, val httpTokens: String? = null)
MetadataOptions is a property of AWS::AutoScaling::LaunchConfiguration that describes metadata options for the instances.
Constructors
Link copied to clipboard
fun LaunchConfigurationMetadataOptions(httpEndpoint: String? = null, httpPutResponseHopLimit: Int? = null, httpTokens: String? = null)