Table of Contents

Class CfnAuthorizerV2.JWTConfigurationProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
public class CfnAuthorizerV2.JWTConfigurationProperty : CfnAuthorizerV2.IJWTConfigurationProperty
Inheritance
CfnAuthorizerV2.JWTConfigurationProperty
Implements
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.APIGateway;

             var jWTConfigurationProperty = new JWTConfigurationProperty {
                 Audience = new [] { "audience" },
                 Issuer = "issuer"
             };

Remarks

Constructors

JWTConfigurationProperty()

public JWTConfigurationProperty()

Properties

Audience

(deprecated) CfnAuthorizerV2.JWTConfigurationProperty.Audience.

[Obsolete]
public string[]? Audience { get; set; }

Property Value

string[]

Remarks

Issuer

(deprecated) CfnAuthorizerV2.JWTConfigurationProperty.Issuer.

[Obsolete]
public string? Issuer { get; set; }

Property Value

string

Remarks