

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::AuditManager::Assessment AWSAccount
<a name="aws-properties-auditmanager-assessment-awsaccount"></a>

The `AWSAccount` property type specifies the wrapper of the Amazon Web Services account details, such as account ID, email address, and so on.

## Syntax
<a name="aws-properties-auditmanager-assessment-awsaccount-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-auditmanager-assessment-awsaccount-syntax.json"></a>

```
{
  "[EmailAddress](#cfn-auditmanager-assessment-awsaccount-emailaddress)" : String,
  "[Id](#cfn-auditmanager-assessment-awsaccount-id)" : String,
  "[Name](#cfn-auditmanager-assessment-awsaccount-name)" : String
}
```

### YAML
<a name="aws-properties-auditmanager-assessment-awsaccount-syntax.yaml"></a>

```
  [EmailAddress](#cfn-auditmanager-assessment-awsaccount-emailaddress): String
  [Id](#cfn-auditmanager-assessment-awsaccount-id): String
  [Name](#cfn-auditmanager-assessment-awsaccount-name): String
```

## Properties
<a name="aws-properties-auditmanager-assessment-awsaccount-properties"></a>

`EmailAddress`  <a name="cfn-auditmanager-assessment-awsaccount-emailaddress"></a>
 The email address that's associated with the Amazon Web Services account.   
*Required*: No  
*Type*: String  
*Pattern*: `^.*@.*$`  
*Minimum*: `1`  
*Maximum*: `320`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Id`  <a name="cfn-auditmanager-assessment-awsaccount-id"></a>
 The identifier for the Amazon Web Services account.   
*Required*: No  
*Type*: String  
*Pattern*: `^[0-9]{12}$`  
*Minimum*: `12`  
*Maximum*: `12`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-auditmanager-assessment-awsaccount-name"></a>
 The name of the Amazon Web Services account.   
*Required*: No  
*Type*: String  
*Pattern*: `^[\u0020-\u007E]+$`  
*Minimum*: `1`  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## See also
<a name="aws-properties-auditmanager-assessment-awsaccount--seealso"></a>
+ [AWSAccount](https://docs.amazonaws.cn/audit-manager/latest/APIReference/API_AWSAccount.html) in the *Amazon Audit Manager API Reference*.

