UserPoolResourceServerReference
- class aws_cdk.aws_cognito.UserPoolResourceServerReference(*, identifier, user_pool_id)
- Bases: - object- A reference to a UserPoolResourceServer resource. - Parameters:
- identifier ( - str) – The Identifier of the UserPoolResourceServer resource.
- user_pool_id ( - str) – The UserPoolId of the UserPoolResourceServer resource.
 
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_cognito as cognito user_pool_resource_server_reference = cognito.UserPoolResourceServerReference( identifier="identifier", user_pool_id="userPoolId" ) - Attributes - identifier
- The Identifier of the UserPoolResourceServer resource. 
 - user_pool_id
- The UserPoolId of the UserPoolResourceServer resource.