AWS::AuditManager::Assessment AWSAccount
The AWSAccount
property type specifies the wrapper of the AWS account details, such as account ID, email address, and so on.
Syntax
To declare this entity in your AWS 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 AWS account.
Required: No
Type: String
Pattern:
^.*@.*$
Minimum:
1
Maximum:
320
Update requires: No interruption
Id
-
The identifier for the AWS account.
Required: No
Type: String
Pattern:
^[0-9]{12}$
Minimum:
12
Maximum:
12
Update requires: No interruption
Name
-
The name of the AWS account.
Required: No
Type: String
Pattern:
^[\u0020-\u007E]+$
Minimum:
1
Maximum:
50
Update requires: No interruption
See also
-
AWSAccount in the AWS Audit Manager API Reference.