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

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

    Using getStack

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getStack(args: GetStackArgs, opts?: InvokeOptions): Promise<GetStackResult>
    function getStackOutput(args: GetStackOutputArgs, opts?: InvokeOptions): Output<GetStackResult>
    def get_stack(name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetStackResult
    def get_stack_output(name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetStackResult]
    func LookupStack(ctx *Context, args *LookupStackArgs, opts ...InvokeOption) (*LookupStackResult, error)
    func LookupStackOutput(ctx *Context, args *LookupStackOutputArgs, opts ...InvokeOption) LookupStackResultOutput

    > Note: This function is named LookupStack in the Go SDK.

    public static class GetStack 
    {
        public static Task<GetStackResult> InvokeAsync(GetStackArgs args, InvokeOptions? opts = null)
        public static Output<GetStackResult> Invoke(GetStackInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStackResult> getStack(GetStackArgs args, InvokeOptions options)
    public static Output<GetStackResult> getStack(GetStackArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:appstream:getStack
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of the stack.
    Name string
    The name of the stack.
    name String
    The name of the stack.
    name string
    The name of the stack.
    name str
    The name of the stack.
    name String
    The name of the stack.

    getStack Result

    The following output properties are available:

    AccessEndpoints List<Pulumi.AwsNative.AppStream.Outputs.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.Outputs.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.
    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.
    RedirectUrl string
    The URL that users are redirected to after their streaming session ends.
    StorageConnectors List<Pulumi.AwsNative.AppStream.Outputs.StackStorageConnector>
    The storage connectors to enable.
    StreamingExperienceSettings Pulumi.AwsNative.AppStream.Outputs.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.Outputs.Tag>
    An array of key-value pairs.
    UserSettings List<Pulumi.AwsNative.AppStream.Outputs.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.
    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.
    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.
    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.
    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.
    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.
    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.
    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[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.
    application_settings 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.
    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.
    redirect_url str
    The URL that users are redirected to after their streaming session ends.
    storage_connectors Sequence[StackStorageConnector]
    The storage connectors to enable.
    streaming_experience_settings 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 Sequence[root_Tag]
    An array of key-value pairs.
    user_settings Sequence[StackUserSetting]
    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.
    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.
    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.

    Supporting Types

    StackAccessEndpoint

    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

    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

    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

    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

    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

    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.