UserProfile

class UserProfile : KotlinCustomResource

Resource Type definition for AWS::SageMaker::UserProfile

Properties

Link copied to clipboard
val domainId: Output<String>

The ID of the associated Domain.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.

Link copied to clipboard

The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

A list of tags to apply to the user profile.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userProfileArn: Output<String>

The user profile Amazon Resource Name (ARN).

Link copied to clipboard
val userProfileName: Output<String>

A name for the UserProfile.

Link copied to clipboard

A collection of settings.