interface AuthorizerConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnRuntime.AuthorizerConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_AuthorizerConfigurationProperty |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.AuthorizerConfigurationProperty |
![]() | aws_cdk.aws_bedrockagentcore.CfnRuntime.AuthorizerConfigurationProperty |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnRuntime » AuthorizerConfigurationProperty |
Configuration for the authorizer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const authorizerConfigurationProperty: bedrockagentcore.CfnRuntime.AuthorizerConfigurationProperty = {
customJwtAuthorizer: {
discoveryUrl: 'discoveryUrl',
// the properties below are optional
allowedAudience: ['allowedAudience'],
allowedClients: ['allowedClients'],
},
};
Properties
Name | Type | Description |
---|---|---|
custom | IResolvable | Custom | Configuration for custom JWT authorizer. |
customJwtAuthorizer?
Type:
IResolvable
|
Custom
(optional)
Configuration for custom JWT authorizer.