Authentication
The authentication configuration for an actor, specifying the provider type and credentials.
Contents
- providerType
-
The type of authentication provider. Valid values include SECRETS_MANAGER, AWS_LAMBDA, AWS_IAM_ROLE, and AWS_INTERNAL.
Type: String
Valid Values:
SECRETS_MANAGER | AWS_LAMBDA | AWS_IAM_ROLE | AWS_INTERNALRequired: No
- value
-
The authentication value, such as a secret ARN, Lambda function ARN, or IAM role ARN, depending on the provider type.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: