RequestAuthorizer.IdentitySources not settable in .NET #6538
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
bug
This issue is a bug.
language/dotnet
Related to .NET bindings
p1
If I try to set the property RequestAuthorizer.IdentitySources in my API Gateway setup, I can't create an instance of type IdentitySource (saying it needs to use the Authorization HTTP header). There is an empty constructor of the IdentitySource class and an IdentitySource.Header method which returns a string, but not an IdentitySource instance.
Reproduction Steps
Environment
NuGet: Amazon.CDK.AWS.APIGateway 1.26.0
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: