Class UserProfileState


  • public final class UserProfileState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The user profile Amazon Resource Name (ARN).
      • domainId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> domainId()
        Returns:
        The ID of the associated Domain.
      • homeEfsFileSystemUid

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> homeEfsFileSystemUid()
        Returns:
        The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
      • singleSignOnUserIdentifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> singleSignOnUserIdentifier()
        Returns:
        A specifier for the type of value specified in `single_sign_on_user_value`. 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.
      • singleSignOnUserValue

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> singleSignOnUserValue()
        Returns:
        The username of the associated AWS Single Sign-On User for this User Profile. 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.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • userProfileName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userProfileName()
        Returns:
        The name for the User Profile.
      • userSettings

        public java.util.Optional<com.pulumi.core.Output<UserProfileUserSettingsArgs>> userSettings()
        Returns:
        The user settings. See User Settings below.