Struct aws_sdk_nimble::model::StreamConfigurationCreate [−][src]
#[non_exhaustive]pub struct StreamConfigurationCreate {
pub clipboard_mode: Option<StreamingClipboardMode>,
pub ec2_instance_types: Option<Vec<StreamingInstanceType>>,
pub max_session_length_in_minutes: i32,
pub streaming_image_ids: Option<Vec<String>>,
pub max_stopped_session_length_in_minutes: i32,
}Expand description
Configuration for streaming workstations created using this launch profile.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.clipboard_mode: Option<StreamingClipboardMode>Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
ec2_instance_types: Option<Vec<StreamingInstanceType>>The EC2 instance types that users can select from when launching a streaming session with this launch profile.
max_session_length_in_minutes: i32The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
streaming_image_ids: Option<Vec<String>>The streaming images that users can select from when launching a streaming session with this launch profile.
max_stopped_session_length_in_minutes: i32The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
Implementations
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
The streaming images that users can select from when launching a streaming session with this launch profile.
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
Creates a new builder-style object to manufacture StreamConfigurationCreate
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StreamConfigurationCreate
impl Send for StreamConfigurationCreate
impl Sync for StreamConfigurationCreate
impl Unpin for StreamConfigurationCreate
impl UnwindSafe for StreamConfigurationCreate
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
