AWS Request Signing

Third Party

Configuration

configobject
Hide Child Parameters
aws_assume_role_arnstring

The ARN of the AWS IAM Role to assume before making the request to the AWS service.

aws_assume_role_namestring

The name of the AWS IAM Role to assume before making the request to the AWS service.

aws_regionstring

The AWS region in which the service is located.

aws_servicestring

The name of the AWS service to be called.

override_target_hoststring

An optional hostname or IP to use instead of the one specified in the service’s endpoint.

override_target_portnumber

An optional port to use instead of the one specified in the service’s endpoint.

override_target_protocolstring

An optional protocol to use instead of the one specified in the service’s endpoint.

Allowed values:httphttps

consumerobject

If set, the plugin will activate only for requests where the specified has been authenticated. (Note that some plugins can not be restricted to consumers this way). Leave unset for the plugin to activate regardless of the authenticated Consumer.

* Additional properties are NOT allowed.
Hide Child Parameters
idstring
protocolsarray[string]

A list of the request protocols that will trigger this plugin. The default value, as well as the possible values allowed on this field, may change depending on the plugin type. For example, plugins that only work in stream mode will only support tcp and tls.

Allowed values:httphttps

Default:http, https

routeobject

If set, the plugin will only activate when receiving requests via the specified route. Leave unset for the plugin to activate regardless of the route being used.

* Additional properties are NOT allowed.
Hide Child Parameters
idstring
serviceobject

If set, the plugin will only activate when receiving requests via one of the routes belonging to the specified Service. Leave unset for the plugin to activate regardless of the Service being matched.

* Additional properties are NOT allowed.
Hide Child Parameters
idstring

Did this doc help?

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!