Class IamAuthorizer
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();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IGatewayAuthorizerConfig
IGatewayAuthorizerConfig.Jsii$Default, IGatewayAuthorizerConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIamAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedIamAuthorizer(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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
-
getAuthorizerType
The authorizer type.- Specified by:
getAuthorizerTypein interfaceIGatewayAuthorizerConfig
-