StartExportTaskRequest

public struct StartExportTaskRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The file format for the returned export data. Default value is CSV. Note: The GRAPHML option has been deprecated.

    Declaration

    Swift

    public let exportDataFormat: [ExportDataFormat]?
  • If a filter is present, it selects the single agentId of the Application Discovery Agent for which data is exported. The agentId can be found in the results of the DescribeAgents API or CLI. If no filter is present, startTime and endTime are ignored and exported data includes both Agentless Discovery Connector data and summary data from Application Discovery agents.

    Declaration

    Swift

    public let filters: [ExportFilter]?
  • The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp? = nil, exportDataFormat: [ExportDataFormat]? = nil, filters: [ExportFilter]? = nil, startTime: TimeStamp? = nil)