/dhall-aws-cloudformation/cloudformation/AWS::ImageBuilder::InfrastructureConfiguration/InstanceMetadataOptions.dhall

Copy path to clipboard

Source

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