Class: Aws::SageMaker::Types::CreateUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateUserProfileRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The ID of the associated Domain.
-
#single_sign_on_user_identifier ⇒ String
A specifier for the type of value specified in SingleSignOnUserValue.
-
#single_sign_on_user_value ⇒ String
The username of the associated Amazon Web Services Single Sign-On User for this UserProfile.
-
#tags ⇒ Array<Types::Tag>
Each tag consists of a key and an optional value.
-
#user_profile_name ⇒ String
A name for the UserProfile.
-
#user_settings ⇒ Types::UserSettings
A collection of settings.
Instance Attribute Details
#domain_id ⇒ String
The ID of the associated Domain.
10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10842 class CreateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :single_sign_on_user_identifier, :single_sign_on_user_value, :tags, :user_settings) SENSITIVE = [] include Aws::Structure end |
#single_sign_on_user_identifier ⇒ String
A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is “UserName”. If the Domain’s AuthMode is IAM Identity Center, this field is required. If the Domain’s AuthMode is not IAM Identity Center, this field cannot be specified.
10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10842 class CreateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :single_sign_on_user_identifier, :single_sign_on_user_value, :tags, :user_settings) SENSITIVE = [] include Aws::Structure end |
#single_sign_on_user_value ⇒ String
The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain’s AuthMode is IAM Identity Center, this field is required, and must match a valid username of a user in your directory. If the Domain’s AuthMode is not IAM Identity Center, this field cannot be specified.
10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10842 class CreateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :single_sign_on_user_identifier, :single_sign_on_user_value, :tags, :user_settings) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.
10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10842 class CreateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :single_sign_on_user_identifier, :single_sign_on_user_value, :tags, :user_settings) SENSITIVE = [] include Aws::Structure end |
#user_profile_name ⇒ String
A name for the UserProfile. This value is not case sensitive.
10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10842 class CreateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :single_sign_on_user_identifier, :single_sign_on_user_value, :tags, :user_settings) SENSITIVE = [] include Aws::Structure end |
#user_settings ⇒ Types::UserSettings
A collection of settings.
10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10842 class CreateUserProfileRequest < Struct.new( :domain_id, :user_profile_name, :single_sign_on_user_identifier, :single_sign_on_user_value, :tags, :user_settings) SENSITIVE = [] include Aws::Structure end |