Command option Sample:aws codestar create-user-profile

Search command sample in the internet.It is the result.

Creates a profile for a user that includes user preferences, such asthe display name and email address assocciated with the user, in AWSCodeStar.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codestar/create-user-profile.html

aws codestar create-user-profile --user-arn arn:aws:iam:111111111111:user/John_Stiles --display-name "John Stiles" --email-address "john_stiles
    Working with Your AWS CodeStar User Profile - AWS CodeStar : http://docs.aws.amazon.com/codestar/latest/userguide/how-to-manage-user-pref.html

aws のオプション一覧