Stratosphere.DataSync.LocationEFS
module Stratosphere.DataSync.LocationEFS.Ec2ConfigProperty
data LocationEFS Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html#cfn-datasync-locationefs-accesspointarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html#cfn-datasync-locationefs-ec2config
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html#cfn-datasync-locationefs-efsfilesystemarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html#cfn-datasync-locationefs-filesystemaccessrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html#cfn-datasync-locationefs-intransitencryption
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html#cfn-datasync-locationefs-subdirectory
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationefs.html#cfn-datasync-locationefs-tags
Defined in Stratosphere.DataSync.LocationEFS
Methods
toJSON :: LocationEFS -> Value #
toEncoding :: LocationEFS -> Encoding #
toJSONList :: [LocationEFS] -> Value #
toEncodingList :: [LocationEFS] -> Encoding #
omitField :: LocationEFS -> Bool #
showsPrec :: Int -> LocationEFS -> ShowS #
show :: LocationEFS -> String #
showList :: [LocationEFS] -> ShowS #
(==) :: LocationEFS -> LocationEFS -> Bool #
(/=) :: LocationEFS -> LocationEFS -> Bool #
toResourceProperties :: LocationEFS -> ResourceProperties #
Associated Types
set :: PropertyType "AccessPointArn" LocationEFS -> LocationEFS -> LocationEFS #
set :: PropertyType "Ec2Config" LocationEFS -> LocationEFS -> LocationEFS #
set :: PropertyType "EfsFilesystemArn" LocationEFS -> LocationEFS -> LocationEFS #
set :: PropertyType "FileSystemAccessRoleArn" LocationEFS -> LocationEFS -> LocationEFS #
set :: PropertyType "InTransitEncryption" LocationEFS -> LocationEFS -> LocationEFS #
set :: PropertyType "Subdirectory" LocationEFS -> LocationEFS -> LocationEFS #
set :: PropertyType "Tags" LocationEFS -> LocationEFS -> LocationEFS #
mkLocationEFS :: Ec2ConfigProperty -> LocationEFS Source #