/dhall-aws-cloudformation/cloudformation/AWS::ServiceCatalog::TagOption/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Active : Optional Bool
, Key : (./../../Fn.dhall).CfnText
, Value : (./../../Fn.dhall).CfnText
}
, default.Active = None Bool
}