--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_frauddetector_label Resource - terraform-provider-awscc" subcategory: "" description: |- An label for fraud detector. --- # awscc_frauddetector_label (Resource) An label for fraud detector. ## Schema ### Required - `name` (String) The name of the label. ### Optional - `description` (String) The label description. - `tags` (Attributes List) Tags associated with this label. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) The label ARN. - `created_time` (String) The timestamp when the label was created. - `id` (String) Uniquely identifies the resource. - `last_updated_time` (String) The timestamp when the label was last updated. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_frauddetector_label.example ```