Authentication

The authentication configuration for an actor, specifying the provider type and credentials.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of authentication provider. Valid values include SECRETS_MANAGER, AWS_LAMBDA, AWS_IAM_ROLE, and AWS_INTERNAL.

Link copied to clipboard

The authentication value, such as a secret ARN, Lambda function ARN, or IAM role ARN, depending on the provider type.

Functions

Link copied to clipboard
inline fun copy(block: Authentication.Builder.() -> Unit = {}): Authentication
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String