Class: Aws::OpsWorks::Types::CreateUserProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_self_managementBoolean

Whether users can specify their own SSH public key through the My Settings page. For more information, see Setting an IAM User's Public SSH Key.

Returns:

  • (Boolean)


1891
1892
1893
1894
1895
1896
1897
1898
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1891

class CreateUserProfileRequest < Struct.new(
  :iam_user_arn,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end

#iam_user_arnString

The user's IAM ARN; this can also be a federated user's ARN.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1891

class CreateUserProfileRequest < Struct.new(
  :iam_user_arn,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end

#ssh_public_keyString

The user's public SSH key.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1891

class CreateUserProfileRequest < Struct.new(
  :iam_user_arn,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end

#ssh_usernameString

The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks Stacks removes them. For example, my.name will be changed to myname. If you do not specify an SSH user name, AWS OpsWorks Stacks generates one from the IAM user name.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
1898
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1891

class CreateUserProfileRequest < Struct.new(
  :iam_user_arn,
  :ssh_username,
  :ssh_public_key,
  :allow_self_management)
  SENSITIVE = []
  include Aws::Structure
end