Class: Aws::AppStream::Types::Stack

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes a stack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpointsArray<Types::AccessEndpoint>

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.

Returns:



4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#application_settingsTypes::ApplicationSettingsResponse

The persistent application settings for users of the stack.



4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the stack.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time the stack was created.

Returns:

  • (Time)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description to display.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The stack name to display.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#embed_host_domainsArray<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.

Returns:

  • (Array<String>)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#feedback_urlString

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.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the stack.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#redirect_urlString

The URL that users are redirected to after their streaming session ends.

Returns:

  • (String)


4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#stack_errorsArray<Types::StackError>

The errors for the stack.

Returns:



4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#storage_connectorsArray<Types::StorageConnector>

The storage connectors to enable.

Returns:



4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#streaming_experience_settingsTypes::StreamingExperienceSettings

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.



4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end

#user_settingsArray<Types::UserSetting>

The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

Returns:



4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4576

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings,
  :access_endpoints,
  :embed_host_domains,
  :streaming_experience_settings)
  SENSITIVE = []
  include Aws::Structure
end