Class AuthorizerJwtConfigurationArgs
Inherited Members
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 SourceAuthorizerJwtConfigurationArgs()
Declaration
public AuthorizerJwtConfigurationArgs()
Properties
View SourceAudiences
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> |
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> |