Struct aws_sdk_workspaces::model::DefaultWorkspaceCreationProperties [−][src]
#[non_exhaustive]pub struct DefaultWorkspaceCreationProperties {
pub enable_work_docs: Option<bool>,
pub enable_internet_access: Option<bool>,
pub default_ou: Option<String>,
pub custom_security_group_id: Option<String>,
pub user_enabled_as_local_administrator: Option<bool>,
pub enable_maintenance_mode: Option<bool>,
}
Expand description
Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
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.enable_work_docs: Option<bool>
Specifies whether the directory is enabled for Amazon WorkDocs.
enable_internet_access: Option<bool>
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default. If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see Configure a VPC for Amazon WorkSpaces.
default_ou: Option<String>
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
custom_security_group_id: Option<String>
The identifier of the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.
user_enabled_as_local_administrator: Option<bool>
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
enable_maintenance_mode: Option<bool>
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
Implementations
Specifies whether the directory is enabled for Amazon WorkDocs.
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default. If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see Configure a VPC for Amazon WorkSpaces.
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
The identifier of the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
Creates a new builder-style object to manufacture DefaultWorkspaceCreationProperties
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 Send for DefaultWorkspaceCreationProperties
impl Sync for DefaultWorkspaceCreationProperties
impl Unpin for DefaultWorkspaceCreationProperties
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