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

Copy path to clipboard

Source

{ Type =
{ Identifier : (./../../Fn.dhall).CfnText
, Name : (./../../Fn.dhall).CfnText
, Scopes : Optional (List (./ResourceServerScopeType.dhall).Type)
, UserPoolId : (./../../Fn.dhall).CfnText
}
, default.Scopes = None (List (./ResourceServerScopeType.dhall).Type)
}