User
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());
}
}
Content copied to clipboard
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
Content copied to clipboard
Properties
Link copied to clipboard
Authentication type for the user. You must specify USERPOOL. Valid values: API
, SAML
, USERPOOL
Link copied to clipboard
Date and time, in UTC and extended RFC 3339 format, when the user was created.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Send an email notification.