Stratosphere.DataSync.LocationNFS
module Stratosphere.DataSync.LocationNFS.MountOptionsProperty
module Stratosphere.DataSync.LocationNFS.OnPremConfigProperty
data LocationNFS Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-mountoptions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-onpremconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-serverhostname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-subdirectory
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html#cfn-datasync-locationnfs-tags
Defined in Stratosphere.DataSync.LocationNFS
Methods
toJSON :: LocationNFS -> Value #
toEncoding :: LocationNFS -> Encoding #
toJSONList :: [LocationNFS] -> Value #
toEncodingList :: [LocationNFS] -> Encoding #
omitField :: LocationNFS -> Bool #
showsPrec :: Int -> LocationNFS -> ShowS #
show :: LocationNFS -> String #
showList :: [LocationNFS] -> ShowS #
(==) :: LocationNFS -> LocationNFS -> Bool #
(/=) :: LocationNFS -> LocationNFS -> Bool #
toResourceProperties :: LocationNFS -> ResourceProperties #
Associated Types
set :: PropertyType "MountOptions" LocationNFS -> LocationNFS -> LocationNFS #
set :: PropertyType "OnPremConfig" LocationNFS -> LocationNFS -> LocationNFS #
set :: PropertyType "ServerHostname" LocationNFS -> LocationNFS -> LocationNFS #
set :: PropertyType "Subdirectory" LocationNFS -> LocationNFS -> LocationNFS #
set :: PropertyType "Tags" LocationNFS -> LocationNFS -> LocationNFS #
mkLocationNFS :: OnPremConfigProperty -> LocationNFS Source #