interface AuthorizerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnGatewayPropsMixin.AuthorizerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnGatewayPropsMixin_AuthorizerConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnGatewayPropsMixin.AuthorizerConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnGatewayPropsMixin.AuthorizerConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnGatewayPropsMixin » AuthorizerConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const authorizerConfigurationProperty: bedrockagentcore_mixins.CfnGatewayPropsMixin.AuthorizerConfigurationProperty = {
customJwtAuthorizer: {
allowedAudience: ['allowedAudience'],
allowedClients: ['allowedClients'],
discoveryUrl: 'discoveryUrl',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | IResolvable | Custom | The authorizer configuration for the gateway. |
customJwtAuthorizer?
Type:
IResolvable | Custom
(optional)
The authorizer configuration for the gateway.

.NET
Go
Java
Python
TypeScript