Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DefaultWorkspaceCreationProperties = DefaultWorkspaceCreationProperties' {}
- newDefaultWorkspaceCreationProperties :: DefaultWorkspaceCreationProperties
- defaultWorkspaceCreationProperties_customSecurityGroupId :: Lens' DefaultWorkspaceCreationProperties (Maybe Text)
- defaultWorkspaceCreationProperties_userEnabledAsLocalAdministrator :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool)
- defaultWorkspaceCreationProperties_enableWorkDocs :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool)
- defaultWorkspaceCreationProperties_enableMaintenanceMode :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool)
- defaultWorkspaceCreationProperties_enableInternetAccess :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool)
- defaultWorkspaceCreationProperties_defaultOu :: Lens' DefaultWorkspaceCreationProperties (Maybe Text)
Documentation
data DefaultWorkspaceCreationProperties Source #
Describes the default values that are used to create WorkSpaces. For more information, see Update Directory Details for Your WorkSpaces.
See: newDefaultWorkspaceCreationProperties
smart constructor.
DefaultWorkspaceCreationProperties' | |
|
Instances
newDefaultWorkspaceCreationProperties :: DefaultWorkspaceCreationProperties Source #
Create a value of DefaultWorkspaceCreationProperties
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:customSecurityGroupId:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_customSecurityGroupId
- The identifier of the default security group to apply to WorkSpaces when
they are created. For more information, see
Security Groups for Your WorkSpaces.
$sel:userEnabledAsLocalAdministrator:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_userEnabledAsLocalAdministrator
- Specifies whether WorkSpace users are local administrators on their
WorkSpaces.
$sel:enableWorkDocs:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_enableWorkDocs
- Specifies whether the directory is enabled for Amazon WorkDocs.
$sel:enableMaintenanceMode:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_enableMaintenanceMode
- Specifies whether maintenance mode is enabled for WorkSpaces. For more
information, see
WorkSpace Maintenance.
$sel:enableInternetAccess:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_enableInternetAccess
- 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.
$sel:defaultOu:DefaultWorkspaceCreationProperties'
, defaultWorkspaceCreationProperties_defaultOu
- The organizational unit (OU) in the directory for the WorkSpace machine
accounts.
defaultWorkspaceCreationProperties_customSecurityGroupId :: Lens' DefaultWorkspaceCreationProperties (Maybe Text) Source #
The identifier of the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.
defaultWorkspaceCreationProperties_userEnabledAsLocalAdministrator :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool) Source #
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
defaultWorkspaceCreationProperties_enableWorkDocs :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool) Source #
Specifies whether the directory is enabled for Amazon WorkDocs.
defaultWorkspaceCreationProperties_enableMaintenanceMode :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool) Source #
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
defaultWorkspaceCreationProperties_enableInternetAccess :: Lens' DefaultWorkspaceCreationProperties (Maybe Bool) Source #
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.
defaultWorkspaceCreationProperties_defaultOu :: Lens' DefaultWorkspaceCreationProperties (Maybe Text) Source #
The organizational unit (OU) in the directory for the WorkSpace machine accounts.