class NoAuthAuthorizer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.NoAuthAuthorizer |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#NoAuthAuthorizer |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.NoAuthAuthorizer |
Python | aws_cdk.aws_bedrock_agentcore_alpha.NoAuthAuthorizer |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha ยป 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 * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';
const noAuthAuthorizer = new bedrock_agentcore_alpha.NoAuthAuthorizer();
Initializer
new NoAuthAuthorizer()
Properties
| Name | Type | Description |
|---|---|---|
| authorizer | Gateway | The authorizer type. |
authorizerType
Type:
Gateway
The authorizer type.

.NET
Go
Java
Python
TypeScript (