Table of Contents

Interface CfnAuthorizerV2.IJWTConfigurationProperty

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll
[Obsolete("moved to package aws-apigatewayv2")]
public interface CfnAuthorizerV2.IJWTConfigurationProperty

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

Properties

Audience

(deprecated) CfnAuthorizerV2.JWTConfigurationProperty.Audience.

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

Property Value

string[]

Remarks

Issuer

(deprecated) CfnAuthorizerV2.JWTConfigurationProperty.Issuer.

[Obsolete]
string? Issuer { get; }

Property Value

string

Remarks