CredentialProviderConfiguration
The configuration for a credential provider. This structure defines how the gateway authenticates with the target endpoint.
Contents
- credentialProviderType
-
The type of credential provider. This field specifies which authentication method the gateway uses.
Type: String
Valid Values:
GATEWAY_IAM_ROLE | OAUTH | API_KEY
Required: Yes
- credentialProvider
-
The credential provider. This field contains the specific configuration for the credential provider type.
Type: CredentialProvider object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: