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.129.0 (build eaca441)", date="2026-05-19T08:18:44.467Z") @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