Stratosphere.WorkSpaces.Workspace
module Stratosphere.WorkSpaces.Workspace.WorkspacePropertiesProperty
data Workspace Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-bundleid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-directoryid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-rootvolumeencryptionenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-username
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-uservolumeencryptionenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-volumeencryptionkey
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-workspace.html#cfn-workspaces-workspace-workspaceproperties
Defined in Stratosphere.WorkSpaces.Workspace
Methods
toJSON :: Workspace -> Value #
toEncoding :: Workspace -> Encoding #
toJSONList :: [Workspace] -> Value #
toEncodingList :: [Workspace] -> Encoding #
omitField :: Workspace -> Bool #
showsPrec :: Int -> Workspace -> ShowS #
show :: Workspace -> String #
showList :: [Workspace] -> ShowS #
(==) :: Workspace -> Workspace -> Bool #
(/=) :: Workspace -> Workspace -> Bool #
toResourceProperties :: Workspace -> ResourceProperties #
Associated Types
set :: PropertyType "BundleId" Workspace -> Workspace -> Workspace #
set :: PropertyType "DirectoryId" Workspace -> Workspace -> Workspace #
set :: PropertyType "RootVolumeEncryptionEnabled" Workspace -> Workspace -> Workspace #
set :: PropertyType "Tags" Workspace -> Workspace -> Workspace #
set :: PropertyType "UserName" Workspace -> Workspace -> Workspace #
set :: PropertyType "UserVolumeEncryptionEnabled" Workspace -> Workspace -> Workspace #
set :: PropertyType "VolumeEncryptionKey" Workspace -> Workspace -> Workspace #
set :: PropertyType "WorkspaceProperties" Workspace -> Workspace -> Workspace #
mkWorkspace :: Value Text -> Value Text -> Value Text -> Workspace Source #