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

@Generated(value="jsii-pacmak/1.129.0 (build eaca441)", date="2026-05-19T08:18:44.449Z") @Stability(Stable) public class IamAuthorizer extends software.amazon.jsii.JsiiObject implements IGatewayAuthorizerConfig
AWS IAM authorizer 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.*;
 IamAuthorizer iamAuthorizer = new IamAuthorizer();
 
  • Constructor Details

    • IamAuthorizer

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

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

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