User

class User : KotlinCustomResource

Provides an AppStream user.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.appstream.User;
import com.pulumi.aws.appstream.UserArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new User("example", UserArgs.builder()
.authenticationType("USERPOOL")
.firstName("FIRST NAME")
.lastName("LAST NAME")
.userName("EMAIL")
.build());
}
}

Import

aws_appstream_user can be imported using the user_name and authentication_type separated by a slash (/), e.g.,

$ pulumi import aws:appstream/user:User example UserName/AuthenticationType

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the appstream user.

Link copied to clipboard

Authentication type for the user. You must specify USERPOOL. Valid values: API, SAML, USERPOOL

Link copied to clipboard
val createdTime: Output<String>

Date and time, in UTC and extended RFC 3339 format, when the user was created.

Link copied to clipboard
val enabled: Output<Boolean>?

Whether the user in the user pool is enabled.

Link copied to clipboard
val firstName: Output<String>?

First name, or given name, of the user.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastName: Output<String>?

Last name, or surname, of the user.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Send an email notification.

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

Email address of the user. The following arguments are optional: