UserPoolResourceServerResourceServerScopeTypeArgs

data class UserPoolResourceServerResourceServerScopeTypeArgs(val scopeDescription: Output<String>, val scopeName: Output<String>) : ConvertibleToJava<UserPoolResourceServerResourceServerScopeTypeArgs>

Constructors

constructor(scopeDescription: Output<String>, scopeName: Output<String>)

Properties

Link copied to clipboard

A description of the scope.

Link copied to clipboard
val scopeName: Output<String>

The name of the scope.

Functions

Link copied to clipboard
open override fun toJava(): UserPoolResourceServerResourceServerScopeTypeArgs