AuthorizerConfiguration
Represents inbound authorization configuration options used to authenticate incoming requests.
Inheritors
Types
Link copied to clipboard
data class CustomJwtAuthorizer(val value: CustomJwtAuthorizerConfiguration) : AuthorizerConfiguration
The inbound JWT-based authorization, specifying how incoming requests should be authenticated.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this AuthorizerConfiguration as a CustomJwtAuthorizer and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CustomJwtAuthorizerConfiguration value. Throws an exception if the AuthorizerConfiguration is not a CustomJwtAuthorizer.
Link copied to clipboard
Casts this AuthorizerConfiguration as a CustomJwtAuthorizer and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CustomJwtAuthorizerConfiguration value. Returns null if the AuthorizerConfiguration is not a CustomJwtAuthorizer.