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

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi

    Resource Type definition for AWS::AppStream::Stack

    Create Stack Resource

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

    Constructor syntax

    new Stack(name: string, args?: StackArgs, opts?: CustomResourceOptions);
    @overload
    def Stack(resource_name: str,
              args: Optional[StackArgs] = None,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def Stack(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              access_endpoints: Optional[Sequence[StackAccessEndpointArgs]] = None,
              application_settings: Optional[StackApplicationSettingsArgs] = None,
              attributes_to_delete: Optional[Sequence[str]] = None,
              delete_storage_connectors: Optional[bool] = None,
              description: Optional[str] = None,
              display_name: Optional[str] = None,
              embed_host_domains: Optional[Sequence[str]] = None,
              feedback_url: Optional[str] = None,
              name: Optional[str] = None,
              redirect_url: Optional[str] = None,
              storage_connectors: Optional[Sequence[StackStorageConnectorArgs]] = None,
              streaming_experience_settings: Optional[StackStreamingExperienceSettingsArgs] = None,
              tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
              user_settings: Optional[Sequence[StackUserSettingArgs]] = None)
    func NewStack(ctx *Context, name string, args *StackArgs, opts ...ResourceOption) (*Stack, error)
    public Stack(string name, StackArgs? args = null, CustomResourceOptions? opts = null)
    public Stack(String name, StackArgs args)
    public Stack(String name, StackArgs args, CustomResourceOptions options)
    
    type: aws-native:appstream:Stack
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args StackArgs
    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 StackArgs
    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 StackArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StackArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StackArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Stack 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 Stack resource accepts the following input properties:

    AccessEndpoints List<Pulumi.AwsNative.AppStream.Inputs.StackAccessEndpoint>
    The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
    ApplicationSettings Pulumi.AwsNative.AppStream.Inputs.StackApplicationSettings
    The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
    AttributesToDelete List<string>
    The stack attributes to delete.
    DeleteStorageConnectors bool
    This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
    Description string
    The description to display.
    DisplayName string
    The stack name to display.
    EmbedHostDomains List<string>
    The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
    FeedbackUrl string
    The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
    Name string
    The name of the stack.
    RedirectUrl string
    The URL that users are redirected to after their streaming session ends.
    StorageConnectors List<Pulumi.AwsNative.AppStream.Inputs.StackStorageConnector>
    The storage connectors to enable.
    StreamingExperienceSettings Pulumi.AwsNative.AppStream.Inputs.StackStreamingExperienceSettings
    The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs.
    UserSettings List<Pulumi.AwsNative.AppStream.Inputs.StackUserSetting>
    The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
    AccessEndpoints []StackAccessEndpointArgs
    The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
    ApplicationSettings StackApplicationSettingsArgs
    The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
    AttributesToDelete []string
    The stack attributes to delete.
    DeleteStorageConnectors bool
    This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
    Description string
    The description to display.
    DisplayName string
    The stack name to display.
    EmbedHostDomains []string
    The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
    FeedbackUrl string
    The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
    Name string
    The name of the stack.
    RedirectUrl string
    The URL that users are redirected to after their streaming session ends.
    StorageConnectors []StackStorageConnectorArgs
    The storage connectors to enable.
    StreamingExperienceSettings StackStreamingExperienceSettingsArgs
    The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
    Tags TagArgs
    An array of key-value pairs.
    UserSettings []StackUserSettingArgs
    The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
    accessEndpoints List<StackAccessEndpoint>
    The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
    applicationSettings StackApplicationSettings
    The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
    attributesToDelete List<String>
    The stack attributes to delete.
    deleteStorageConnectors Boolean
    This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
    description String
    The description to display.
    displayName String
    The stack name to display.
    embedHostDomains List<String>
    The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
    feedbackUrl String
    The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
    name String
    The name of the stack.
    redirectUrl String
    The URL that users are redirected to after their streaming session ends.
    storageConnectors List<StackStorageConnector>
    The storage connectors to enable.
    streamingExperienceSettings StackStreamingExperienceSettings
    The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
    tags List<Tag>
    An array of key-value pairs.
    userSettings List<StackUserSetting>
    The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
    accessEndpoints StackAccessEndpoint[]
    The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
    applicationSettings StackApplicationSettings
    The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
    attributesToDelete string[]
    The stack attributes to delete.
    deleteStorageConnectors boolean
    This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
    description string
    The description to display.
    displayName string
    The stack name to display.
    embedHostDomains string[]
    The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
    feedbackUrl string
    The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
    name string
    The name of the stack.
    redirectUrl string
    The URL that users are redirected to after their streaming session ends.
    storageConnectors StackStorageConnector[]
    The storage connectors to enable.
    streamingExperienceSettings StackStreamingExperienceSettings
    The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
    tags Tag[]
    An array of key-value pairs.
    userSettings StackUserSetting[]
    The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
    access_endpoints Sequence[StackAccessEndpointArgs]
    The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
    application_settings StackApplicationSettingsArgs
    The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
    attributes_to_delete Sequence[str]
    The stack attributes to delete.
    delete_storage_connectors bool
    This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
    description str
    The description to display.
    display_name str
    The stack name to display.
    embed_host_domains Sequence[str]
    The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
    feedback_url str
    The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
    name str
    The name of the stack.
    redirect_url str
    The URL that users are redirected to after their streaming session ends.
    storage_connectors Sequence[StackStorageConnectorArgs]
    The storage connectors to enable.
    streaming_experience_settings StackStreamingExperienceSettingsArgs
    The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
    tags Sequence[TagArgs]
    An array of key-value pairs.
    user_settings Sequence[StackUserSettingArgs]
    The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
    accessEndpoints List<Property Map>
    The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.
    applicationSettings Property Map
    The persistent application settings for users of the stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
    attributesToDelete List<String>
    The stack attributes to delete.
    deleteStorageConnectors Boolean
    This parameter has been deprecated. Deletes the storage connectors currently enabled for the stack.
    description String
    The description to display.
    displayName String
    The stack name to display.
    embedHostDomains List<String>
    The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.
    feedbackUrl String
    The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
    name String
    The name of the stack.
    redirectUrl String
    The URL that users are redirected to after their streaming session ends.
    storageConnectors List<Property Map>
    The storage connectors to enable.
    streamingExperienceSettings Property Map
    The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
    tags List<Property Map>
    An array of key-value pairs.
    userSettings List<Property Map>
    The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Stack 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 str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    StackAccessEndpoint, StackAccessEndpointArgs

    Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
    EndpointType string
    The type of interface endpoint.
    VpceId string
    The identifier (ID) of the VPC in which the interface endpoint is used.
    EndpointType string
    The type of interface endpoint.
    VpceId string
    The identifier (ID) of the VPC in which the interface endpoint is used.
    endpointType String
    The type of interface endpoint.
    vpceId String
    The identifier (ID) of the VPC in which the interface endpoint is used.
    endpointType string
    The type of interface endpoint.
    vpceId string
    The identifier (ID) of the VPC in which the interface endpoint is used.
    endpoint_type str
    The type of interface endpoint.
    vpce_id str
    The identifier (ID) of the VPC in which the interface endpoint is used.
    endpointType String
    The type of interface endpoint.
    vpceId String
    The identifier (ID) of the VPC in which the interface endpoint is used.

    StackApplicationSettings, StackApplicationSettingsArgs

    The persistent application settings for users of a stack.
    Enabled bool
    Enables or disables persistent application settings for users during their streaming sessions.
    SettingsGroup string
    The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
    Enabled bool
    Enables or disables persistent application settings for users during their streaming sessions.
    SettingsGroup string
    The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
    enabled Boolean
    Enables or disables persistent application settings for users during their streaming sessions.
    settingsGroup String
    The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
    enabled boolean
    Enables or disables persistent application settings for users during their streaming sessions.
    settingsGroup string
    The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
    enabled bool
    Enables or disables persistent application settings for users during their streaming sessions.
    settings_group str
    The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.
    enabled Boolean
    Enables or disables persistent application settings for users during their streaming sessions.
    settingsGroup String
    The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.

    StackStorageConnector, StackStorageConnectorArgs

    A connector that enables persistent storage for users.
    ConnectorType string
    The type of storage connector.
    Domains List<string>
    The names of the domains for the account.
    ResourceIdentifier string
    The ARN of the storage connector.
    ConnectorType string
    The type of storage connector.
    Domains []string
    The names of the domains for the account.
    ResourceIdentifier string
    The ARN of the storage connector.
    connectorType String
    The type of storage connector.
    domains List<String>
    The names of the domains for the account.
    resourceIdentifier String
    The ARN of the storage connector.
    connectorType string
    The type of storage connector.
    domains string[]
    The names of the domains for the account.
    resourceIdentifier string
    The ARN of the storage connector.
    connector_type str
    The type of storage connector.
    domains Sequence[str]
    The names of the domains for the account.
    resource_identifier str
    The ARN of the storage connector.
    connectorType String
    The type of storage connector.
    domains List<String>
    The names of the domains for the account.
    resourceIdentifier String
    The ARN of the storage connector.

    StackStreamingExperienceSettings, StackStreamingExperienceSettingsArgs

    The streaming protocol that you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
    PreferredProtocol string
    The preferred protocol that you want to use while streaming your application.
    PreferredProtocol string
    The preferred protocol that you want to use while streaming your application.
    preferredProtocol String
    The preferred protocol that you want to use while streaming your application.
    preferredProtocol string
    The preferred protocol that you want to use while streaming your application.
    preferred_protocol str
    The preferred protocol that you want to use while streaming your application.
    preferredProtocol String
    The preferred protocol that you want to use while streaming your application.

    StackUserSetting, StackUserSettingArgs

    Specifies an action and whether the action is enabled or disabled for users during their streaming sessions.
    Action string
    The action that is enabled or disabled.
    Permission string
    Indicates whether the action is enabled or disabled.
    MaximumLength int
    Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).
    Action string
    The action that is enabled or disabled.
    Permission string
    Indicates whether the action is enabled or disabled.
    MaximumLength int
    Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).
    action String
    The action that is enabled or disabled.
    permission String
    Indicates whether the action is enabled or disabled.
    maximumLength Integer
    Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).
    action string
    The action that is enabled or disabled.
    permission string
    Indicates whether the action is enabled or disabled.
    maximumLength number
    Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).
    action str
    The action that is enabled or disabled.
    permission str
    Indicates whether the action is enabled or disabled.
    maximum_length int
    Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).
    action String
    The action that is enabled or disabled.
    permission String
    Indicates whether the action is enabled or disabled.
    maximumLength Number
    Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session. This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions. This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can't be specified when the permission is DISABLED. The value can be between 1 and 20,971,520 (20 MB).

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.62.0
    published on Monday, Apr 20, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.