Stratosphere.WorkspacesInstances.Volume
module Stratosphere.WorkspacesInstances.Volume.TagSpecificationProperty
data Volume Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-availabilityzone
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-encrypted
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-iops
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-kmskeyid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-sizeingb
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-snapshotid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-tagspecifications
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-throughput
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volume.html#cfn-workspacesinstances-volume-volumetype
Defined in Stratosphere.WorkspacesInstances.Volume
Methods
toJSON :: Volume -> Value #
toEncoding :: Volume -> Encoding #
toJSONList :: [Volume] -> Value #
toEncodingList :: [Volume] -> Encoding #
omitField :: Volume -> Bool #
showsPrec :: Int -> Volume -> ShowS #
show :: Volume -> String #
showList :: [Volume] -> ShowS #
(==) :: Volume -> Volume -> Bool #
(/=) :: Volume -> Volume -> Bool #
toResourceProperties :: Volume -> ResourceProperties #
Associated Types
set :: PropertyType "AvailabilityZone" Volume -> Volume -> Volume #
set :: PropertyType "Encrypted" Volume -> Volume -> Volume #
set :: PropertyType "Iops" Volume -> Volume -> Volume #
set :: PropertyType "KmsKeyId" Volume -> Volume -> Volume #
set :: PropertyType "SizeInGB" Volume -> Volume -> Volume #
set :: PropertyType "SnapshotId" Volume -> Volume -> Volume #
set :: PropertyType "TagSpecifications" Volume -> Volume -> Volume #
set :: PropertyType "Throughput" Volume -> Volume -> Volume #
set :: PropertyType "VolumeType" Volume -> Volume -> Volume #
mkVolume :: Value Text -> Volume Source #