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