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
Stability: Deprecated
ExampleMetadata: fixture=_generated
Properties
Audience
(deprecated) CfnAuthorizerV2.JWTConfigurationProperty.Audience
.
[Obsolete]
string[]? Audience { get; }
Property Value
- string[]
Remarks
Stability: Deprecated
Issuer
(deprecated) CfnAuthorizerV2.JWTConfigurationProperty.Issuer
.
[Obsolete]
string? Issuer { get; }