Stratosphere.OpsWorks.Volume
data Volume Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-ec2volumeid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-mountpoint
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html#cfn-opsworks-volume-stackid
Defined in Stratosphere.OpsWorks.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 "Ec2VolumeId" Volume -> Volume -> Volume #
set :: PropertyType "MountPoint" Volume -> Volume -> Volume #
set :: PropertyType "Name" Volume -> Volume -> Volume #
set :: PropertyType "StackId" Volume -> Volume -> Volume #
mkVolume :: Value Text -> Value Text -> Volume Source #