We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 1, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- 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 boolNotification - 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 boolNotification - 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_ boolnotification - 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 BooleanNotification - 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 booleanNotification - 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_ boolnotification - 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 BooleanNotification - 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
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 1, 2026 by Pulumi