class NoAuthAuthorizer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.NoAuthAuthorizer |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#NoAuthAuthorizer |
Java | software.amazon.awscdk.services.bedrockagentcore.NoAuthAuthorizer |
Python | aws_cdk.aws_bedrockagentcore.NoAuthAuthorizer |
TypeScript (source) | aws-cdk-lib » aws_bedrockagentcore » NoAuthAuthorizer |
Implements
IGateway
No authorization configuration implementation.
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 noAuthAuthorizer = new bedrockagentcore.NoAuthAuthorizer();
Initializer
new NoAuthAuthorizer()
Properties
| Name | Type | Description |
|---|---|---|
| authorizer | Gateway | The authorizer type. |
authorizerType
Type:
Gateway
The authorizer type.

.NET
Go
Java
Python
TypeScript (