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
Minimum:
1
Maximum:
320
Pattern:
^.*@.*$
Update requires: Some interruptions
Id
-
The identifier for the AWS account.
Required: No
Type: String
Minimum:
12
Maximum:
12
Pattern:
^[0-9]{12}$
Update requires: Some interruptions
Name
-
The name of the AWS account.
Required: No
Type: String
Minimum:
1
Maximum:
50
Pattern:
^[\u0020-\u007E]+$
Update requires: Some interruptions
See also
-
AWSAccount in the AWS Audit Manager API Reference.