Stratosphere.DataSync.LocationS3
module Stratosphere.DataSync.LocationS3.S3ConfigProperty
data LocationS3 Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html#cfn-datasync-locations3-s3bucketarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html#cfn-datasync-locations3-s3config
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html#cfn-datasync-locations3-s3storageclass
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html#cfn-datasync-locations3-subdirectory
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locations3.html#cfn-datasync-locations3-tags
Defined in Stratosphere.DataSync.LocationS3
Methods
toJSON :: LocationS3 -> Value #
toEncoding :: LocationS3 -> Encoding #
toJSONList :: [LocationS3] -> Value #
toEncodingList :: [LocationS3] -> Encoding #
omitField :: LocationS3 -> Bool #
showsPrec :: Int -> LocationS3 -> ShowS #
show :: LocationS3 -> String #
showList :: [LocationS3] -> ShowS #
(==) :: LocationS3 -> LocationS3 -> Bool #
(/=) :: LocationS3 -> LocationS3 -> Bool #
toResourceProperties :: LocationS3 -> ResourceProperties #
Associated Types
set :: PropertyType "S3BucketArn" LocationS3 -> LocationS3 -> LocationS3 #
set :: PropertyType "S3Config" LocationS3 -> LocationS3 -> LocationS3 #
set :: PropertyType "S3StorageClass" LocationS3 -> LocationS3 -> LocationS3 #
set :: PropertyType "Subdirectory" LocationS3 -> LocationS3 -> LocationS3 #
set :: PropertyType "Tags" LocationS3 -> LocationS3 -> LocationS3 #
mkLocationS3 :: S3ConfigProperty -> LocationS3 Source #