/dhall-aws-cloudformation/cloudformation/AWS::Cognito::UserPoolUserToGroupAttachment/Properties.dhall
Copy path to clipboardSource
{ Type =
{ GroupName : (./../../Fn.dhall).CfnText
, UserPoolId : (./../../Fn.dhall).CfnText
, Username : (./../../Fn.dhall).CfnText
}
, default = {=}
}