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();
-
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
ConstructorsModifierConstructorDescriptionprotectedNoAuthAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedNoAuthAuthorizer(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
-
NoAuthAuthorizer
protected NoAuthAuthorizer(software.amazon.jsii.JsiiObjectRef objRef) -
NoAuthAuthorizer
protected NoAuthAuthorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
NoAuthAuthorizer
@Stability(Stable) public NoAuthAuthorizer()
-
-
Method Details
-
getAuthorizerType
The authorizer type.- Specified by:
getAuthorizerTypein interfaceIGatewayAuthorizerConfig
-