1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. appstream
  6. StackUserAssociation

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.68.0
published on Monday, Jun 1, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.68.0
published on Monday, Jun 1, 2026 by Pulumi

    Resource Type definition for AWS::AppStream::StackUserAssociation

    Create StackUserAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new StackUserAssociation(name: string, args: StackUserAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def StackUserAssociation(resource_name: str,
                             args: StackUserAssociationArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def StackUserAssociation(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             authentication_type: Optional[str] = None,
                             stack_name: Optional[str] = None,
                             user_name: Optional[str] = None,
                             send_email_notification: Optional[bool] = None)
    func NewStackUserAssociation(ctx *Context, name string, args StackUserAssociationArgs, opts ...ResourceOption) (*StackUserAssociation, error)
    public StackUserAssociation(string name, StackUserAssociationArgs args, CustomResourceOptions? opts = null)
    public StackUserAssociation(String name, StackUserAssociationArgs args)
    public StackUserAssociation(String name, StackUserAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:appstream:StackUserAssociation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_appstream_stackuserassociation" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args StackUserAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args StackUserAssociationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args StackUserAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StackUserAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StackUserAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    StackUserAssociation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The StackUserAssociation resource accepts the following input properties:

    AuthenticationType string
    The authentication type for the user who is associated with the stack. You must specify USERPOOL.
    StackName string
    The name of the stack that is associated with the user.
    UserName string
    The name of the user who is associated with the stack.
    SendEmailNotification bool
    Specifies whether a welcome email is sent to a user after the user is created in the user pool.
    AuthenticationType string
    The authentication type for the user who is associated with the stack. You must specify USERPOOL.
    StackName string
    The name of the stack that is associated with the user.
    UserName string
    The name of the user who is associated with the stack.
    SendEmailNotification bool
    Specifies whether a welcome email is sent to a user after the user is created in the user pool.
    authentication_type string
    The authentication type for the user who is associated with the stack. You must specify USERPOOL.
    stack_name string
    The name of the stack that is associated with the user.
    user_name string
    The name of the user who is associated with the stack.
    send_email_notification bool
    Specifies whether a welcome email is sent to a user after the user is created in the user pool.
    authenticationType String
    The authentication type for the user who is associated with the stack. You must specify USERPOOL.
    stackName String
    The name of the stack that is associated with the user.
    userName String
    The name of the user who is associated with the stack.
    sendEmailNotification Boolean
    Specifies whether a welcome email is sent to a user after the user is created in the user pool.
    authenticationType string
    The authentication type for the user who is associated with the stack. You must specify USERPOOL.
    stackName string
    The name of the stack that is associated with the user.
    userName string
    The name of the user who is associated with the stack.
    sendEmailNotification boolean
    Specifies whether a welcome email is sent to a user after the user is created in the user pool.
    authentication_type str
    The authentication type for the user who is associated with the stack. You must specify USERPOOL.
    stack_name str
    The name of the stack that is associated with the user.
    user_name str
    The name of the user who is associated with the stack.
    send_email_notification bool
    Specifies whether a welcome email is sent to a user after the user is created in the user pool.
    authenticationType String
    The authentication type for the user who is associated with the stack. You must specify USERPOOL.
    stackName String
    The name of the stack that is associated with the user.
    userName String
    The name of the user who is associated with the stack.
    sendEmailNotification Boolean
    Specifies whether a welcome email is sent to a user after the user is created in the user pool.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the StackUserAssociation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.68.0
    published on Monday, Jun 1, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial