You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::DefaultWorkspaceCreationProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#custom_security_group_idString

The identifier of the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.

Returns:

  • (String)

    The identifier of the default security group to apply to WorkSpaces when they are created.

#default_ouString

The organizational unit (OU) in the directory for the WorkSpace machine accounts.

Returns:

  • (String)

    The organizational unit (OU) in the directory for the WorkSpace machine accounts.

#enable_internet_accessBoolean

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.

Returns:

  • (Boolean)

    Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default.

#enable_maintenance_modeBoolean

Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.

Returns:

  • (Boolean)

    Specifies whether maintenance mode is enabled for WorkSpaces.

#enable_work_docsBoolean

Specifies whether the directory is enabled for Amazon WorkDocs.

Returns:

  • (Boolean)

    Specifies whether the directory is enabled for Amazon WorkDocs.

#user_enabled_as_local_administratorBoolean

Specifies whether WorkSpace users are local administrators on their WorkSpaces.

Returns:

  • (Boolean)

    Specifies whether WorkSpace users are local administrators on their WorkSpaces.