UserPoolResourceServer

class UserPoolResourceServer : KotlinCustomResource

Resource Type definition for AWS::Cognito::UserPoolResourceServer

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identifier: Output<String>

A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com .

Link copied to clipboard
val name: Output<String>

A friendly name for the resource server.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userPoolId: Output<String>

The user pool ID for the user pool.