AlertmanagerConfig.spec.receivers.opsgenieConfigs.httpConfig.oauth2.spec.receivers.snsConfigs.sigv4
sigv4 configures AWS's Signature Verification 4 signing process to sign requests. This includes AWS credentials and region configuration for authentication.
| Field / Type | Description |
|---|---|
accessKey defines the AWS API key. If not specified, the environment variable `AWS_ACCESS_KEY_ID` is used.
| |
externalId | externalId defines the external ID used when assuming an AWS role. Can only be used with roleArn. It requires Prometheus >= v3.11.0 or Alertmanager >= v0.33.0. Currently not supported by Thanos.
|
profile | profile defines the named AWS profile used to authenticate. |
region | region defines the AWS region. If blank, the region from the default credentials chain used. |
roleArn | roleArn defines the named AWS profile used to authenticate. |
secretKey defines the AWS API secret. If not specified, the environment variable `AWS_SECRET_ACCESS_KEY` is used.
| |
useFIPSSTSEndpoint | useFIPSSTSEndpoint defines the FIPS mode for the AWS STS endpoint. It requires Prometheus >= v2.54.0. |