User Profile Args
data class UserProfileArgs(val domainId: Output<String>? = null, val singleSignOnUserIdentifier: Output<String>? = null, val singleSignOnUserValue: Output<String>? = null, val tags: Output<List<UserProfileTagArgs>>? = null, val userProfileName: Output<String>? = null, val userSettings: Output<UserProfileUserSettingsArgs>? = null) : ConvertibleToJava<UserProfileArgs>
Resource Type definition for AWS::SageMaker::UserProfile
Constructors
Link copied to clipboard
fun UserProfileArgs(domainId: Output<String>? = null, singleSignOnUserIdentifier: Output<String>? = null, singleSignOnUserValue: Output<String>? = null, tags: Output<List<UserProfileTagArgs>>? = null, userProfileName: Output<String>? = null, userSettings: Output<UserProfileUserSettingsArgs>? = null)