Grpc Credentials AWS IAM

Configuration for AWS IAM Grpc Credentials Plugin

config.grpc_credential.v2alpha.AwsIamConfig

[config.grpc_credential.v2alpha.AwsIamConfig proto]

{
  "service_name": "...",
  "region": "..."
}
service_name

(string, REQUIRED) The service namespace of the Grpc endpoint.

Example: appmesh

region

(string) The region hosting the Grpc endpoint. If unspecified, the extension will use the value in the AWS_REGION environment variable.

Example: us-west-2