--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ce_anomaly_subscription Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::CE::AnomalySubscription --- # awscc_ce_anomaly_subscription (Data Source) Data Source schema for AWS::CE::AnomalySubscription ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `account_id` (String) The accountId - `frequency` (String) The frequency at which anomaly reports are sent over email. - `monitor_arn_list` (List of String) A list of cost anomaly monitors. - `resource_tags` (Attributes List) Tags to assign to subscription. (see [below for nested schema](#nestedatt--resource_tags)) - `subscribers` (Attributes List) A list of subscriber (see [below for nested schema](#nestedatt--subscribers)) - `subscription_arn` (String) Subscription ARN - `subscription_name` (String) The name of the subscription. - `threshold` (Number) The dollar value that triggers a notification if the threshold is exceeded. ### Nested Schema for `resource_tags` Read-Only: - `key` (String) The key name for the tag. - `value` (String) The value for the tag. ### Nested Schema for `subscribers` Read-Only: - `address` (String) - `status` (String) - `type` (String)