View a markdown version of this page

AWS::IdentityStore::User Name - AWS CloudFormation

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