IamCredentialProvider
An IAM credential provider for gateway authentication. This structure contains the configuration for authenticating with the target endpoint using IAM credentials and SigV4 signing.
Contents
- service
-
The target AWS service name used for SigV4 signing. This value identifies the service that the gateway authenticates with when making requests to the target endpoint.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9._-]+Required: Yes
- region
-
The AWS Region used for SigV4 signing. If not specified, defaults to the gateway's Region.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
[a-zA-Z0-9-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: