interface AuthorizerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.AuthorizerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#AuthorizerReference |
![]() | software.amazon.awscdk.services.apigateway.AuthorizerReference |
![]() | aws_cdk.aws_apigateway.AuthorizerReference |
![]() | aws-cdk-lib » aws_apigateway » AuthorizerReference |
A reference to a Authorizer resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigateway as apigateway } from 'aws-cdk-lib';
const authorizerReference: apigateway.AuthorizerReference = {
authorizerId: 'authorizerId',
restApiId: 'restApiId',
};
Properties
Name | Type | Description |
---|---|---|
authorizer | string | The AuthorizerId of the Authorizer resource. |
rest | string | The RestApiId of the Authorizer resource. |
authorizerId
Type:
string
The AuthorizerId of the Authorizer resource.
restApiId
Type:
string
The RestApiId of the Authorizer resource.