ReportExportConfig
public struct ReportExportConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The export configuration type. Valid values are: S3: The report results are exported to an S3 bucket. NO_EXPORT: The report results are not exported.
Declaration
Swift
public let exportConfigType: ReportExportConfigType?
-
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.
Declaration
Swift
public let s3Destination: S3ReportExportConfig?
-
Undocumented
Declaration
Swift
public init(exportConfigType: ReportExportConfigType? = nil, s3Destination: S3ReportExportConfig? = nil)
-
Declaration
Swift
public func validate(name: String) throws