Skip to main content

anomaly_subscriptions_list_only

Lists anomaly_subscriptions in a region or regions, for all properties use anomaly_subscriptions

Overview

Nameanomaly_subscriptions_list_only
TypeResource
DescriptionAWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. Create subscription to be notified
Idaws.ce.anomaly_subscriptions_list_only

Fields

NameDatatypeDescription
subscription_arnstringSubscription ARN
subscription_namestringThe name of the subscription.
account_idstringThe accountId
monitor_arn_listarrayA list of cost anomaly monitors.
subscribersarrayA list of subscriber
thresholdnumberThe dollar value that triggers a notification if the threshold is exceeded.
threshold_expressionstringAn Expression object in JSON String format used to specify the anomalies that you want to generate alerts for.
frequencystringThe frequency at which anomaly reports are sent over email.
resource_tagsarrayTags to assign to subscription.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all anomaly_subscriptions in a region.

SELECT
region,
subscription_arn
FROM aws.ce.anomaly_subscriptions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the anomaly_subscriptions_list_only resource, see anomaly_subscriptions