Class NoAuthAuthorizer

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.NoAuthAuthorizer
All Implemented Interfaces:
IGatewayAuthorizerConfig, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-07-02T13:32:34.192Z") @Stability(Stable) public class NoAuthAuthorizer extends software.amazon.jsii.JsiiObject implements IGatewayAuthorizerConfig
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 software.amazon.awscdk.services.bedrockagentcore.*;
 NoAuthAuthorizer noAuthAuthorizer = new NoAuthAuthorizer();
 
  • Constructor Details

    • NoAuthAuthorizer

      protected NoAuthAuthorizer(software.amazon.jsii.JsiiObjectRef objRef)
    • NoAuthAuthorizer

      protected NoAuthAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • NoAuthAuthorizer

      @Stability(Stable) public NoAuthAuthorizer()
  • Method Details