/dhall-aws-cloudformation/cloudformation/AWS::AutoScaling::LaunchConfiguration/MetadataOptions.dhall

Copy path to clipboard

Source

{ Type =
{ HttpEndpoint : Optional (./../../Fn.dhall).CfnText
, HttpPutResponseHopLimit : Optional Integer
, HttpTokens : Optional (./../../Fn.dhall).CfnText
}
, default =
{ HttpEndpoint = None (./../../Fn.dhall).CfnText
, HttpPutResponseHopLimit = None Integer
, HttpTokens = None (./../../Fn.dhall).CfnText
}
}