interface JWTConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGateway.CfnAuthorizerV2.JWTConfigurationProperty |
Java | software.amazon.awscdk.services.apigateway.CfnAuthorizerV2.JWTConfigurationProperty |
Python | aws_cdk.aws_apigateway.CfnAuthorizerV2.JWTConfigurationProperty |
TypeScript (source) | @aws-cdk/aws-apigateway » CfnAuthorizerV2 » JWTConfigurationProperty |
⚠️ Deprecated: moved to package aws-apigatewayv2
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const jWTConfigurationProperty: apigateway.CfnAuthorizerV2.JWTConfigurationProperty = {
audience: ['audience'],
issuer: 'issuer',
};
Properties
Name | Type | Description |
---|---|---|
audience? | string[] | CfnAuthorizerV2.JWTConfigurationProperty.Audience . |
issuer? | string | CfnAuthorizerV2.JWTConfigurationProperty.Issuer . |
audience?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string[]
(optional)
CfnAuthorizerV2.JWTConfigurationProperty.Audience
.
issuer?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnAuthorizerV2.JWTConfigurationProperty.Issuer
.