RegistryRecordOAuthCredentialProvider
OAuth credential provider configuration for authenticating with an external source during synchronization.
Contents
- providerArn
-
The Amazon Resource Name (ARN) of the OAuth credential provider resource.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:aws(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:.*Required: Yes
- customParameters
-
Additional custom parameters for the OAuth flow.
Type: String to string map
Required: No
- grantType
-
The OAuth grant type. Currently only
CLIENT_CREDENTIALSis supported.Type: String
Valid Values:
CLIENT_CREDENTIALSRequired: No
- scopes
-
The OAuth scopes to request during authentication.
Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: