/dhall-aws-cloudformation/cloudformation/AWS::ResourceGroups::Group/ResourceQuery.dhall
Copy path to clipboardSource
{ Type =
{ Query : Optional (./Query.dhall).Type
, Type : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Query = None (./Query.dhall).Type, Type = None (./../../Fn.dhall).CfnText }
}