Show / Hide Table of Contents

Class AuthorizerJwtConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuthorizerJwtConfigurationArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApiGatewayV2.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AuthorizerJwtConfigurationArgs : ResourceArgs

Constructors

View Source

AuthorizerJwtConfigurationArgs()

Declaration
public AuthorizerJwtConfigurationArgs()

Properties

View Source

Audiences

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

Declaration
public InputList<string> Audiences { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Issuer

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

Declaration
public Input<string> Issuer { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.