AWS::DataZone::UserProfile SsoUserProfileDetails - AWS CloudFormation

AWS::DataZone::UserProfile SsoUserProfileDetails

The single sign-on details of the user profile.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "FirstName" : String, "LastName" : String, "Username" : String }

YAML

FirstName: String LastName: String Username: String

Properties

FirstName

The first name included in the single sign-on details of the user profile.

Required: No

Type: String

Update requires: No interruption

LastName

The last name included in the single sign-on details of the user profile.

Required: No

Type: String

Update requires: No interruption

Username

The username included in the single sign-on details of the user profile.

Required: No

Type: String

Pattern: ^[a-zA-Z_0-9+=,.@-]+$

Minimum: 1

Maximum: 1024

Update requires: No interruption