Method: Aws::DataSync::Types::CreateTaskRequest#task_report_config
- Defined in:
- lib/aws-sdk-datasync/types.rb
#task_report_config ⇒ Types::TaskReportConfig
Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see [Monitoring your DataSync transfers with task reports][1].
When using this parameter, your caller identity (the role that you’re using DataSync with) must have the iam:PassRole permission. The [AWSDataSyncFullAccess][2] policy includes this permission.
[1]: docs.aws.amazon.com/datasync/latest/userguide/task-reports.html [2]: docs.aws.amazon.com/datasync/latest/userguide/security-iam-awsmanpol.html#security-iam-awsmanpol-awsdatasyncfullaccess
1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 |
# File 'lib/aws-sdk-datasync/types.rb', line 1687 class CreateTaskRequest < Struct.new( :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :name, :options, :excludes, :schedule, :tags, :includes, :manifest_config, :task_report_config, :task_mode) SENSITIVE = [] include Aws::Structure end |