AWS::IdentityStore::User Name - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: String Formatted: String GivenName: String HonorificPrefix: String HonorificSuffix: String MiddleName: String

Properties

FamilyName

The family name of the user.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

Formatted

A string containing a formatted version of the name for display.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

GivenName

The given name of the user.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

HonorificPrefix

The honorific prefix of the user. For example, "Dr."

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

HonorificSuffix

The honorific suffix of the user. For example, "M.D."

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

MiddleName

The middle name of the user.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption