AuthConfig
Contains the authentication settings that Connect Customer uses to call an external application endpoint. The configuration includes the authentication type and credential location.
Contents
- AuthType
-
The type of authentication used when calling the external application.
Type: String
Valid Values:
API_KEYRequired: No
- CredentialProviderIdentifier
-
The ARN of the AWS Secrets Manager secret that stores the credentials. The secret must be accessible to Connect Customer.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: