prometheus operator v0.71.2

AlertmanagerConfig.spec.receivers.snsConfigs.sigv4

Configures AWS's Signature Verification 4 signing process to sign requests.

5 fields
AlertmanagerConfig.spec.receivers.snsConfigs.sigv4 fields and descriptions
Field / TypeDescription
object

AccessKey is the AWS API key. If not specified, the environment variable `AWS_ACCESS_KEY_ID` is used.

  • x-kubernetes-map-type: "atomic"
profile
string

Profile is the named AWS profile used to authenticate.

region
string

Region is the AWS region. If blank, the region from the default credentials chain used.

roleArn
string

RoleArn is the named AWS profile used to authenticate.

object

SecretKey is the AWS API secret. If not specified, the environment variable `AWS_SECRET_ACCESS_KEY` is used.

  • x-kubernetes-map-type: "atomic"