#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DefaultWorkspaceCreationProperties
Implementations
Specifies whether the directory is enabled for Amazon WorkDocs.
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.
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 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.
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 WorkSpace users are local administrators on their WorkSpaces.
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
Consumes the builder and constructs a DefaultWorkspaceCreationProperties
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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