Struct aws_sdk_appstream::types::Stack
source · #[non_exhaustive]pub struct Stack { /* private fields */ }
Expand description
Describes a stack.
Implementations§
source§impl Stack
impl Stack
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description to display.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The stack name to display.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time the stack was created.
sourcepub fn storage_connectors(&self) -> Option<&[StorageConnector]>
pub fn storage_connectors(&self) -> Option<&[StorageConnector]>
The storage connectors to enable.
sourcepub fn redirect_url(&self) -> Option<&str>
pub fn redirect_url(&self) -> Option<&str>
The URL that users are redirected to after their streaming session ends.
sourcepub fn feedback_url(&self) -> Option<&str>
pub fn feedback_url(&self) -> Option<&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.
sourcepub fn stack_errors(&self) -> Option<&[StackError]>
pub fn stack_errors(&self) -> Option<&[StackError]>
The errors for the stack.
sourcepub fn user_settings(&self) -> Option<&[UserSetting]>
pub fn user_settings(&self) -> Option<&[UserSetting]>
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
sourcepub fn application_settings(&self) -> Option<&ApplicationSettingsResponse>
pub fn application_settings(&self) -> Option<&ApplicationSettingsResponse>
The persistent application settings for users of the stack.
sourcepub fn access_endpoints(&self) -> Option<&[AccessEndpoint]>
pub fn access_endpoints(&self) -> Option<&[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.
sourcepub fn embed_host_domains(&self) -> Option<&[String]>
pub fn embed_host_domains(&self) -> Option<&[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.
sourcepub fn streaming_experience_settings(
&self
) -> Option<&StreamingExperienceSettings>
pub fn streaming_experience_settings( &self ) -> Option<&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.