Values.AuthenticationSourceThe authentication configuration for an actor, specifying the provider type and credentials.
type nonrec t = {providerType : AuthenticationProviderType.t option;The type of authentication provider. Valid values include SECRETS_MANAGER, AWS_LAMBDA, AWS_IAM_ROLE, and AWS_INTERNAL.
*)value : String_.t option;The authentication value, such as a secret ARN, Lambda function ARN, or IAM role ARN, depending on the provider type.
*)}