

# Data Types
<a name="API_Types"></a>

The AWS Audit Manager API contains several data types that various actions use. This section describes each data type in detail.

**Note**  
The order of each element in a data type structure is not guaranteed. Applications should not assume a particular order.

The following data types are supported:
+  [Assessment](API_Assessment.md) 
+  [AssessmentControl](API_AssessmentControl.md) 
+  [AssessmentControlSet](API_AssessmentControlSet.md) 
+  [AssessmentEvidenceFolder](API_AssessmentEvidenceFolder.md) 
+  [AssessmentFramework](API_AssessmentFramework.md) 
+  [AssessmentFrameworkMetadata](API_AssessmentFrameworkMetadata.md) 
+  [AssessmentFrameworkShareRequest](API_AssessmentFrameworkShareRequest.md) 
+  [AssessmentMetadata](API_AssessmentMetadata.md) 
+  [AssessmentMetadataItem](API_AssessmentMetadataItem.md) 
+  [AssessmentReport](API_AssessmentReport.md) 
+  [AssessmentReportEvidenceError](API_AssessmentReportEvidenceError.md) 
+  [AssessmentReportMetadata](API_AssessmentReportMetadata.md) 
+  [AssessmentReportsDestination](API_AssessmentReportsDestination.md) 
+  [AWSAccount](API_AWSAccount.md) 
+  [AWSService](API_AWSService.md) 
+  [BatchCreateDelegationByAssessmentError](API_BatchCreateDelegationByAssessmentError.md) 
+  [BatchDeleteDelegationByAssessmentError](API_BatchDeleteDelegationByAssessmentError.md) 
+  [BatchImportEvidenceToAssessmentControlError](API_BatchImportEvidenceToAssessmentControlError.md) 
+  [ChangeLog](API_ChangeLog.md) 
+  [Control](API_Control.md) 
+  [ControlComment](API_ControlComment.md) 
+  [ControlDomainInsights](API_ControlDomainInsights.md) 
+  [ControlInsightsMetadataByAssessmentItem](API_ControlInsightsMetadataByAssessmentItem.md) 
+  [ControlInsightsMetadataItem](API_ControlInsightsMetadataItem.md) 
+  [ControlMappingSource](API_ControlMappingSource.md) 
+  [ControlMetadata](API_ControlMetadata.md) 
+  [ControlSet](API_ControlSet.md) 
+  [CreateAssessmentFrameworkControl](API_CreateAssessmentFrameworkControl.md) 
+  [CreateAssessmentFrameworkControlSet](API_CreateAssessmentFrameworkControlSet.md) 
+  [CreateControlMappingSource](API_CreateControlMappingSource.md) 
+  [CreateDelegationRequest](API_CreateDelegationRequest.md) 
+  [DefaultExportDestination](API_DefaultExportDestination.md) 
+  [Delegation](API_Delegation.md) 
+  [DelegationMetadata](API_DelegationMetadata.md) 
+  [DeregistrationPolicy](API_DeregistrationPolicy.md) 
+  [Evidence](API_Evidence.md) 
+  [EvidenceFinderEnablement](API_EvidenceFinderEnablement.md) 
+  [EvidenceInsights](API_EvidenceInsights.md) 
+  [Framework](API_Framework.md) 
+  [FrameworkMetadata](API_FrameworkMetadata.md) 
+  [Insights](API_Insights.md) 
+  [InsightsByAssessment](API_InsightsByAssessment.md) 
+  [ManualEvidence](API_ManualEvidence.md) 
+  [Notification](API_Notification.md) 
+  [Resource](API_Resource.md) 
+  [Role](API_Role.md) 
+  [Scope](API_Scope.md) 
+  [ServiceMetadata](API_ServiceMetadata.md) 
+  [Settings](API_Settings.md) 
+  [SourceKeyword](API_SourceKeyword.md) 
+  [UpdateAssessmentFrameworkControlSet](API_UpdateAssessmentFrameworkControlSet.md) 
+  [URL](API_URL.md) 
+  [ValidationExceptionField](API_ValidationExceptionField.md) 

# Assessment
<a name="API_Assessment"></a>

 An entity that defines the scope of audit evidence collected by AWS Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework. 

## Contents
<a name="API_Assessment_Contents"></a>

 ** arn **   <a name="auditmanager-Type-Assessment-arn"></a>
 The Amazon Resource Name (ARN) of the assessment.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:auditmanager:.*`   
Required: No

 ** awsAccount **   <a name="auditmanager-Type-Assessment-awsAccount"></a>
 The AWS account that's associated with the assessment.   
Type: [AWSAccount](API_AWSAccount.md) object  
Required: No

 ** framework **   <a name="auditmanager-Type-Assessment-framework"></a>
 The framework that the assessment was created from.   
Type: [AssessmentFramework](API_AssessmentFramework.md) object  
Required: No

 ** metadata **   <a name="auditmanager-Type-Assessment-metadata"></a>
 The metadata for the assessment.   
Type: [AssessmentMetadata](API_AssessmentMetadata.md) object  
Required: No

 ** tags **   <a name="auditmanager-Type-Assessment-tags"></a>
 The tags that are associated with the assessment.   
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 50 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `^(?!aws:)[a-zA-Z+-=._:/]+$`   
Value Length Constraints: Minimum length of 0. Maximum length of 256.  
Value Pattern: `.{0,255}`   
Required: No

## See Also
<a name="API_Assessment_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Assessment) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Assessment) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Assessment) 

# AssessmentControl
<a name="API_AssessmentControl"></a>

 The control entity that represents a standard control or a custom control in an Audit Manager assessment. 

## Contents
<a name="API_AssessmentControl_Contents"></a>

 ** assessmentReportEvidenceCount **   <a name="auditmanager-Type-AssessmentControl-assessmentReportEvidenceCount"></a>
 The amount of evidence in the assessment report.   
Type: Integer  
Required: No

 ** comments **   <a name="auditmanager-Type-AssessmentControl-comments"></a>
 The list of comments that's attached to the control.   
Type: Array of [ControlComment](API_ControlComment.md) objects  
Required: No

 ** description **   <a name="auditmanager-Type-AssessmentControl-description"></a>
 *This member has been deprecated.*   
 The description of the control.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** evidenceCount **   <a name="auditmanager-Type-AssessmentControl-evidenceCount"></a>
 The amount of evidence that's collected for the control.   
Type: Integer  
Required: No

 ** evidenceSources **   <a name="auditmanager-Type-AssessmentControl-evidenceSources"></a>
 The list of data sources for the evidence.   
Type: Array of strings  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentControl-id"></a>
 The identifier for the control.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** name **   <a name="auditmanager-Type-AssessmentControl-name"></a>
 The name of the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** response **   <a name="auditmanager-Type-AssessmentControl-response"></a>
 The response of the control.   
Type: String  
Valid Values: `MANUAL | AUTOMATE | DEFER | IGNORE`   
Required: No

 ** status **   <a name="auditmanager-Type-AssessmentControl-status"></a>
 The status of the control.   
Type: String  
Valid Values: `UNDER_REVIEW | REVIEWED | INACTIVE`   
Required: No

## See Also
<a name="API_AssessmentControl_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentControl) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentControl) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentControl) 

# AssessmentControlSet
<a name="API_AssessmentControlSet"></a>

 Represents a set of controls in an Audit Manager assessment. 

## Contents
<a name="API_AssessmentControlSet_Contents"></a>

 ** controls **   <a name="auditmanager-Type-AssessmentControlSet-controls"></a>
 The list of controls that's contained with the control set.   
Type: Array of [AssessmentControl](API_AssessmentControl.md) objects  
Required: No

 ** delegations **   <a name="auditmanager-Type-AssessmentControlSet-delegations"></a>
 The delegations that are associated with the control set.   
Type: Array of [Delegation](API_Delegation.md) objects  
Required: No

 ** description **   <a name="auditmanager-Type-AssessmentControlSet-description"></a>
 The description for the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentControlSet-id"></a>
 The identifier of the control set in the assessment. This is the control set name in a plain string format.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** manualEvidenceCount **   <a name="auditmanager-Type-AssessmentControlSet-manualEvidenceCount"></a>
 The total number of evidence objects that are uploaded manually to the control set.   
Type: Integer  
Required: No

 ** roles **   <a name="auditmanager-Type-AssessmentControlSet-roles"></a>
 The roles that are associated with the control set.   
Type: Array of [Role](API_Role.md) objects  
Required: No

 ** status **   <a name="auditmanager-Type-AssessmentControlSet-status"></a>
 The current status of the control set.   
Type: String  
Valid Values: `ACTIVE | UNDER_REVIEW | REVIEWED`   
Required: No

 ** systemEvidenceCount **   <a name="auditmanager-Type-AssessmentControlSet-systemEvidenceCount"></a>
 The total number of evidence objects that are retrieved automatically for the control set.   
Type: Integer  
Required: No

## See Also
<a name="API_AssessmentControlSet_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentControlSet) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentControlSet) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentControlSet) 

# AssessmentEvidenceFolder
<a name="API_AssessmentEvidenceFolder"></a>

 The folder where AWS Audit Manager stores evidence for an assessment. 

## Contents
<a name="API_AssessmentEvidenceFolder_Contents"></a>

 ** assessmentId **   <a name="auditmanager-Type-AssessmentEvidenceFolder-assessmentId"></a>
 The identifier for the assessment.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** assessmentReportSelectionCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-assessmentReportSelectionCount"></a>
 The total count of evidence that's included in the assessment report.   
Type: Integer  
Required: No

 ** author **   <a name="auditmanager-Type-AssessmentEvidenceFolder-author"></a>
 The name of the user who created the evidence folder.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** controlId **   <a name="auditmanager-Type-AssessmentEvidenceFolder-controlId"></a>
 The unique identifier for the control.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** controlName **   <a name="auditmanager-Type-AssessmentEvidenceFolder-controlName"></a>
 The name of the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** controlSetId **   <a name="auditmanager-Type-AssessmentEvidenceFolder-controlSetId"></a>
 The identifier for the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** dataSource **   <a name="auditmanager-Type-AssessmentEvidenceFolder-dataSource"></a>
 The AWS service that the evidence was collected from.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** date **   <a name="auditmanager-Type-AssessmentEvidenceFolder-date"></a>
 The date when the first evidence was added to the evidence folder.   
Type: Timestamp  
Required: No

 ** evidenceAwsServiceSourceCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-evidenceAwsServiceSourceCount"></a>
 The total number of AWS resources that were assessed to generate the evidence.   
Type: Integer  
Required: No

 ** evidenceByTypeComplianceCheckCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-evidenceByTypeComplianceCheckCount"></a>
 The number of evidence that falls under the compliance check category. This evidence is collected from AWS Config or AWS Security Hub CSPM.   
Type: Integer  
Required: No

 ** evidenceByTypeComplianceCheckIssuesCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-evidenceByTypeComplianceCheckIssuesCount"></a>
 The total number of issues that were reported directly from AWS Security Hub CSPM, AWS Config, or both.   
Type: Integer  
Required: No

 ** evidenceByTypeConfigurationDataCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-evidenceByTypeConfigurationDataCount"></a>
 The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other AWS services such as Amazon EC2, Amazon S3, or IAM.   
Type: Integer  
Required: No

 ** evidenceByTypeManualCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-evidenceByTypeManualCount"></a>
 The number of evidence that falls under the manual category. This evidence is imported manually.   
Type: Integer  
Required: No

 ** evidenceByTypeUserActivityCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-evidenceByTypeUserActivityCount"></a>
 The number of evidence that falls under the user activity category. This evidence is collected from AWS CloudTrail logs.   
Type: Integer  
Required: No

 ** evidenceResourcesIncludedCount **   <a name="auditmanager-Type-AssessmentEvidenceFolder-evidenceResourcesIncludedCount"></a>
 The amount of evidence that's included in the evidence folder.   
Type: Integer  
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentEvidenceFolder-id"></a>
 The identifier for the folder that the evidence is stored in.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** name **   <a name="auditmanager-Type-AssessmentEvidenceFolder-name"></a>
 The name of the evidence folder.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** totalEvidence **   <a name="auditmanager-Type-AssessmentEvidenceFolder-totalEvidence"></a>
 The total amount of evidence in the evidence folder.   
Type: Integer  
Required: No

## See Also
<a name="API_AssessmentEvidenceFolder_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentEvidenceFolder) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentEvidenceFolder) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentEvidenceFolder) 

# AssessmentFramework
<a name="API_AssessmentFramework"></a>

 The file used to structure and automate AWS Audit Manager assessments for a given compliance standard. 

## Contents
<a name="API_AssessmentFramework_Contents"></a>

 ** arn **   <a name="auditmanager-Type-AssessmentFramework-arn"></a>
 The Amazon Resource Name (ARN) of the framework.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:auditmanager:.*`   
Required: No

 ** controlSets **   <a name="auditmanager-Type-AssessmentFramework-controlSets"></a>
 The control sets that are associated with the framework.   
Type: Array of [AssessmentControlSet](API_AssessmentControlSet.md) objects  
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentFramework-id"></a>
 The unique identifier for the framework.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** metadata **   <a name="auditmanager-Type-AssessmentFramework-metadata"></a>
 The metadata of a framework, such as the name, ID, or description.   
Type: [FrameworkMetadata](API_FrameworkMetadata.md) object  
Required: No

## See Also
<a name="API_AssessmentFramework_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentFramework) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentFramework) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentFramework) 

# AssessmentFrameworkMetadata
<a name="API_AssessmentFrameworkMetadata"></a>

 The metadata that's associated with a standard framework or a custom framework. 

## Contents
<a name="API_AssessmentFrameworkMetadata_Contents"></a>

 ** arn **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-arn"></a>
 The Amazon Resource Name (ARN) of the framework.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:auditmanager:.*`   
Required: No

 ** complianceType **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-complianceType"></a>
 The compliance type that the new custom framework supports, such as CIS or HIPAA.   
Type: String  
Length Constraints: Maximum length of 100.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** controlsCount **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-controlsCount"></a>
 The number of controls that are associated with the framework.   
Type: Integer  
Required: No

 ** controlSetsCount **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-controlSetsCount"></a>
 The number of control sets that are associated with the framework.   
Type: Integer  
Required: No

 ** createdAt **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-createdAt"></a>
 The time when the framework was created.   
Type: Timestamp  
Required: No

 ** description **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-description"></a>
 The description of the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-id"></a>
 The unique identifier for the framework.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdatedAt **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-lastUpdatedAt"></a>
 The time when the framework was most recently updated.   
Type: Timestamp  
Required: No

 ** logo **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-logo"></a>
 The logo that's associated with the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `^[\w,\s-]+\.[A-Za-z]+$`   
Required: No

 ** name **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-name"></a>
 The name of the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** type **   <a name="auditmanager-Type-AssessmentFrameworkMetadata-type"></a>
 The framework type, such as a standard framework or a custom framework.   
Type: String  
Valid Values: `Standard | Custom`   
Required: No

## See Also
<a name="API_AssessmentFrameworkMetadata_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentFrameworkMetadata) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentFrameworkMetadata) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentFrameworkMetadata) 

# AssessmentFrameworkShareRequest
<a name="API_AssessmentFrameworkShareRequest"></a>

 Represents a share request for a custom framework in AWS Audit Manager. 

## Contents
<a name="API_AssessmentFrameworkShareRequest_Contents"></a>

 ** comment **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-comment"></a>
 An optional comment from the sender about the share request.   
Type: String  
Length Constraints: Maximum length of 500.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** complianceType **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-complianceType"></a>
The compliance type that the shared custom framework supports, such as CIS or HIPAA.  
Type: String  
Length Constraints: Maximum length of 100.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** creationTime **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-creationTime"></a>
 The time when the share request was created.   
Type: Timestamp  
Required: No

 ** customControlsCount **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-customControlsCount"></a>
The number of custom controls that are part of the shared custom framework.  
Type: Integer  
Required: No

 ** destinationAccount **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-destinationAccount"></a>
 The AWS account of the recipient.   
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `^[0-9]{12}$`   
Required: No

 ** destinationRegion **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-destinationRegion"></a>
 The AWS Region of the recipient.   
Type: String  
Pattern: `^[a-z]{2}-[a-z]+-[0-9]{1}$`   
Required: No

 ** expirationTime **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-expirationTime"></a>
 The time when the share request expires.   
Type: Timestamp  
Required: No

 ** frameworkDescription **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-frameworkDescription"></a>
The description of the shared custom framework.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** frameworkId **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-frameworkId"></a>
The unique identifier for the shared custom framework.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** frameworkName **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-frameworkName"></a>
 The name of the custom framework that the share request is for.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-id"></a>
 The unique identifier for the share request.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-lastUpdated"></a>
 Specifies when the share request was last updated.   
Type: Timestamp  
Required: No

 ** sourceAccount **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-sourceAccount"></a>
 The AWS account of the sender.   
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `^[0-9]{12}$`   
Required: No

 ** standardControlsCount **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-standardControlsCount"></a>
The number of standard controls that are part of the shared custom framework.   
Type: Integer  
Required: No

 ** status **   <a name="auditmanager-Type-AssessmentFrameworkShareRequest-status"></a>
 The status of the share request.   
Type: String  
Valid Values: `ACTIVE | REPLICATING | SHARED | EXPIRING | FAILED | EXPIRED | DECLINED | REVOKED`   
Required: No

## See Also
<a name="API_AssessmentFrameworkShareRequest_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentFrameworkShareRequest) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentFrameworkShareRequest) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentFrameworkShareRequest) 

# AssessmentMetadata
<a name="API_AssessmentMetadata"></a>

 The metadata that's associated with the specified assessment. 

## Contents
<a name="API_AssessmentMetadata_Contents"></a>

 ** assessmentReportsDestination **   <a name="auditmanager-Type-AssessmentMetadata-assessmentReportsDestination"></a>
 The destination that evidence reports are stored in for the assessment.   
Type: [AssessmentReportsDestination](API_AssessmentReportsDestination.md) object  
Required: No

 ** complianceType **   <a name="auditmanager-Type-AssessmentMetadata-complianceType"></a>
 The name of the compliance standard that's related to the assessment, such as PCI-DSS.   
Type: String  
Length Constraints: Maximum length of 100.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** creationTime **   <a name="auditmanager-Type-AssessmentMetadata-creationTime"></a>
 Specifies when the assessment was created.   
Type: Timestamp  
Required: No

 ** delegations **   <a name="auditmanager-Type-AssessmentMetadata-delegations"></a>
 The delegations that are associated with the assessment.   
Type: Array of [Delegation](API_Delegation.md) objects  
Required: No

 ** description **   <a name="auditmanager-Type-AssessmentMetadata-description"></a>
 The description of the assessment.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentMetadata-id"></a>
 The unique identifier for the assessment.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-AssessmentMetadata-lastUpdated"></a>
 The time of the most recent update.   
Type: Timestamp  
Required: No

 ** name **   <a name="auditmanager-Type-AssessmentMetadata-name"></a>
 The name of the assessment.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** roles **   <a name="auditmanager-Type-AssessmentMetadata-roles"></a>
 The roles that are associated with the assessment.   
Type: Array of [Role](API_Role.md) objects  
Required: No

 ** scope **   <a name="auditmanager-Type-AssessmentMetadata-scope"></a>
 The wrapper of AWS accounts and services that are in scope for the assessment.   
Type: [Scope](API_Scope.md) object  
Required: No

 ** status **   <a name="auditmanager-Type-AssessmentMetadata-status"></a>
 The overall status of the assessment.   
Type: String  
Valid Values: `ACTIVE | INACTIVE`   
Required: No

## See Also
<a name="API_AssessmentMetadata_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentMetadata) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentMetadata) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentMetadata) 

# AssessmentMetadataItem
<a name="API_AssessmentMetadataItem"></a>

 A metadata object that's associated with an assessment in AWS Audit Manager. 

## Contents
<a name="API_AssessmentMetadataItem_Contents"></a>

 ** complianceType **   <a name="auditmanager-Type-AssessmentMetadataItem-complianceType"></a>
 The name of the compliance standard that's related to the assessment, such as PCI-DSS.   
Type: String  
Length Constraints: Maximum length of 100.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** creationTime **   <a name="auditmanager-Type-AssessmentMetadataItem-creationTime"></a>
 Specifies when the assessment was created.   
Type: Timestamp  
Required: No

 ** delegations **   <a name="auditmanager-Type-AssessmentMetadataItem-delegations"></a>
 The delegations that are associated with the assessment.   
Type: Array of [Delegation](API_Delegation.md) objects  
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentMetadataItem-id"></a>
 The unique identifier for the assessment.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-AssessmentMetadataItem-lastUpdated"></a>
 The time of the most recent update.   
Type: Timestamp  
Required: No

 ** name **   <a name="auditmanager-Type-AssessmentMetadataItem-name"></a>
 The name of the assessment.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** roles **   <a name="auditmanager-Type-AssessmentMetadataItem-roles"></a>
 The roles that are associated with the assessment.   
Type: Array of [Role](API_Role.md) objects  
Required: No

 ** status **   <a name="auditmanager-Type-AssessmentMetadataItem-status"></a>
 The current status of the assessment.   
Type: String  
Valid Values: `ACTIVE | INACTIVE`   
Required: No

## See Also
<a name="API_AssessmentMetadataItem_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentMetadataItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentMetadataItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentMetadataItem) 

# AssessmentReport
<a name="API_AssessmentReport"></a>

 A finalized document that's generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment. 

## Contents
<a name="API_AssessmentReport_Contents"></a>

 ** assessmentId **   <a name="auditmanager-Type-AssessmentReport-assessmentId"></a>
 The identifier for the specified assessment.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** assessmentName **   <a name="auditmanager-Type-AssessmentReport-assessmentName"></a>
 The name of the associated assessment.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** author **   <a name="auditmanager-Type-AssessmentReport-author"></a>
 The name of the user who created the assessment report.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `^[a-zA-Z0-9-_()\s\+=,.@]+$`   
Required: No

 ** awsAccountId **   <a name="auditmanager-Type-AssessmentReport-awsAccountId"></a>
 The identifier for the specified AWS account.   
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `^[0-9]{12}$`   
Required: No

 ** creationTime **   <a name="auditmanager-Type-AssessmentReport-creationTime"></a>
 Specifies when the assessment report was created.   
Type: Timestamp  
Required: No

 ** description **   <a name="auditmanager-Type-AssessmentReport-description"></a>
 The description of the specified assessment report.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentReport-id"></a>
 The unique identifier for the assessment report.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** name **   <a name="auditmanager-Type-AssessmentReport-name"></a>
 The name that's given to the assessment report.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[a-zA-Z0-9-_\.]+$`   
Required: No

 ** status **   <a name="auditmanager-Type-AssessmentReport-status"></a>
 The current status of the specified assessment report.   
Type: String  
Valid Values: `COMPLETE | IN_PROGRESS | FAILED`   
Required: No

## See Also
<a name="API_AssessmentReport_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentReport) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentReport) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentReport) 

# AssessmentReportEvidenceError
<a name="API_AssessmentReportEvidenceError"></a>

 An error entity for assessment report evidence errors. This is used to provide more meaningful errors than a simple string message. 

## Contents
<a name="API_AssessmentReportEvidenceError_Contents"></a>

 ** errorCode **   <a name="auditmanager-Type-AssessmentReportEvidenceError-errorCode"></a>
 The error code that was returned.   
Type: String  
Length Constraints: Fixed length of 3.  
Pattern: `[0-9]{3}`   
Required: No

 ** errorMessage **   <a name="auditmanager-Type-AssessmentReportEvidenceError-errorMessage"></a>
 The error message that was returned.   
Type: String  
Length Constraints: Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** evidenceId **   <a name="auditmanager-Type-AssessmentReportEvidenceError-evidenceId"></a>
 The identifier for the evidence.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

## See Also
<a name="API_AssessmentReportEvidenceError_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentReportEvidenceError) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentReportEvidenceError) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentReportEvidenceError) 

# AssessmentReportMetadata
<a name="API_AssessmentReportMetadata"></a>

 The metadata objects that are associated with the specified assessment report. 

## Contents
<a name="API_AssessmentReportMetadata_Contents"></a>

 ** assessmentId **   <a name="auditmanager-Type-AssessmentReportMetadata-assessmentId"></a>
 The unique identifier for the associated assessment.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** assessmentName **   <a name="auditmanager-Type-AssessmentReportMetadata-assessmentName"></a>
The name of the associated assessment.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** author **   <a name="auditmanager-Type-AssessmentReportMetadata-author"></a>
 The name of the user who created the assessment report.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `^[a-zA-Z0-9-_()\s\+=,.@]+$`   
Required: No

 ** creationTime **   <a name="auditmanager-Type-AssessmentReportMetadata-creationTime"></a>
 Specifies when the assessment report was created.   
Type: Timestamp  
Required: No

 ** description **   <a name="auditmanager-Type-AssessmentReportMetadata-description"></a>
 The description of the assessment report.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** id **   <a name="auditmanager-Type-AssessmentReportMetadata-id"></a>
 The unique identifier for the assessment report.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** name **   <a name="auditmanager-Type-AssessmentReportMetadata-name"></a>
 The name of the assessment report.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[a-zA-Z0-9-_\.]+$`   
Required: No

 ** status **   <a name="auditmanager-Type-AssessmentReportMetadata-status"></a>
 The current status of the assessment report.   
Type: String  
Valid Values: `COMPLETE | IN_PROGRESS | FAILED`   
Required: No

## See Also
<a name="API_AssessmentReportMetadata_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentReportMetadata) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentReportMetadata) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentReportMetadata) 

# AssessmentReportsDestination
<a name="API_AssessmentReportsDestination"></a>

 The location where AWS Audit Manager saves assessment reports for the given assessment. 

## Contents
<a name="API_AssessmentReportsDestination_Contents"></a>

 ** destination **   <a name="auditmanager-Type-AssessmentReportsDestination-destination"></a>
 The destination bucket where Audit Manager stores assessment reports.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `^(S|s)3:\/\/[a-zA-Z0-9\-\.\(\)\'\*\_\!\=\+\@\:\s\,\?\/]+$`   
Required: No

 ** destinationType **   <a name="auditmanager-Type-AssessmentReportsDestination-destinationType"></a>
 The destination type, such as Amazon S3.   
Type: String  
Valid Values: `S3`   
Required: No

## See Also
<a name="API_AssessmentReportsDestination_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AssessmentReportsDestination) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AssessmentReportsDestination) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AssessmentReportsDestination) 

# AWSAccount
<a name="API_AWSAccount"></a>

 The wrapper of AWS account details, such as account ID or email address. 

## Contents
<a name="API_AWSAccount_Contents"></a>

 ** emailAddress **   <a name="auditmanager-Type-AWSAccount-emailAddress"></a>
 The email address that's associated with the AWS account.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 320.  
Pattern: `^.*@.*$`   
Required: No

 ** id **   <a name="auditmanager-Type-AWSAccount-id"></a>
 The identifier for the AWS account.   
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `^[0-9]{12}$`   
Required: No

 ** name **   <a name="auditmanager-Type-AWSAccount-name"></a>
 The name of the AWS account.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 50.  
Pattern: `^[\u0020-\u007E]+$`   
Required: No

## See Also
<a name="API_AWSAccount_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AWSAccount) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AWSAccount) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AWSAccount) 

# AWSService
<a name="API_AWSService"></a>

 An AWS service such as Amazon S3 or AWS CloudTrail. 

For an example of how to find an AWS service name and how to define it in your assessment scope, see the following:
+  [Finding an AWS service name to use in your assessment scope](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_2) 
+  [Defining an AWS service name in your assessment scope](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_3) 

## Contents
<a name="API_AWSService_Contents"></a>

 ** serviceName **   <a name="auditmanager-Type-AWSService-serviceName"></a>
 The name of the AWS service.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 40.  
Pattern: `^[a-zA-Z0-9-\s().]+$`   
Required: No

## See Also
<a name="API_AWSService_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/AWSService) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/AWSService) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/AWSService) 

# BatchCreateDelegationByAssessmentError
<a name="API_BatchCreateDelegationByAssessmentError"></a>

 An error entity for the `BatchCreateDelegationByAssessment` API. This is used to provide more meaningful errors than a simple string message. 

## Contents
<a name="API_BatchCreateDelegationByAssessmentError_Contents"></a>

 ** createDelegationRequest **   <a name="auditmanager-Type-BatchCreateDelegationByAssessmentError-createDelegationRequest"></a>
 The API request to batch create delegations in AWS Audit Manager.   
Type: [CreateDelegationRequest](API_CreateDelegationRequest.md) object  
Required: No

 ** errorCode **   <a name="auditmanager-Type-BatchCreateDelegationByAssessmentError-errorCode"></a>
 The error code that the `BatchCreateDelegationByAssessment` API returned.   
Type: String  
Length Constraints: Fixed length of 3.  
Pattern: `[0-9]{3}`   
Required: No

 ** errorMessage **   <a name="auditmanager-Type-BatchCreateDelegationByAssessmentError-errorMessage"></a>
 The error message that the `BatchCreateDelegationByAssessment` API returned.   
Type: String  
Length Constraints: Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

## See Also
<a name="API_BatchCreateDelegationByAssessmentError_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/BatchCreateDelegationByAssessmentError) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/BatchCreateDelegationByAssessmentError) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/BatchCreateDelegationByAssessmentError) 

# BatchDeleteDelegationByAssessmentError
<a name="API_BatchDeleteDelegationByAssessmentError"></a>

 An error entity for the `BatchDeleteDelegationByAssessment` API. This is used to provide more meaningful errors than a simple string message. 

## Contents
<a name="API_BatchDeleteDelegationByAssessmentError_Contents"></a>

 ** delegationId **   <a name="auditmanager-Type-BatchDeleteDelegationByAssessmentError-delegationId"></a>
 The identifier for the delegation.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** errorCode **   <a name="auditmanager-Type-BatchDeleteDelegationByAssessmentError-errorCode"></a>
 The error code that the `BatchDeleteDelegationByAssessment` API returned.   
Type: String  
Length Constraints: Fixed length of 3.  
Pattern: `[0-9]{3}`   
Required: No

 ** errorMessage **   <a name="auditmanager-Type-BatchDeleteDelegationByAssessmentError-errorMessage"></a>
 The error message that the `BatchDeleteDelegationByAssessment` API returned.   
Type: String  
Length Constraints: Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

## See Also
<a name="API_BatchDeleteDelegationByAssessmentError_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/BatchDeleteDelegationByAssessmentError) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/BatchDeleteDelegationByAssessmentError) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/BatchDeleteDelegationByAssessmentError) 

# BatchImportEvidenceToAssessmentControlError
<a name="API_BatchImportEvidenceToAssessmentControlError"></a>

 An error entity for the `BatchImportEvidenceToAssessmentControl` API. This is used to provide more meaningful errors than a simple string message. 

## Contents
<a name="API_BatchImportEvidenceToAssessmentControlError_Contents"></a>

 ** errorCode **   <a name="auditmanager-Type-BatchImportEvidenceToAssessmentControlError-errorCode"></a>
 The error code that the `BatchImportEvidenceToAssessmentControl` API returned.   
Type: String  
Length Constraints: Fixed length of 3.  
Pattern: `[0-9]{3}`   
Required: No

 ** errorMessage **   <a name="auditmanager-Type-BatchImportEvidenceToAssessmentControlError-errorMessage"></a>
 The error message that the `BatchImportEvidenceToAssessmentControl` API returned.   
Type: String  
Length Constraints: Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** manualEvidence **   <a name="auditmanager-Type-BatchImportEvidenceToAssessmentControlError-manualEvidence"></a>
 Manual evidence that can't be collected automatically by Audit Manager.   
Type: [ManualEvidence](API_ManualEvidence.md) object  
Required: No

## See Also
<a name="API_BatchImportEvidenceToAssessmentControlError_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/BatchImportEvidenceToAssessmentControlError) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/BatchImportEvidenceToAssessmentControlError) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/BatchImportEvidenceToAssessmentControlError) 

# ChangeLog
<a name="API_ChangeLog"></a>

 The record of a change within AWS Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set. 

## Contents
<a name="API_ChangeLog_Contents"></a>

 ** action **   <a name="auditmanager-Type-ChangeLog-action"></a>
 The action that was performed.   
Type: String  
Valid Values: `CREATE | UPDATE_METADATA | ACTIVE | INACTIVE | DELETE | UNDER_REVIEW | REVIEWED | IMPORT_EVIDENCE`   
Required: No

 ** createdAt **   <a name="auditmanager-Type-ChangeLog-createdAt"></a>
 The time when the action was performed and the changelog record was created.   
Type: Timestamp  
Required: No

 ** createdBy **   <a name="auditmanager-Type-ChangeLog-createdBy"></a>
 The user or role that performed the action.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:iam:.*`   
Required: No

 ** objectName **   <a name="auditmanager-Type-ChangeLog-objectName"></a>
 The name of the object that changed. This could be the name of an assessment, control, or control set.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** objectType **   <a name="auditmanager-Type-ChangeLog-objectType"></a>
 The object that was changed, such as an assessment, control, or control set.   
Type: String  
Valid Values: `ASSESSMENT | CONTROL_SET | CONTROL | DELEGATION | ASSESSMENT_REPORT`   
Required: No

## See Also
<a name="API_ChangeLog_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ChangeLog) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ChangeLog) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ChangeLog) 

# Control
<a name="API_Control"></a>

 A control in AWS Audit Manager. 

## Contents
<a name="API_Control_Contents"></a>

 ** actionPlanInstructions **   <a name="auditmanager-Type-Control-actionPlanInstructions"></a>
 The recommended actions to carry out if the control isn't fulfilled.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** actionPlanTitle **   <a name="auditmanager-Type-Control-actionPlanTitle"></a>
 The title of the action plan for remediating the control.   
Type: String  
Length Constraints: Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** arn **   <a name="auditmanager-Type-Control-arn"></a>
 The Amazon Resource Name (ARN) of the control.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:auditmanager:.*`   
Required: No

 ** controlMappingSources **   <a name="auditmanager-Type-Control-controlMappingSources"></a>
 The data mapping sources for the control.   
Type: Array of [ControlMappingSource](API_ControlMappingSource.md) objects  
Array Members: Minimum number of 1 item.  
Required: No

 ** controlSources **   <a name="auditmanager-Type-Control-controlSources"></a>
 The data source types that determine where Audit Manager collects evidence from for the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z_0-9-\s.,]+$`   
Required: No

 ** createdAt **   <a name="auditmanager-Type-Control-createdAt"></a>
 The time when the control was created.   
Type: Timestamp  
Required: No

 ** createdBy **   <a name="auditmanager-Type-Control-createdBy"></a>
 The user or role that created the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z0-9\s-_()\[\]]+$`   
Required: No

 ** description **   <a name="auditmanager-Type-Control-description"></a>
 The description of the control.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** id **   <a name="auditmanager-Type-Control-id"></a>
 The unique identifier for the control.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdatedAt **   <a name="auditmanager-Type-Control-lastUpdatedAt"></a>
 The time when the control was most recently updated.   
Type: Timestamp  
Required: No

 ** lastUpdatedBy **   <a name="auditmanager-Type-Control-lastUpdatedBy"></a>
 The user or role that most recently updated the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z0-9\s-_()\[\]]+$`   
Required: No

 ** name **   <a name="auditmanager-Type-Control-name"></a>
 The name of the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** state **   <a name="auditmanager-Type-Control-state"></a>
The state of the control. The `END_OF_SUPPORT` state is applicable to standard controls only. This state indicates that the standard control can still be used to collect evidence, but Audit Manager is no longer updating or maintaining that control.  
Type: String  
Valid Values: `ACTIVE | END_OF_SUPPORT`   
Required: No

 ** tags **   <a name="auditmanager-Type-Control-tags"></a>
 The tags associated with the control.   
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 50 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `^(?!aws:)[a-zA-Z+-=._:/]+$`   
Value Length Constraints: Minimum length of 0. Maximum length of 256.  
Value Pattern: `.{0,255}`   
Required: No

 ** testingInformation **   <a name="auditmanager-Type-Control-testingInformation"></a>
 The steps that you should follow to determine if the control has been satisfied.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** type **   <a name="auditmanager-Type-Control-type"></a>
 Specifies whether the control is a standard control or a custom control.  
Type: String  
Valid Values: `Standard | Custom | Core`   
Required: No

## See Also
<a name="API_Control_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Control) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Control) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Control) 

# ControlComment
<a name="API_ControlComment"></a>

 A comment that's posted by a user on a control. This includes the author's name, the comment text, and a timestamp. 

## Contents
<a name="API_ControlComment_Contents"></a>

 ** authorName **   <a name="auditmanager-Type-ControlComment-authorName"></a>
 The name of the user who authored the comment.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `^[a-zA-Z0-9-_()\s\+=,.@]+$`   
Required: No

 ** commentBody **   <a name="auditmanager-Type-ControlComment-commentBody"></a>
 The body text of a control comment.   
Type: String  
Length Constraints: Maximum length of 500.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** postedDate **   <a name="auditmanager-Type-ControlComment-postedDate"></a>
 The time when the comment was posted.   
Type: Timestamp  
Required: No

## See Also
<a name="API_ControlComment_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ControlComment) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ControlComment) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ControlComment) 

# ControlDomainInsights
<a name="API_ControlDomainInsights"></a>

A summary of the latest analytics data for a specific control domain.

Control domain insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

## Contents
<a name="API_ControlDomainInsights_Contents"></a>

 ** controlsCountByNoncompliantEvidence **   <a name="auditmanager-Type-ControlDomainInsights-controlsCountByNoncompliantEvidence"></a>
The number of controls in the control domain that collected non-compliant evidence on the `lastUpdated` date.   
Type: Integer  
Required: No

 ** evidenceInsights **   <a name="auditmanager-Type-ControlDomainInsights-evidenceInsights"></a>
A breakdown of the compliance check status for the evidence that’s associated with the control domain.   
Type: [EvidenceInsights](API_EvidenceInsights.md) object  
Required: No

 ** id **   <a name="auditmanager-Type-ControlDomainInsights-id"></a>
The unique identifier for the control domain. Audit Manager supports the control domains that are provided by AWS Control Catalog. For information about how to find a list of available control domains, see [https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html](https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html) in the AWS Control Catalog API Reference.  
Type: String  
Length Constraints: Minimum length of 13. Maximum length of 2048.  
Pattern: `^arn:.*:controlcatalog:.*:.*:domain/.*|UNCATEGORIZED|^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-ControlDomainInsights-lastUpdated"></a>
The time when the control domain insights were last updated.   
Type: Timestamp  
Required: No

 ** name **   <a name="auditmanager-Type-ControlDomainInsights-name"></a>
The name of the control domain.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** totalControlsCount **   <a name="auditmanager-Type-ControlDomainInsights-totalControlsCount"></a>
The total number of controls in the control domain.   
Type: Integer  
Required: No

## See Also
<a name="API_ControlDomainInsights_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ControlDomainInsights) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ControlDomainInsights) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ControlDomainInsights) 

# ControlInsightsMetadataByAssessmentItem
<a name="API_ControlInsightsMetadataByAssessmentItem"></a>

A summary of the latest analytics data for a specific control in a specific active assessment.

Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence. 

## Contents
<a name="API_ControlInsightsMetadataByAssessmentItem_Contents"></a>

 ** controlSetName **   <a name="auditmanager-Type-ControlInsightsMetadataByAssessmentItem-controlSetName"></a>
The name of the control set that the assessment control belongs to.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** evidenceInsights **   <a name="auditmanager-Type-ControlInsightsMetadataByAssessmentItem-evidenceInsights"></a>
A breakdown of the compliance check status for the evidence that’s associated with the assessment control.   
Type: [EvidenceInsights](API_EvidenceInsights.md) object  
Required: No

 ** id **   <a name="auditmanager-Type-ControlInsightsMetadataByAssessmentItem-id"></a>
The unique identifier for the assessment control.   
Type: String  
Length Constraints: Minimum length of 13. Maximum length of 2048.  
Pattern: `^arn:.*:controlcatalog:.*:.*:domain/.*|UNCATEGORIZED|^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-ControlInsightsMetadataByAssessmentItem-lastUpdated"></a>
The time when the assessment control insights were last updated.   
Type: Timestamp  
Required: No

 ** name **   <a name="auditmanager-Type-ControlInsightsMetadataByAssessmentItem-name"></a>
The name of the assessment control.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

## See Also
<a name="API_ControlInsightsMetadataByAssessmentItem_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ControlInsightsMetadataByAssessmentItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ControlInsightsMetadataByAssessmentItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ControlInsightsMetadataByAssessmentItem) 

# ControlInsightsMetadataItem
<a name="API_ControlInsightsMetadataItem"></a>

A summary of the latest analytics data for a specific control. 

This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

## Contents
<a name="API_ControlInsightsMetadataItem_Contents"></a>

 ** evidenceInsights **   <a name="auditmanager-Type-ControlInsightsMetadataItem-evidenceInsights"></a>
A breakdown of the compliance check status for the evidence that’s associated with the control.   
Type: [EvidenceInsights](API_EvidenceInsights.md) object  
Required: No

 ** id **   <a name="auditmanager-Type-ControlInsightsMetadataItem-id"></a>
The unique identifier for the control.   
Type: String  
Length Constraints: Minimum length of 13. Maximum length of 2048.  
Pattern: `^arn:.*:controlcatalog:.*:.*:domain/.*|UNCATEGORIZED|^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-ControlInsightsMetadataItem-lastUpdated"></a>
The time when the control insights were last updated.   
Type: Timestamp  
Required: No

 ** name **   <a name="auditmanager-Type-ControlInsightsMetadataItem-name"></a>
The name of the control.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

## See Also
<a name="API_ControlInsightsMetadataItem_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ControlInsightsMetadataItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ControlInsightsMetadataItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ControlInsightsMetadataItem) 

# ControlMappingSource
<a name="API_ControlMappingSource"></a>

 The data source that determines where AWS Audit Manager collects evidence from for the control. 

## Contents
<a name="API_ControlMappingSource_Contents"></a>

 ** sourceDescription **   <a name="auditmanager-Type-ControlMappingSource-sourceDescription"></a>
 The description of the source.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** sourceFrequency **   <a name="auditmanager-Type-ControlMappingSource-sourceFrequency"></a>
Specifies how often evidence is collected from the control mapping source.   
Type: String  
Valid Values: `DAILY | WEEKLY | MONTHLY`   
Required: No

 ** sourceId **   <a name="auditmanager-Type-ControlMappingSource-sourceId"></a>
 The unique identifier for the source.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** sourceKeyword **   <a name="auditmanager-Type-ControlMappingSource-sourceKeyword"></a>
A keyword that relates to the control data source.  
For manual evidence, this keyword indicates if the manual evidence is a file or text.  
For automated evidence, this keyword identifies a specific CloudTrail event, AWS Config rule, Security Hub CSPM control, or AWS API name.   
 To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the * AWS Audit Manager User Guide*:  
+  [AWS Config rules supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html) 
+  [AWS Security Hub CSPM controls supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html) 
+  [API calls supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html) 
+  [AWS CloudTrail event names supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html) 
Type: [SourceKeyword](API_SourceKeyword.md) object  
Required: No

 ** sourceName **   <a name="auditmanager-Type-ControlMappingSource-sourceName"></a>
 The name of the source.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Required: No

 ** sourceSetUpOption **   <a name="auditmanager-Type-ControlMappingSource-sourceSetUpOption"></a>
The setup option for the data source. This option reflects if the evidence collection method is automated or manual. If you don’t provide a value for `sourceSetUpOption`, AWS Audit Manager automatically infers and populates the correct value based on the `sourceType` that you specify.  
Type: String  
Valid Values: `System_Controls_Mapping | Procedural_Controls_Mapping`   
Required: No

 ** sourceType **   <a name="auditmanager-Type-ControlMappingSource-sourceType"></a>
 Specifies which type of data source is used to collect evidence.   
+ The source can be an individual data source type, such as `AWS_Cloudtrail`, `AWS_Config`, `AWS_Security_Hub`, `AWS_API_Call`, or `MANUAL`. 
+ The source can also be a managed grouping of data sources, such as a `Core_Control` or a `Common_Control`.
Type: String  
Valid Values: `AWS_Cloudtrail | AWS_Config | AWS_Security_Hub | AWS_API_Call | MANUAL | Common_Control | Core_Control`   
Required: No

 ** troubleshootingText **   <a name="auditmanager-Type-ControlMappingSource-troubleshootingText"></a>
 The instructions for troubleshooting the control.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

## See Also
<a name="API_ControlMappingSource_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ControlMappingSource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ControlMappingSource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ControlMappingSource) 

# ControlMetadata
<a name="API_ControlMetadata"></a>

 The metadata that's associated with the standard control or custom control. 

## Contents
<a name="API_ControlMetadata_Contents"></a>

 ** arn **   <a name="auditmanager-Type-ControlMetadata-arn"></a>
 The Amazon Resource Name (ARN) of the control.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:auditmanager:.*`   
Required: No

 ** controlSources **   <a name="auditmanager-Type-ControlMetadata-controlSources"></a>
 The data source that determines where Audit Manager collects evidence from for the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z_0-9-\s.,]+$`   
Required: No

 ** createdAt **   <a name="auditmanager-Type-ControlMetadata-createdAt"></a>
 The time when the control was created.   
Type: Timestamp  
Required: No

 ** id **   <a name="auditmanager-Type-ControlMetadata-id"></a>
 The unique identifier for the control.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdatedAt **   <a name="auditmanager-Type-ControlMetadata-lastUpdatedAt"></a>
 The time when the control was most recently updated.   
Type: Timestamp  
Required: No

 ** name **   <a name="auditmanager-Type-ControlMetadata-name"></a>
 The name of the control.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

## See Also
<a name="API_ControlMetadata_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ControlMetadata) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ControlMetadata) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ControlMetadata) 

# ControlSet
<a name="API_ControlSet"></a>

 A set of controls in AWS Audit Manager. 

## Contents
<a name="API_ControlSet_Contents"></a>

 ** controls **   <a name="auditmanager-Type-ControlSet-controls"></a>
 The list of controls within the control set.   
Type: Array of [Control](API_Control.md) objects  
Array Members: Minimum number of 1 item.  
Required: No

 ** id **   <a name="auditmanager-Type-ControlSet-id"></a>
 The identifier of the control set in the assessment. This is the control set name in a plain string format.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** name **   <a name="auditmanager-Type-ControlSet-name"></a>
 The name of the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\\_]*$`   
Required: No

## See Also
<a name="API_ControlSet_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ControlSet) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ControlSet) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ControlSet) 

# CreateAssessmentFrameworkControl
<a name="API_CreateAssessmentFrameworkControl"></a>

 The control entity attributes that uniquely identify an existing control to be added to a framework in AWS Audit Manager. 

## Contents
<a name="API_CreateAssessmentFrameworkControl_Contents"></a>

 ** id **   <a name="auditmanager-Type-CreateAssessmentFrameworkControl-id"></a>
 The unique identifier of the control.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: Yes

## See Also
<a name="API_CreateAssessmentFrameworkControl_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/CreateAssessmentFrameworkControl) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/CreateAssessmentFrameworkControl) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/CreateAssessmentFrameworkControl) 

# CreateAssessmentFrameworkControlSet
<a name="API_CreateAssessmentFrameworkControlSet"></a>

 A `controlSet` entity that represents a collection of controls in AWS Audit Manager. This doesn't contain the control set ID. 

## Contents
<a name="API_CreateAssessmentFrameworkControlSet_Contents"></a>

 ** name **   <a name="auditmanager-Type-CreateAssessmentFrameworkControlSet-name"></a>
 The name of the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\\_]*$`   
Required: Yes

 ** controls **   <a name="auditmanager-Type-CreateAssessmentFrameworkControlSet-controls"></a>
 The list of controls within the control set. This doesn't contain the control set ID.   
Type: Array of [CreateAssessmentFrameworkControl](API_CreateAssessmentFrameworkControl.md) objects  
Array Members: Minimum number of 1 item.  
Required: No

## See Also
<a name="API_CreateAssessmentFrameworkControlSet_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/CreateAssessmentFrameworkControlSet) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/CreateAssessmentFrameworkControlSet) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/CreateAssessmentFrameworkControlSet) 

# CreateControlMappingSource
<a name="API_CreateControlMappingSource"></a>

The mapping attributes that determine the evidence source for a given control, along with related parameters and metadata. This doesn't contain `mappingID`. 

## Contents
<a name="API_CreateControlMappingSource_Contents"></a>

 ** sourceDescription **   <a name="auditmanager-Type-CreateControlMappingSource-sourceDescription"></a>
 The description of the data source that determines where Audit Manager collects evidence from for the control.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** sourceFrequency **   <a name="auditmanager-Type-CreateControlMappingSource-sourceFrequency"></a>
Specifies how often evidence is collected from the control mapping source.   
Type: String  
Valid Values: `DAILY | WEEKLY | MONTHLY`   
Required: No

 ** sourceKeyword **   <a name="auditmanager-Type-CreateControlMappingSource-sourceKeyword"></a>
A keyword that relates to the control data source.  
For manual evidence, this keyword indicates if the manual evidence is a file or text.  
For automated evidence, this keyword identifies a specific CloudTrail event, AWS Config rule, Security Hub CSPM control, or AWS API name.   
 To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the * AWS Audit Manager User Guide*:  
+  [AWS Config rules supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html) 
+  [AWS Security Hub CSPM controls supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html) 
+  [API calls supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html) 
+  [AWS CloudTrail event names supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html) 
Type: [SourceKeyword](API_SourceKeyword.md) object  
Required: No

 ** sourceName **   <a name="auditmanager-Type-CreateControlMappingSource-sourceName"></a>
 The name of the control mapping data source.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Required: No

 ** sourceSetUpOption **   <a name="auditmanager-Type-CreateControlMappingSource-sourceSetUpOption"></a>
The setup option for the data source. This option reflects if the evidence collection method is automated or manual. If you don’t provide a value for `sourceSetUpOption`, AWS Audit Manager automatically infers and populates the correct value based on the `sourceType` that you specify.  
Type: String  
Valid Values: `System_Controls_Mapping | Procedural_Controls_Mapping`   
Required: No

 ** sourceType **   <a name="auditmanager-Type-CreateControlMappingSource-sourceType"></a>
 Specifies which type of data source is used to collect evidence.   
+ The source can be an individual data source type, such as `AWS_Cloudtrail`, `AWS_Config`, `AWS_Security_Hub`, `AWS_API_Call`, or `MANUAL`. 
+ The source can also be a managed grouping of data sources, such as a `Core_Control` or a `Common_Control`.
Type: String  
Valid Values: `AWS_Cloudtrail | AWS_Config | AWS_Security_Hub | AWS_API_Call | MANUAL | Common_Control | Core_Control`   
Required: No

 ** troubleshootingText **   <a name="auditmanager-Type-CreateControlMappingSource-troubleshootingText"></a>
 The instructions for troubleshooting the control.   
Type: String  
Length Constraints: Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

## See Also
<a name="API_CreateControlMappingSource_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/CreateControlMappingSource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/CreateControlMappingSource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/CreateControlMappingSource) 

# CreateDelegationRequest
<a name="API_CreateDelegationRequest"></a>

 A collection of attributes that's used to create a delegation for an assessment in AWS Audit Manager. 

## Contents
<a name="API_CreateDelegationRequest_Contents"></a>

 ** comment **   <a name="auditmanager-Type-CreateDelegationRequest-comment"></a>
 A comment that's related to the delegation request.   
Type: String  
Length Constraints: Maximum length of 350.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** controlSetId **   <a name="auditmanager-Type-CreateDelegationRequest-controlSetId"></a>
 The unique identifier for the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** roleArn **   <a name="auditmanager-Type-CreateDelegationRequest-roleArn"></a>
 The Amazon Resource Name (ARN) of the IAM role.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:iam:.*`   
Required: No

 ** roleType **   <a name="auditmanager-Type-CreateDelegationRequest-roleType"></a>
 The type of customer persona.   
In `CreateAssessment`, `roleType` can only be `PROCESS_OWNER`.   
In `UpdateSettings`, `roleType` can only be `PROCESS_OWNER`.  
In `BatchCreateDelegationByAssessment`, `roleType` can only be `RESOURCE_OWNER`.
Type: String  
Valid Values: `PROCESS_OWNER | RESOURCE_OWNER`   
Required: No

## See Also
<a name="API_CreateDelegationRequest_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/CreateDelegationRequest) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/CreateDelegationRequest) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/CreateDelegationRequest) 

# DefaultExportDestination
<a name="API_DefaultExportDestination"></a>

The default s3 bucket where Audit Manager saves the files that you export from evidence finder.

## Contents
<a name="API_DefaultExportDestination_Contents"></a>

 ** destination **   <a name="auditmanager-Type-DefaultExportDestination-destination"></a>
The destination bucket where Audit Manager stores exported files.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `^(S|s)3:\/\/[a-zA-Z0-9\-\.\(\)\'\*\_\!\=\+\@\:\s\,\?\/]+$`   
Required: No

 ** destinationType **   <a name="auditmanager-Type-DefaultExportDestination-destinationType"></a>
The destination type, such as Amazon S3.  
Type: String  
Valid Values: `S3`   
Required: No

## See Also
<a name="API_DefaultExportDestination_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/DefaultExportDestination) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/DefaultExportDestination) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/DefaultExportDestination) 

# Delegation
<a name="API_Delegation"></a>

 The assignment of a control set to a delegate for review. 

## Contents
<a name="API_Delegation_Contents"></a>

 ** assessmentId **   <a name="auditmanager-Type-Delegation-assessmentId"></a>
 The identifier for the assessment that's associated with the delegation.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** assessmentName **   <a name="auditmanager-Type-Delegation-assessmentName"></a>
 The name of the assessment that's associated with the delegation.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** comment **   <a name="auditmanager-Type-Delegation-comment"></a>
 The comment that's related to the delegation.   
Type: String  
Length Constraints: Maximum length of 350.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** controlSetId **   <a name="auditmanager-Type-Delegation-controlSetId"></a>
 The identifier for the control set that's associated with the delegation.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** createdBy **   <a name="auditmanager-Type-Delegation-createdBy"></a>
 The user or role that created the delegation.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z0-9\s-_()\[\]]+$`   
Required: No

 ** creationTime **   <a name="auditmanager-Type-Delegation-creationTime"></a>
 Specifies when the delegation was created.   
Type: Timestamp  
Required: No

 ** id **   <a name="auditmanager-Type-Delegation-id"></a>
 The unique identifier for the delegation.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-Delegation-lastUpdated"></a>
 Specifies when the delegation was last updated.   
Type: Timestamp  
Required: No

 ** roleArn **   <a name="auditmanager-Type-Delegation-roleArn"></a>
 The Amazon Resource Name (ARN) of the IAM role.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:iam:.*`   
Required: No

 ** roleType **   <a name="auditmanager-Type-Delegation-roleType"></a>
 The type of customer persona.   
In `CreateAssessment`, `roleType` can only be `PROCESS_OWNER`.   
In `UpdateSettings`, `roleType` can only be `PROCESS_OWNER`.  
In `BatchCreateDelegationByAssessment`, `roleType` can only be `RESOURCE_OWNER`.
Type: String  
Valid Values: `PROCESS_OWNER | RESOURCE_OWNER`   
Required: No

 ** status **   <a name="auditmanager-Type-Delegation-status"></a>
 The status of the delegation.   
Type: String  
Valid Values: `IN_PROGRESS | UNDER_REVIEW | COMPLETE`   
Required: No

## See Also
<a name="API_Delegation_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Delegation) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Delegation) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Delegation) 

# DelegationMetadata
<a name="API_DelegationMetadata"></a>

 The metadata that's associated with the delegation. 

## Contents
<a name="API_DelegationMetadata_Contents"></a>

 ** assessmentId **   <a name="auditmanager-Type-DelegationMetadata-assessmentId"></a>
 The unique identifier for the assessment.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** assessmentName **   <a name="auditmanager-Type-DelegationMetadata-assessmentName"></a>
 The name of the associated assessment.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** controlSetName **   <a name="auditmanager-Type-DelegationMetadata-controlSetName"></a>
 Specifies the name of the control set that was delegated for review.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** creationTime **   <a name="auditmanager-Type-DelegationMetadata-creationTime"></a>
 Specifies when the delegation was created.   
Type: Timestamp  
Required: No

 ** id **   <a name="auditmanager-Type-DelegationMetadata-id"></a>
 The unique identifier for the delegation.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** roleArn **   <a name="auditmanager-Type-DelegationMetadata-roleArn"></a>
 The Amazon Resource Name (ARN) of the IAM role.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:iam:.*`   
Required: No

 ** status **   <a name="auditmanager-Type-DelegationMetadata-status"></a>
 The current status of the delegation.   
Type: String  
Valid Values: `IN_PROGRESS | UNDER_REVIEW | COMPLETE`   
Required: No

## See Also
<a name="API_DelegationMetadata_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/DelegationMetadata) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/DelegationMetadata) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/DelegationMetadata) 

# DeregistrationPolicy
<a name="API_DeregistrationPolicy"></a>

The deregistration policy for the data that's stored in AWS Audit Manager. You can use this attribute to determine how your data is handled when you [deregister Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeregisterAccount.html).

By default, Audit Manager retains evidence data for two years from the time of its creation. Other Audit Manager resources (including assessments, custom controls, and custom frameworks) remain in Audit Manager indefinitely, and are available if you [re-register Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_RegisterAccount.html) in the future. For more information about data retention, see [Data Protection](https://docs.aws.amazon.com/audit-manager/latest/userguide/data-protection.html) in the * AWS Audit Manager User Guide*.

**Important**  
If you choose to delete all data, this action permanently deletes all evidence data in your account within seven days. It also deletes all of the Audit Manager resources that you created, including assessments, custom controls, and custom frameworks. Your data will not be available if you re-register Audit Manager in the future.

## Contents
<a name="API_DeregistrationPolicy_Contents"></a>

 ** deleteResources **   <a name="auditmanager-Type-DeregistrationPolicy-deleteResources"></a>
Specifies which Audit Manager data will be deleted when you deregister Audit Manager.  
+ If you set the value to `ALL`, all of your data is deleted within seven days of deregistration.
+ If you set the value to `DEFAULT`, none of your data is deleted at the time of deregistration. However, keep in mind that the Audit Manager data retention policy still applies. As a result, any evidence data will be deleted two years after its creation date. Your other Audit Manager resources will continue to exist indefinitely.
Type: String  
Valid Values: `ALL | DEFAULT`   
Required: No

## See Also
<a name="API_DeregistrationPolicy_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/DeregistrationPolicy) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/DeregistrationPolicy) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/DeregistrationPolicy) 

# Evidence
<a name="API_Evidence"></a>

 A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity invoked by a user, or a system configuration snapshot. 

## Contents
<a name="API_Evidence_Contents"></a>

 ** assessmentReportSelection **   <a name="auditmanager-Type-Evidence-assessmentReportSelection"></a>
 Specifies whether the evidence is included in the assessment report.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** attributes **   <a name="auditmanager-Type-Evidence-attributes"></a>
 The names and values that are used by the evidence event. This includes an attribute name (such as `allowUsersToChangePassword`) and value (such as `true` or `false`).   
Type: String to string map  
Key Length Constraints: Maximum length of 100.  
Key Pattern: `^[\w\W\s\S]*$`   
Value Length Constraints: Maximum length of 200.  
Value Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** awsAccountId **   <a name="auditmanager-Type-Evidence-awsAccountId"></a>
 The identifier for the AWS account.   
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `^[0-9]{12}$`   
Required: No

 ** awsOrganization **   <a name="auditmanager-Type-Evidence-awsOrganization"></a>
 The AWS account that the evidence is collected from, and its organization path.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** complianceCheck **   <a name="auditmanager-Type-Evidence-complianceCheck"></a>
The evaluation status for automated evidence that falls under the compliance check category.  
+ Audit Manager classes evidence as non-compliant if Security Hub CSPM reports a *Fail* result, or if AWS Config reports a *Non-compliant* result.
+ Audit Manager classes evidence as compliant if Security Hub CSPM reports a *Pass* result, or if AWS Config reports a *Compliant* result.
+ If a compliance check isn't available or applicable, then no compliance evaluation can be made for that evidence. This is the case if the evidence uses AWS Config or Security Hub CSPM as the underlying data source type, but those services aren't enabled. This is also the case if the evidence uses an underlying data source type that doesn't support compliance checks (such as manual evidence, AWS API calls, or CloudTrail). 
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** dataSource **   <a name="auditmanager-Type-Evidence-dataSource"></a>
 The data source where the evidence was collected from.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** eventName **   <a name="auditmanager-Type-Evidence-eventName"></a>
 The name of the evidence event.   
Type: String  
Length Constraints: Maximum length of 100.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** eventSource **   <a name="auditmanager-Type-Evidence-eventSource"></a>
 The AWS service that the evidence is collected from.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 40.  
Pattern: `^[a-zA-Z0-9-\s().]+$`   
Required: No

 ** evidenceAwsAccountId **   <a name="auditmanager-Type-Evidence-evidenceAwsAccountId"></a>
 The identifier for the AWS account.   
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `^[0-9]{12}$`   
Required: No

 ** evidenceByType **   <a name="auditmanager-Type-Evidence-evidenceByType"></a>
 The type of automated evidence.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** evidenceFolderId **   <a name="auditmanager-Type-Evidence-evidenceFolderId"></a>
 The identifier for the folder that the evidence is stored in.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** iamId **   <a name="auditmanager-Type-Evidence-iamId"></a>
 The unique identifier for the user or role that's associated with the evidence.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:iam:.*`   
Required: No

 ** id **   <a name="auditmanager-Type-Evidence-id"></a>
 The identifier for the evidence.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** resourcesIncluded **   <a name="auditmanager-Type-Evidence-resourcesIncluded"></a>
 The list of resources that are assessed to generate the evidence.   
Type: Array of [Resource](API_Resource.md) objects  
Required: No

 ** time **   <a name="auditmanager-Type-Evidence-time"></a>
 The timestamp that represents when the evidence was collected.   
Type: Timestamp  
Required: No

## See Also
<a name="API_Evidence_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Evidence) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Evidence) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Evidence) 

# EvidenceFinderEnablement
<a name="API_EvidenceFinderEnablement"></a>

The settings object that specifies whether evidence finder is enabled. This object also describes the related event data store, and the backfill status for populating the event data store with evidence data.

## Contents
<a name="API_EvidenceFinderEnablement_Contents"></a>

 ** backfillStatus **   <a name="auditmanager-Type-EvidenceFinderEnablement-backfillStatus"></a>
The current status of the evidence data backfill process.   
The backfill starts after you enable evidence finder. During this task, Audit Manager populates an event data store with your past two years’ worth of evidence data so that your evidence can be queried.  
+  `NOT_STARTED` means that the backfill hasn’t started yet. 
+  `IN_PROGRESS` means that the backfill is in progress. This can take up to 7 days to complete, depending on the amount of evidence data. 
+  `COMPLETED` means that the backfill is complete. All of your past evidence is now queryable. 
Type: String  
Valid Values: `NOT_STARTED | IN_PROGRESS | COMPLETED`   
Required: No

 ** enablementStatus **   <a name="auditmanager-Type-EvidenceFinderEnablement-enablementStatus"></a>
The current status of the evidence finder feature and the related event data store.   
+  `ENABLE_IN_PROGRESS` means that you requested to enable evidence finder. An event data store is currently being created to support evidence finder queries.
+  `ENABLED` means that an event data store was successfully created and evidence finder is enabled. We recommend that you wait 7 days until the event data store is backfilled with your past two years’ worth of evidence data. You can use evidence finder in the meantime, but not all data might be available until the backfill is complete.
+  `DISABLE_IN_PROGRESS` means that you requested to disable evidence finder, and your request is pending the deletion of the event data store.
+  `DISABLED` means that you have permanently disabled evidence finder and the event data store has been deleted. You can't re-enable evidence finder after this point.
Type: String  
Valid Values: `ENABLED | DISABLED | ENABLE_IN_PROGRESS | DISABLE_IN_PROGRESS`   
Required: No

 ** error **   <a name="auditmanager-Type-EvidenceFinderEnablement-error"></a>
Represents any errors that occurred when enabling or disabling evidence finder.   
Type: String  
Length Constraints: Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** eventDataStoreArn **   <a name="auditmanager-Type-EvidenceFinderEnablement-eventDataStoreArn"></a>
The Amazon Resource Name (ARN) of the CloudTrail Lake event data store that’s used by evidence finder. The event data store is the lake of evidence data that evidence finder runs queries against.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:cloudtrail:.*`   
Required: No

## See Also
<a name="API_EvidenceFinderEnablement_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/EvidenceFinderEnablement) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/EvidenceFinderEnablement) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/EvidenceFinderEnablement) 

# EvidenceInsights
<a name="API_EvidenceInsights"></a>

A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments. 

## Contents
<a name="API_EvidenceInsights_Contents"></a>

 ** compliantEvidenceCount **   <a name="auditmanager-Type-EvidenceInsights-compliantEvidenceCount"></a>
The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that was collected from AWS Security Hub CSPM with a *Pass* ruling, or collected from AWS Config with a *Compliant* ruling.   
Type: Integer  
Required: No

 ** inconclusiveEvidenceCount **   <a name="auditmanager-Type-EvidenceInsights-inconclusiveEvidenceCount"></a>
The number of evidence that a compliance check ruling isn't available for. Evidence is inconclusive when the associated control uses AWS Security Hub CSPM or AWS Config as a data source but you didn't enable those services. This is also the case when a control uses a data source that doesn’t support compliance checks (for example, manual evidence, API calls, or AWS CloudTrail).   
If evidence has a compliance check status of *not applicable* in the console, it's classified as *inconclusive* in `EvidenceInsights` data.
Type: Integer  
Required: No

 ** noncompliantEvidenceCount **   <a name="auditmanager-Type-EvidenceInsights-noncompliantEvidenceCount"></a>
The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence that was collected from AWS Security Hub CSPM with a *Fail* ruling, or collected from AWS Config with a *Non-compliant* ruling.   
Type: Integer  
Required: No

## See Also
<a name="API_EvidenceInsights_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/EvidenceInsights) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/EvidenceInsights) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/EvidenceInsights) 

# Framework
<a name="API_Framework"></a>

 The file that's used to structure and automate AWS Audit Manager assessments for a given compliance standard. 

## Contents
<a name="API_Framework_Contents"></a>

 ** arn **   <a name="auditmanager-Type-Framework-arn"></a>
 The Amazon Resource Name (ARN) of the framework.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:auditmanager:.*`   
Required: No

 ** complianceType **   <a name="auditmanager-Type-Framework-complianceType"></a>
 The compliance type that the framework supports, such as CIS or HIPAA.   
Type: String  
Length Constraints: Maximum length of 100.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** controlSets **   <a name="auditmanager-Type-Framework-controlSets"></a>
 The control sets that are associated with the framework.   
The `Controls` object returns a partial response when called through Framework APIs. For a complete `Controls` object, use `GetControl`.
Type: Array of [ControlSet](API_ControlSet.md) objects  
Array Members: Minimum number of 1 item.  
Required: No

 ** controlSources **   <a name="auditmanager-Type-Framework-controlSources"></a>
 *This member has been deprecated.*   
 The control data sources where Audit Manager collects evidence from.  
This API parameter is no longer supported.
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z_0-9-\s.,]+$`   
Required: No

 ** createdAt **   <a name="auditmanager-Type-Framework-createdAt"></a>
 The time when the framework was created.   
Type: Timestamp  
Required: No

 ** createdBy **   <a name="auditmanager-Type-Framework-createdBy"></a>
 The user or role that created the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z0-9\s-_()\[\]]+$`   
Required: No

 ** description **   <a name="auditmanager-Type-Framework-description"></a>
 The description of the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** id **   <a name="auditmanager-Type-Framework-id"></a>
 The unique identifier for the framework.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** lastUpdatedAt **   <a name="auditmanager-Type-Framework-lastUpdatedAt"></a>
 The time when the framework was most recently updated.   
Type: Timestamp  
Required: No

 ** lastUpdatedBy **   <a name="auditmanager-Type-Framework-lastUpdatedBy"></a>
 The user or role that most recently updated the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z0-9\s-_()\[\]]+$`   
Required: No

 ** logo **   <a name="auditmanager-Type-Framework-logo"></a>
 The logo that's associated with the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `^[\w,\s-]+\.[A-Za-z]+$`   
Required: No

 ** name **   <a name="auditmanager-Type-Framework-name"></a>
 The name of the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** tags **   <a name="auditmanager-Type-Framework-tags"></a>
 The tags that are associated with the framework.   
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 50 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `^(?!aws:)[a-zA-Z+-=._:/]+$`   
Value Length Constraints: Minimum length of 0. Maximum length of 256.  
Value Pattern: `.{0,255}`   
Required: No

 ** type **   <a name="auditmanager-Type-Framework-type"></a>
 Specifies whether the framework is a standard framework or a custom framework.  
Type: String  
Valid Values: `Standard | Custom`   
Required: No

## See Also
<a name="API_Framework_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Framework) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Framework) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Framework) 

# FrameworkMetadata
<a name="API_FrameworkMetadata"></a>

 The metadata of a framework, such as the name, ID, or description. 

## Contents
<a name="API_FrameworkMetadata_Contents"></a>

 ** complianceType **   <a name="auditmanager-Type-FrameworkMetadata-complianceType"></a>
 The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.   
Type: String  
Length Constraints: Maximum length of 100.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** description **   <a name="auditmanager-Type-FrameworkMetadata-description"></a>
 The description of the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** logo **   <a name="auditmanager-Type-FrameworkMetadata-logo"></a>
 The logo that's associated with the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `^[\w,\s-]+\.[A-Za-z]+$`   
Required: No

 ** name **   <a name="auditmanager-Type-FrameworkMetadata-name"></a>
 The name of the framework.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

## See Also
<a name="API_FrameworkMetadata_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/FrameworkMetadata) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/FrameworkMetadata) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/FrameworkMetadata) 

# Insights
<a name="API_Insights"></a>

A summary of the latest analytics data for all your active assessments. 

This summary is a snapshot of the data that your active assessments collected on the `lastUpdated` date. It’s important to understand that the following totals are daily counts based on this date — they aren’t a total sum to date. 

The `Insights` data is eventually consistent. This means that, when you read data from `Insights`, the response might not instantly reflect the results of a recently completed write or update operation. If you repeat your read request after a few hours, the response should return the latest data.

**Note**  
If you delete an assessment or change its status to inactive, `InsightsByAssessment` includes data for that assessment as follows.  
 **Inactive assessments** - If Audit Manager collected evidence for your assessment before you changed it inactive, that evidence is included in the `InsightsByAssessment` counts for that day.
 **Deleted assessments** - If Audit Manager collected evidence for your assessment before you deleted it, that evidence isn't included in the `InsightsByAssessment` counts for that day.

## Contents
<a name="API_Insights_Contents"></a>

 ** activeAssessmentsCount **   <a name="auditmanager-Type-Insights-activeAssessmentsCount"></a>
The number of active assessments in Audit Manager.   
Type: Integer  
Required: No

 ** assessmentControlsCountByNoncompliantEvidence **   <a name="auditmanager-Type-Insights-assessmentControlsCountByNoncompliantEvidence"></a>
The number of assessment controls that collected non-compliant evidence on the `lastUpdated` date.   
Type: Integer  
Required: No

 ** compliantEvidenceCount **   <a name="auditmanager-Type-Insights-compliantEvidenceCount"></a>
The number of compliance check evidence that Audit Manager classified as compliant on the `lastUpdated` date. This includes evidence that was collected from AWS Security Hub CSPM with a *Pass* ruling, or collected from AWS Config with a *Compliant* ruling.   
Type: Integer  
Required: No

 ** inconclusiveEvidenceCount **   <a name="auditmanager-Type-Insights-inconclusiveEvidenceCount"></a>
The number of evidence without a compliance check ruling. Evidence is inconclusive when the associated control uses AWS Security Hub CSPM or AWS Config as a data source but you didn't enable those services. This is also the case when a control uses a data source that doesn’t support compliance checks (for example: manual evidence, API calls, or AWS CloudTrail).   
If evidence has a compliance check status of *not applicable*, it's classed as *inconclusive* in `Insights` data.
Type: Integer  
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-Insights-lastUpdated"></a>
The time when the cross-assessment insights were last updated.   
Type: Timestamp  
Required: No

 ** noncompliantEvidenceCount **   <a name="auditmanager-Type-Insights-noncompliantEvidenceCount"></a>
The number of compliance check evidence that Audit Manager classified as non-compliant on the `lastUpdated` date. This includes evidence that was collected from AWS Security Hub CSPM with a *Fail* ruling, or collected from AWS Config with a *Non-compliant* ruling.   
Type: Integer  
Required: No

 ** totalAssessmentControlsCount **   <a name="auditmanager-Type-Insights-totalAssessmentControlsCount"></a>
The total number of controls across all active assessments.   
Type: Integer  
Required: No

## See Also
<a name="API_Insights_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Insights) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Insights) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Insights) 

# InsightsByAssessment
<a name="API_InsightsByAssessment"></a>

A summary of the latest analytics data for a specific active assessment.

This summary is a snapshot of the data that was collected on the `lastUpdated` date. It’s important to understand that the totals in `InsightsByAssessment` are daily counts based on this date — they aren’t a total sum to date. 

The `InsightsByAssessment` data is eventually consistent. This means that when you read data from `InsightsByAssessment`, the response might not instantly reflect the results of a recently completed write or update operation. If you repeat your read request after a few hours, the response returns the latest data.

**Note**  
If you delete an assessment or change its status to inactive, `InsightsByAssessment` includes data for that assessment as follows.  
 **Inactive assessments** - If Audit Manager collected evidence for your assessment before you changed it inactive, that evidence is included in the `InsightsByAssessment` counts for that day.
 **Deleted assessments** - If Audit Manager collected evidence for your assessment before you deleted it, that evidence isn't included in the `InsightsByAssessment` counts for that day.

## Contents
<a name="API_InsightsByAssessment_Contents"></a>

 ** assessmentControlsCountByNoncompliantEvidence **   <a name="auditmanager-Type-InsightsByAssessment-assessmentControlsCountByNoncompliantEvidence"></a>
The number of assessment controls that collected non-compliant evidence on the `lastUpdated` date.   
Type: Integer  
Required: No

 ** compliantEvidenceCount **   <a name="auditmanager-Type-InsightsByAssessment-compliantEvidenceCount"></a>
The number of compliance check evidence that Audit Manager classified as compliant. This includes evidence that was collected from AWS Security Hub CSPM with a *Pass* ruling, or collected from AWS Config with a *Compliant* ruling.   
Type: Integer  
Required: No

 ** inconclusiveEvidenceCount **   <a name="auditmanager-Type-InsightsByAssessment-inconclusiveEvidenceCount"></a>
The amount of evidence without a compliance check ruling. Evidence is inconclusive if the associated control uses AWS Security Hub CSPM or AWS Config as a data source and you didn't enable those services. This is also the case if a control uses a data source that doesn’t support compliance checks (for example, manual evidence, API calls, or AWS CloudTrail).   
If evidence has a compliance check status of *not applicable*, it's classified as *inconclusive* in `InsightsByAssessment` data.
Type: Integer  
Required: No

 ** lastUpdated **   <a name="auditmanager-Type-InsightsByAssessment-lastUpdated"></a>
The time when the assessment insights were last updated.  
Type: Timestamp  
Required: No

 ** noncompliantEvidenceCount **   <a name="auditmanager-Type-InsightsByAssessment-noncompliantEvidenceCount"></a>
The number of compliance check evidence that Audit Manager classified as non-compliant. This includes evidence that was collected from AWS Security Hub CSPM with a *Fail* ruling, or collected from AWS Config with a *Non-compliant* ruling.   
Type: Integer  
Required: No

 ** totalAssessmentControlsCount **   <a name="auditmanager-Type-InsightsByAssessment-totalAssessmentControlsCount"></a>
The total number of controls in the assessment.   
Type: Integer  
Required: No

## See Also
<a name="API_InsightsByAssessment_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/InsightsByAssessment) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/InsightsByAssessment) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/InsightsByAssessment) 

# ManualEvidence
<a name="API_ManualEvidence"></a>

 Evidence that's manually added to a control in AWS Audit Manager. `manualEvidence` can be one of the following: `evidenceFileName`, `s3ResourcePath`, or `textResponse`.

## Contents
<a name="API_ManualEvidence_Contents"></a>

 ** evidenceFileName **   <a name="auditmanager-Type-ManualEvidence-evidenceFileName"></a>
The name of the file that's uploaded as manual evidence. This name is populated using the `evidenceFileName` value from the [https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetEvidenceFileUploadUrl.html](https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetEvidenceFileUploadUrl.html) API response.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `[^\/]*`   
Required: No

 ** s3ResourcePath **   <a name="auditmanager-Type-ManualEvidence-s3ResourcePath"></a>
The S3 URL of the object that's imported as manual evidence.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `^(S|s)3:\/\/[a-zA-Z0-9\-\.\(\)\'\*\_\!\=\+\@\:\s\,\?\/]+$`   
Required: No

 ** textResponse **   <a name="auditmanager-Type-ManualEvidence-textResponse"></a>
The plain text response that's entered and saved as manual evidence.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1000.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

## See Also
<a name="API_ManualEvidence_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ManualEvidence) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ManualEvidence) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ManualEvidence) 

# Notification
<a name="API_Notification"></a>

 The notification that informs a user of an update in AWS Audit Manager. For example, this includes the notification that's sent when a control set is delegated for review. 

## Contents
<a name="API_Notification_Contents"></a>

 ** assessmentId **   <a name="auditmanager-Type-Notification-assessmentId"></a>
 The identifier for the assessment.   
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** assessmentName **   <a name="auditmanager-Type-Notification-assessmentName"></a>
 The name of the related assessment.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\]*$`   
Required: No

 ** controlSetId **   <a name="auditmanager-Type-Notification-controlSetId"></a>
 The identifier for the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** controlSetName **   <a name="auditmanager-Type-Notification-controlSetName"></a>
 Specifies the name of the control set that the notification is about.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** description **   <a name="auditmanager-Type-Notification-description"></a>
 The description of the notification.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** eventTime **   <a name="auditmanager-Type-Notification-eventTime"></a>
 The time when the notification was sent.   
Type: Timestamp  
Required: No

 ** id **   <a name="auditmanager-Type-Notification-id"></a>
 The unique identifier for the notification.   
Type: String  
Length Constraints: Minimum length of 47. Maximum length of 50.  
Pattern: `^[0-9]{10,13}_[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`   
Required: No

 ** source **   <a name="auditmanager-Type-Notification-source"></a>
 The sender of the notification.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

## See Also
<a name="API_Notification_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Notification) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Notification) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Notification) 

# Resource
<a name="API_Resource"></a>

 A system asset that's evaluated in an Audit Manager assessment. 

## Contents
<a name="API_Resource_Contents"></a>

 ** arn **   <a name="auditmanager-Type-Resource-arn"></a>
 The Amazon Resource Name (ARN) for the resource.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*`   
Required: No

 ** complianceCheck **   <a name="auditmanager-Type-Resource-complianceCheck"></a>
 The evaluation status for a resource that was assessed when collecting compliance check evidence.   
+ Audit Manager classes the resource as non-compliant if Security Hub CSPM reports a *Fail* result, or if AWS Config reports a *Non-compliant* result.
+ Audit Manager classes the resource as compliant if Security Hub CSPM reports a *Pass* result, or if AWS Config reports a *Compliant* result.
+ If a compliance check isn't available or applicable, then no compliance evaluation can be made for that resource. This is the case if a resource assessment uses AWS Config or Security Hub CSPM as the underlying data source type, but those services aren't enabled. This is also the case if the resource assessment uses an underlying data source type that doesn't support compliance checks (such as manual evidence, AWS API calls, or CloudTrail). 
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

 ** value **   <a name="auditmanager-Type-Resource-value"></a>
 The value of the resource.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: No

## See Also
<a name="API_Resource_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Resource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Resource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Resource) 

# Role
<a name="API_Role"></a>

 The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN). 

## Contents
<a name="API_Role_Contents"></a>

 ** roleArn **   <a name="auditmanager-Type-Role-roleArn"></a>
 The Amazon Resource Name (ARN) of the IAM role.   
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `^arn:.*:iam:.*`   
Required: Yes

 ** roleType **   <a name="auditmanager-Type-Role-roleType"></a>
 The type of customer persona.   
In `CreateAssessment`, `roleType` can only be `PROCESS_OWNER`.   
In `UpdateSettings`, `roleType` can only be `PROCESS_OWNER`.  
In `BatchCreateDelegationByAssessment`, `roleType` can only be `RESOURCE_OWNER`.
Type: String  
Valid Values: `PROCESS_OWNER | RESOURCE_OWNER`   
Required: Yes

## See Also
<a name="API_Role_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Role) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Role) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Role) 

# Scope
<a name="API_Scope"></a>

 The wrapper that contains the AWS accounts that are in scope for the assessment. 

**Note**  
You no longer need to specify which AWS services are in scope when you create or update an assessment. Audit Manager infers the services in scope by examining your assessment controls and their data sources, and then mapping this information to the relevant AWS services.   
If an underlying data source changes for your assessment, we automatically update the services scope as needed to reflect the correct AWS services. This ensures that your assessment collects accurate and comprehensive evidence about all of the relevant services in your AWS environment.

## Contents
<a name="API_Scope_Contents"></a>

 ** awsAccounts **   <a name="auditmanager-Type-Scope-awsAccounts"></a>
 The AWS accounts that are included in the scope of the assessment.   
Type: Array of [AWSAccount](API_AWSAccount.md) objects  
Array Members: Minimum number of 1 item. Maximum number of 200 items.  
Required: No

 ** awsServices **   <a name="auditmanager-Type-Scope-awsServices"></a>
 *This member has been deprecated.*   
 The AWS services that are included in the scope of the assessment.   
This API parameter is no longer supported. If you use this parameter to specify one or more AWS services, Audit Manager ignores this input. Instead, the value for `awsServices` will show as empty.
Type: Array of [AWSService](API_AWSService.md) objects  
Required: No

## See Also
<a name="API_Scope_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Scope) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Scope) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Scope) 

# ServiceMetadata
<a name="API_ServiceMetadata"></a>

 The metadata that's associated with the AWS service. 

## Contents
<a name="API_ServiceMetadata_Contents"></a>

 ** category **   <a name="auditmanager-Type-ServiceMetadata-category"></a>
 The category that the AWS service belongs to, such as compute, storage, or database.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** description **   <a name="auditmanager-Type-ServiceMetadata-description"></a>
 The description of the AWS service.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** displayName **   <a name="auditmanager-Type-ServiceMetadata-displayName"></a>
 The display name of the AWS service.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*\S.*`   
Required: No

 ** name **   <a name="auditmanager-Type-ServiceMetadata-name"></a>
 The name of the AWS service.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 40.  
Pattern: `^[a-zA-Z0-9-\s().]+$`   
Required: No

## See Also
<a name="API_ServiceMetadata_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ServiceMetadata) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ServiceMetadata) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ServiceMetadata) 

# Settings
<a name="API_Settings"></a>

 The settings object that holds all supported Audit Manager settings. 

## Contents
<a name="API_Settings_Contents"></a>

 ** defaultAssessmentReportsDestination **   <a name="auditmanager-Type-Settings-defaultAssessmentReportsDestination"></a>
The default S3 destination bucket for storing assessment reports.  
Type: [AssessmentReportsDestination](API_AssessmentReportsDestination.md) object  
Required: No

 ** defaultExportDestination **   <a name="auditmanager-Type-Settings-defaultExportDestination"></a>
The default S3 destination bucket for storing evidence finder exports.  
Type: [DefaultExportDestination](API_DefaultExportDestination.md) object  
Required: No

 ** defaultProcessOwners **   <a name="auditmanager-Type-Settings-defaultProcessOwners"></a>
 The designated default audit owners.   
Type: Array of [Role](API_Role.md) objects  
Required: No

 ** deregistrationPolicy **   <a name="auditmanager-Type-Settings-deregistrationPolicy"></a>
The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.  
Type: [DeregistrationPolicy](API_DeregistrationPolicy.md) object  
Required: No

 ** evidenceFinderEnablement **   <a name="auditmanager-Type-Settings-evidenceFinderEnablement"></a>
The current evidence finder status and event data store details.  
Type: [EvidenceFinderEnablement](API_EvidenceFinderEnablement.md) object  
Required: No

 ** isAwsOrgEnabled **   <a name="auditmanager-Type-Settings-isAwsOrgEnabled"></a>
 Specifies whether AWS Organizations is enabled.   
Type: Boolean  
Required: No

 ** kmsKey **   <a name="auditmanager-Type-Settings-kmsKey"></a>
 The AWS KMS key details.   
Type: String  
Length Constraints: Minimum length of 7. Maximum length of 2048.  
Pattern: `^arn:.*:kms:.*|DEFAULT`   
Required: No

 ** snsTopic **   <a name="auditmanager-Type-Settings-snsTopic"></a>
 The designated Amazon Simple Notification Service (Amazon SNS) topic.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `^[a-zA-Z0-9-_\(\)\[\]]+$`   
Required: No

## See Also
<a name="API_Settings_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/Settings) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/Settings) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/Settings) 

# SourceKeyword
<a name="API_SourceKeyword"></a>

A keyword that relates to the control data source.

For manual evidence, this keyword indicates if the manual evidence is a file or text.

For automated evidence, this keyword identifies a specific CloudTrail event, AWS Config rule, Security Hub CSPM control, or AWS API name. 

 To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the * AWS Audit Manager User Guide*:
+  [AWS Config rules supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html) 
+  [AWS Security Hub CSPM controls supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html) 
+  [API calls supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html) 
+  [AWS CloudTrail event names supported by AWS Audit Manager](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html) 

## Contents
<a name="API_SourceKeyword_Contents"></a>

 ** keywordInputType **   <a name="auditmanager-Type-SourceKeyword-keywordInputType"></a>
 The input method for the keyword.   
+  `SELECT_FROM_LIST` is used when mapping a data source for automated evidence.
  + When `keywordInputType` is `SELECT_FROM_LIST`, a keyword must be selected to collect automated evidence. For example, this keyword can be a CloudTrail event name, a rule name for AWS Config, a Security Hub CSPM control, or the name of an AWS API call.
+  `UPLOAD_FILE` and `INPUT_TEXT` are only used when mapping a data source for manual evidence.
  + When `keywordInputType` is `UPLOAD_FILE`, a file must be uploaded as manual evidence.
  + When `keywordInputType` is `INPUT_TEXT`, text must be entered as manual evidence.
Type: String  
Valid Values: `SELECT_FROM_LIST | UPLOAD_FILE | INPUT_TEXT`   
Required: No

 ** keywordValue **   <a name="auditmanager-Type-SourceKeyword-keywordValue"></a>
 The value of the keyword that's used when mapping a control data source. For example, this can be a CloudTrail event name, a rule name for AWS Config, a Security Hub CSPM control, or the name of an AWS API call.   
If you’re mapping a data source to a rule in AWS Config, the `keywordValue` that you specify depends on the type of rule:  
+ For [managed rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html), you can use the rule identifier as the `keywordValue`. You can find the rule identifier from the [list of AWS Config managed rules](https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). For some rules, the rule identifier is different from the rule name. For example, the rule name `restricted-ssh` has the following rule identifier: `INCOMING_SSH_DISABLED`. Make sure to use the rule identifier, not the rule name. 

  Keyword example for managed rules:
  + Managed rule name: [s3-bucket-acl-prohibited](https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-acl-prohibited.html) 

     `keywordValue`: `S3_BUCKET_ACL_PROHIBITED` 
+ For [custom rules](https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html), you form the `keywordValue` by adding the `Custom_` prefix to the rule name. This prefix distinguishes the custom rule from a managed rule. 

  Keyword example for custom rules:
  + Custom rule name: my-custom-config-rule

     `keywordValue`: `Custom_my-custom-config-rule` 
+ For [service-linked rules](https://docs.aws.amazon.com/config/latest/developerguide/service-linked-awsconfig-rules.html), you form the `keywordValue` by adding the `Custom_` prefix to the rule name. In addition, you remove the suffix ID that appears at the end of the rule name. 

  Keyword examples for service-linked rules:
  + Service-linked rule name: CustomRuleForAccount-conformance-pack-szsm1uv0w

     `keywordValue`: `Custom_CustomRuleForAccount-conformance-pack` 
  + Service-linked rule name: OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba

     `keywordValue`: `Custom_OrgConfigRule-s3-bucket-versioning-enabled` 
The `keywordValue` is case sensitive. If you enter a value incorrectly, Audit Manager might not recognize the data source mapping. As a result, you might not successfully collect evidence from that data source as intended.   
Keep in mind the following requirements, depending on the data source type that you're using.   

1. For AWS Config: 
   + For managed rules, make sure that the `keywordValue` is the rule identifier in `ALL_CAPS_WITH_UNDERSCORES`. For example, `CLOUDWATCH_LOG_GROUP_ENCRYPTED`. For accuracy, we recommend that you reference the list of [supported AWS Config managed rules](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html).
   + For custom rules, make sure that the `keywordValue` has the `Custom_` prefix followed by the custom rule name. The format of the custom rule name itself may vary. For accuracy, we recommend that you visit the [AWS Config console](https://console.aws.amazon.com/config/) to verify your custom rule name.

1. For Security Hub CSPM: The format varies for Security Hub CSPM control names. For accuracy, we recommend that you reference the list of [supported AWS Security Hub CSPM controls](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html).

1. For AWS API calls: Make sure that the `keywordValue` is written as `serviceprefix_ActionName`. For example, `iam_ListGroups`. For accuracy, we recommend that you reference the list of [supported API calls](https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html).

1. For CloudTrail: Make sure that the `keywordValue` is written as `serviceprefix_ActionName`. For example, `cloudtrail_StartLogging`. For accuracy, we recommend that you review the AWS service prefix and action names in the [Service Authorization Reference](https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html).
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z_0-9-\s().:\/]+$`   
Required: No

## See Also
<a name="API_SourceKeyword_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/SourceKeyword) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/SourceKeyword) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/SourceKeyword) 

# UpdateAssessmentFrameworkControlSet
<a name="API_UpdateAssessmentFrameworkControlSet"></a>

 A `controlSet` entity that represents a collection of controls in AWS Audit Manager. This doesn't contain the control set ID. 

## Contents
<a name="API_UpdateAssessmentFrameworkControlSet_Contents"></a>

 ** controls **   <a name="auditmanager-Type-UpdateAssessmentFrameworkControlSet-controls"></a>
 The list of controls that are contained within the control set.   
Type: Array of [CreateAssessmentFrameworkControl](API_CreateAssessmentFrameworkControl.md) objects  
Array Members: Minimum number of 1 item.  
Required: Yes

 ** name **   <a name="auditmanager-Type-UpdateAssessmentFrameworkControlSet-name"></a>
 The name of the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\\_]*$`   
Required: Yes

 ** id **   <a name="auditmanager-Type-UpdateAssessmentFrameworkControlSet-id"></a>
 The unique identifier for the control set.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 300.  
Pattern: `^[^\\\_]*$`   
Required: No

## See Also
<a name="API_UpdateAssessmentFrameworkControlSet_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/UpdateAssessmentFrameworkControlSet) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/UpdateAssessmentFrameworkControlSet) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/UpdateAssessmentFrameworkControlSet) 

# URL
<a name="API_URL"></a>

 Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet. 

## Contents
<a name="API_URL_Contents"></a>

 ** hyperlinkName **   <a name="auditmanager-Type-URL-hyperlinkName"></a>
 The name or word that's used as a hyperlink to the URL.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 200.  
Pattern: `^[\w\W\s\S]*$`   
Required: No

 ** link **   <a name="auditmanager-Type-URL-link"></a>
 The unique identifier for the internet resource.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 8192.  
Pattern: `^(https?:\/\/)?(www\.)?[a-zA-Z0-9-_]+([\.]+[a-zA-Z]+)+[\/\w]*$`   
Required: No

## See Also
<a name="API_URL_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/URL) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/URL) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/URL) 

# ValidationExceptionField
<a name="API_ValidationExceptionField"></a>

 Indicates that the request has invalid or missing parameters for the field. 

## Contents
<a name="API_ValidationExceptionField_Contents"></a>

 ** message **   <a name="auditmanager-Type-ValidationExceptionField-message"></a>
 The body of the error message.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: Yes

 ** name **   <a name="auditmanager-Type-ValidationExceptionField-name"></a>
 The name of the validation error.   
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 2048.  
Pattern: `.*`   
Required: Yes

## See Also
<a name="API_ValidationExceptionField_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/auditmanager-2017-07-25/ValidationExceptionField) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/auditmanager-2017-07-25/ValidationExceptionField) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/auditmanager-2017-07-25/ValidationExceptionField) 