Stratosphere.SSM.ResourceDataSync
module Stratosphere.SSM.ResourceDataSync.S3DestinationProperty
module Stratosphere.SSM.ResourceDataSync.SyncSourceProperty
data ResourceDataSync Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketprefix
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-bucketregion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-kmskeyarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-s3destination
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncformat
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-syncsource
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcedatasync.html#cfn-ssm-resourcedatasync-synctype
Defined in Stratosphere.SSM.ResourceDataSync
Methods
toJSON :: ResourceDataSync -> Value #
toEncoding :: ResourceDataSync -> Encoding #
toJSONList :: [ResourceDataSync] -> Value #
toEncodingList :: [ResourceDataSync] -> Encoding #
omitField :: ResourceDataSync -> Bool #
showsPrec :: Int -> ResourceDataSync -> ShowS #
show :: ResourceDataSync -> String #
showList :: [ResourceDataSync] -> ShowS #
(==) :: ResourceDataSync -> ResourceDataSync -> Bool #
(/=) :: ResourceDataSync -> ResourceDataSync -> Bool #
toResourceProperties :: ResourceDataSync -> ResourceProperties #
Associated Types
set :: PropertyType "BucketName" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "BucketPrefix" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "BucketRegion" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "KMSKeyArn" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "S3Destination" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "SyncFormat" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "SyncName" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "SyncSource" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
set :: PropertyType "SyncType" ResourceDataSync -> ResourceDataSync -> ResourceDataSync #
mkResourceDataSync :: Value Text -> ResourceDataSync Source #