AuthorizerConfiguration
The authorizer configuration for a registry. Exactly one member is set.
Inheritors
Types
Link copied to clipboard
data class CustomJwtAuthorizer(val value: CustomJwtAuthorizerConfiguration) : AuthorizerConfiguration
Configuration for a custom JWT authorizer.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this AuthorizerConfiguration as a CustomJwtAuthorizer and retrieves its aws.sdk.kotlin.services.agentregistrycontrol.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.agentregistrycontrol.model.CustomJwtAuthorizerConfiguration value. Returns null if the AuthorizerConfiguration is not a CustomJwtAuthorizer.