---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_auditmanager_assessment Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::AuditManager::Assessment
---
# awscc_auditmanager_assessment (Data Source)
Data Source schema for AWS::AuditManager::Assessment
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String) The Amazon Resource Name (ARN) of the assessment.
- `assessment_id` (String)
- `assessment_reports_destination` (Attributes) The destination in which evidence reports are stored for the specified assessment. (see [below for nested schema](#nestedatt--assessment_reports_destination))
- `aws_account` (Attributes) The AWS account associated with the assessment. (see [below for nested schema](#nestedatt--aws_account))
- `creation_time` (Number) The sequence of characters that identifies when the event occurred.
- `delegations` (Attributes List) The list of delegations. (see [below for nested schema](#nestedatt--delegations))
- `description` (String) The description of the specified assessment.
- `framework_id` (String) The identifier for the specified framework.
- `name` (String) The name of the related assessment.
- `roles` (Attributes List) The list of roles for the specified assessment. (see [below for nested schema](#nestedatt--roles))
- `scope` (Attributes) The wrapper that contains the AWS accounts and AWS services in scope for the assessment. (see [below for nested schema](#nestedatt--scope))
- `status` (String) The status of the specified assessment.
- `tags` (Attributes List) The tags associated with the assessment. (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `assessment_reports_destination`
Read-Only:
- `destination` (String) The URL of the specified Amazon S3 bucket.
- `destination_type` (String) The destination type, such as Amazon S3.
### Nested Schema for `aws_account`
Read-Only:
- `email_address` (String) The unique identifier for the email account.
- `id` (String) The identifier for the specified AWS account.
- `name` (String) The name of the specified AWS account.
### Nested Schema for `delegations`
Read-Only:
- `assessment_id` (String)
- `assessment_name` (String) The name of the related assessment.
- `comment` (String) The comment related to the delegation.
- `control_set_id` (String) The identifier for the specified control set.
- `created_by` (String) The IAM user or role that performed the action.
- `creation_time` (Number) The sequence of characters that identifies when the event occurred.
- `id` (String) The ID of this resource.
- `last_updated` (Number) The sequence of characters that identifies when the event occurred.
- `role_arn` (String) The Amazon Resource Name (ARN) of the IAM user or role.
- `role_type` (String) The IAM role type.
- `status` (String) The status of the delegation.
### Nested Schema for `roles`
Read-Only:
- `role_arn` (String) The Amazon Resource Name (ARN) of the IAM user or role.
- `role_type` (String) The IAM role type.
### Nested Schema for `scope`
Read-Only:
- `aws_accounts` (Attributes List) The AWS accounts included in scope. (see [below for nested schema](#nestedatt--scope--aws_accounts))
- `aws_services` (Attributes List) The AWS services included in scope. (see [below for nested schema](#nestedatt--scope--aws_services))
### Nested Schema for `scope.aws_accounts`
Read-Only:
- `email_address` (String) The unique identifier for the email account.
- `id` (String) The identifier for the specified AWS account.
- `name` (String) The name of the specified AWS account.
### Nested Schema for `scope.aws_services`
Read-Only:
- `service_name` (String) The name of the AWS service.
### Nested Schema for `tags`
Read-Only:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.