/dhall-aws-cloudformation/cloudformation/AWS::Cognito::UserPoolUserToGroupAttachment/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ GroupName : (./../../Fn.dhall).CfnText
, UserPoolId : (./../../Fn.dhall).CfnText
, Username : (./../../Fn.dhall).CfnText
}
, default = {=}
}