AuthorizerJwtConfigurationArgs

data class AuthorizerJwtConfigurationArgs(val audiences: Output<List<String>>? = null, val issuer: Output<String>? = null) : ConvertibleToJava<AuthorizerJwtConfigurationArgs>

Constructors

Link copied to clipboard
constructor(audiences: Output<List<String>>? = null, issuer: Output<String>? = null)

Properties

Link copied to clipboard
val audiences: Output<List<String>>? = null

List of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.

Link copied to clipboard
val issuer: Output<String>? = null

Base domain of the identity provider that issues JSON Web Tokens, such as the endpoint attribute of the aws.cognito.UserPool resource.

Functions

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