AWS::AuditManager::Assessment AWSAccount - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AuditManager::Assessment AWSAccount

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

Syntax

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

JSON

{ "EmailAddress" : String, "Id" : String, "Name" : String }

YAML

EmailAddress: String Id: String Name: String

Properties

EmailAddress

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

Id

The identifier for the Amazon Web Services account.

Required: No

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: No interruption

Name

The name of the Amazon Web Services account.

Required: No

Type: String

Pattern: ^[\u0020-\u007E]+$

Minimum: 1

Maximum: 50

Update requires: No interruption

See also

  • AWSAccount in the Amazon Audit Manager API Reference.