StartContinuousExportResponse

public struct StartContinuousExportResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of data collector used to gather this data (currently only offered for AGENT).

    Declaration

    Swift

    public let dataSource: DataSource?
  • The unique ID assigned to this export.

    Declaration

    Swift

    public let exportId: String?
  • The name of the s3 bucket where the export data parquet files are stored.

    Declaration

    Swift

    public let s3Bucket: String?
  • A dictionary which describes how the data is stored. databaseName - the name of the Glue database used to store the schema.

    Declaration

    Swift

    public let schemaStorageConfig: [String : String]?
  • The timestamp representing when the continuous export was started.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(dataSource: DataSource? = nil, exportId: String? = nil, s3Bucket: String? = nil, schemaStorageConfig: [String : String]? = nil, startTime: TimeStamp? = nil)