This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IdentityStore::User Name
The full name of the user.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "FamilyName" :String, "Formatted" :String, "GivenName" :String, "HonorificPrefix" :String, "HonorificSuffix" :String, "MiddleName" :String}
YAML
FamilyName:StringFormatted:StringGivenName:StringHonorificPrefix:StringHonorificSuffix:StringMiddleName:String
Properties
FamilyName-
The family name of the user.
Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
Formatted-
A string containing a formatted version of the name for display.
Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
GivenName-
The given name of the user.
Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
HonorificPrefix-
The honorific prefix of the user. For example, "Dr."
Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
HonorificSuffix-
The honorific suffix of the user. For example, "M.D."
Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption
MiddleName-
The middle name of the user.
Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption