ReportDefinition
public struct ReportDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of manifests that you want Amazon Web Services to create for this report.
Declaration
Swift
public let additionalArtifacts: [AdditionalArtifact]?
-
A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.
Declaration
Swift
public let additionalSchemaElements: [SchemaElement]
-
Undocumented
Declaration
Swift
public let compression: CompressionFormat
-
Undocumented
Declaration
Swift
public let format: ReportFormat
-
Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services detects charges related to previous months. These charges can include refunds, credits, or support fees.
Declaration
Swift
public let refreshClosedReports: Bool?
-
Undocumented
Declaration
Swift
public let reportName: String
-
Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.
Declaration
Swift
public let reportVersioning: ReportVersioning?
-
Undocumented
Declaration
Swift
public let s3Bucket: String
-
Undocumented
Declaration
Swift
public let s3Prefix: String
-
Undocumented
Declaration
Swift
public let s3Region: AWSRegion
-
Undocumented
Declaration
Swift
public let timeUnit: TimeUnit
-
init(additionalArtifacts:additionalSchemaElements:compression:format:refreshClosedReports:reportName:reportVersioning:s3Bucket:s3Prefix:s3Region:timeUnit:)
Undocumented
Declaration
Swift
public init(additionalArtifacts: [AdditionalArtifact]? = nil, additionalSchemaElements: [SchemaElement], compression: CompressionFormat, format: ReportFormat, refreshClosedReports: Bool? = nil, reportName: String, reportVersioning: ReportVersioning? = nil, s3Bucket: String, s3Prefix: String, s3Region: AWSRegion, timeUnit: TimeUnit)
-
Declaration
Swift
public func validate(name: String) throws