--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_frauddetector_detector Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::FraudDetector::Detector --- # awscc_frauddetector_detector (Data Source) Data Source schema for AWS::FraudDetector::Detector ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) The ARN of the detector. - `associated_models` (Attributes List) The models to associate with this detector. (see [below for nested schema](#nestedatt--associated_models)) - `created_time` (String) The time when the detector was created. - `description` (String) The description of the detector. - `detector_id` (String) The ID of the detector - `detector_version_id` (String) The active version ID of the detector - `detector_version_status` (String) The desired detector version status for the detector - `event_type` (Attributes) The event type to associate this detector with. (see [below for nested schema](#nestedatt--event_type)) - `last_updated_time` (String) The time when the detector was last updated. - `rule_execution_mode` (String) - `rules` (Attributes List) (see [below for nested schema](#nestedatt--rules)) - `tags` (Attributes List) Tags associated with this detector. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `associated_models` Read-Only: - `arn` (String) ### Nested Schema for `event_type` Read-Only: - `arn` (String) The ARN of the event type. - `created_time` (String) The time when the event type was created. - `description` (String) The description of the event type. - `entity_types` (Attributes List) (see [below for nested schema](#nestedatt--event_type--entity_types)) - `event_variables` (Attributes List) (see [below for nested schema](#nestedatt--event_type--event_variables)) - `inline` (Boolean) - `labels` (Attributes List) (see [below for nested schema](#nestedatt--event_type--labels)) - `last_updated_time` (String) The time when the event type was last updated. - `name` (String) The name for the event type - `tags` (Attributes List) Tags associated with this event type. (see [below for nested schema](#nestedatt--event_type--tags)) ### Nested Schema for `event_type.entity_types` Read-Only: - `arn` (String) - `created_time` (String) The time when the entity type was created. - `description` (String) The description. - `inline` (Boolean) - `last_updated_time` (String) The time when the entity type was last updated. - `name` (String) - `tags` (Attributes List) Tags associated with this entity type. (see [below for nested schema](#nestedatt--event_type--entity_types--tags)) ### Nested Schema for `event_type.entity_types.tags` Read-Only: - `key` (String) - `value` (String) ### Nested Schema for `event_type.event_variables` Read-Only: - `arn` (String) - `created_time` (String) The time when the event variable was created. - `data_source` (String) - `data_type` (String) - `default_value` (String) - `description` (String) The description. - `inline` (Boolean) - `last_updated_time` (String) The time when the event variable was last updated. - `name` (String) - `tags` (Attributes List) Tags associated with this event variable. (see [below for nested schema](#nestedatt--event_type--event_variables--tags)) - `variable_type` (String) ### Nested Schema for `event_type.event_variables.tags` Read-Only: - `key` (String) - `value` (String) ### Nested Schema for `event_type.labels` Read-Only: - `arn` (String) - `created_time` (String) The time when the label was created. - `description` (String) The description. - `inline` (Boolean) - `last_updated_time` (String) The time when the label was last updated. - `name` (String) - `tags` (Attributes List) Tags associated with this label. (see [below for nested schema](#nestedatt--event_type--labels--tags)) ### Nested Schema for `event_type.labels.tags` Read-Only: - `key` (String) - `value` (String) ### Nested Schema for `event_type.tags` Read-Only: - `key` (String) - `value` (String) ### Nested Schema for `rules` Read-Only: - `arn` (String) - `created_time` (String) The time when the event type was created. - `description` (String) The description. - `detector_id` (String) - `expression` (String) - `language` (String) - `last_updated_time` (String) The time when the event type was last updated. - `outcomes` (Attributes List) (see [below for nested schema](#nestedatt--rules--outcomes)) - `rule_id` (String) - `rule_version` (String) - `tags` (Attributes List) Tags associated with this event type. (see [below for nested schema](#nestedatt--rules--tags)) ### Nested Schema for `rules.outcomes` Read-Only: - `arn` (String) - `created_time` (String) The time when the outcome was created. - `description` (String) The description. - `inline` (Boolean) - `last_updated_time` (String) The time when the outcome was last updated. - `name` (String) - `tags` (Attributes List) Tags associated with this outcome. (see [below for nested schema](#nestedatt--rules--outcomes--tags)) ### Nested Schema for `rules.outcomes.tags` Read-Only: - `key` (String) - `value` (String) ### Nested Schema for `rules.tags` Read-Only: - `key` (String) - `value` (String) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)