AWS::DataZone::UserProfile SsoUserProfileDetails - 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::DataZone::UserProfile SsoUserProfileDetails

The SSO user profile detail.

Syntax

To declare this entity in your 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 as part of the SSO user profile detail.

Required: No

Type: String

Update requires: No interruption

LastName

The last name as part of the SSO user profile detail.

Required: No

Type: String

Update requires: No interruption

Username

The username as part of the SSO user profile detail.

Required: No

Type: String

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

Minimum: 1

Maximum: 1024

Update requires: No interruption