Skip to content

workspaces

WorkspaceDirectory (NetworkEntity)

Attributes:

Name Type Description
directory_id str

The ID of the Workspace Directory.

subnet_ids Optional[list]

A list of IDs of subnets used by the directory, if any.

security_group_ids list

A list of IDs of security groups used by the directory.

workspace_security_groups List[SecurityGroup]

The actual security groups referenced by the IDs in security_group_ids.

cloud_directory DirectoryService

A reference to the DirectoryService this Workspace connects to.

custom_invalidation(self) inherited

A list of manual reasons why this resource should be invalidated

exclude_from_invalidation(self) inherited

A list of attributes that should be excluded from the invalidation process

Workspace (AwsResource)

Attributes:

Name Type Description
workspace_id str

The ID of this workspace.

root_encryption_enabled bool

True if root encryption is enabled.

user_encryption_enabled bool

True if user encryption is enabled.

volume_encryption_key str

The ID of the KMS key used to encrypt the volume, if any.

keys_data KmsKey

A reference to KmsKey based on the kms_key provided.

custom_invalidation(self) inherited

A list of manual reasons why this resource should be invalidated

exclude_from_invalidation(self) inherited

A list of attributes that should be excluded from the invalidation process