Stratosphere.DataSync.Task
module Stratosphere.DataSync.Task.FilterRuleProperty
module Stratosphere.DataSync.Task.ManifestConfigProperty
module Stratosphere.DataSync.Task.OptionsProperty
module Stratosphere.DataSync.Task.TaskReportConfigProperty
module Stratosphere.DataSync.Task.TaskScheduleProperty
data Task Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-cloudwatchloggrouparn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-destinationlocationarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-excludes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-includes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-manifestconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-options
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-schedule
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-sourcelocationarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-taskmode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-task.html#cfn-datasync-task-taskreportconfig
Defined in Stratosphere.DataSync.Task
Methods
toJSON :: Task -> Value #
toEncoding :: Task -> Encoding #
toJSONList :: [Task] -> Value #
toEncodingList :: [Task] -> Encoding #
omitField :: Task -> Bool #
showsPrec :: Int -> Task -> ShowS #
show :: Task -> String #
showList :: [Task] -> ShowS #
(==) :: Task -> Task -> Bool #
(/=) :: Task -> Task -> Bool #
toResourceProperties :: Task -> ResourceProperties #
Associated Types
set :: PropertyType "CloudWatchLogGroupArn" Task -> Task -> Task #
set :: PropertyType "DestinationLocationArn" Task -> Task -> Task #
set :: PropertyType "Excludes" Task -> Task -> Task #
set :: PropertyType "Includes" Task -> Task -> Task #
set :: PropertyType "ManifestConfig" Task -> Task -> Task #
set :: PropertyType "Name" Task -> Task -> Task #
set :: PropertyType "Options" Task -> Task -> Task #
set :: PropertyType "Schedule" Task -> Task -> Task #
set :: PropertyType "SourceLocationArn" Task -> Task -> Task #
set :: PropertyType "Tags" Task -> Task -> Task #
set :: PropertyType "TaskMode" Task -> Task -> Task #
set :: PropertyType "TaskReportConfig" Task -> Task -> Task #
mkTask :: Value Text -> Value Text -> Task Source #