Authorizer Jwt Configuration
data class AuthorizerJwtConfiguration(val audience: List<String>? = null, val issuer: String? = null)
The `JWTConfiguration` property specifies the configuration of a JWT authorizer. Required for the `JWT` authorizer type. Supported only for HTTP APIs.