LogsConfig
public struct LogsConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about Amazon CloudWatch Logs for a build project. Amazon CloudWatch Logs are enabled by default.
Declaration
Swift
public let cloudWatchLogs: CloudWatchLogsConfig? -
Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.
Declaration
Swift
public let s3Logs: S3LogsConfig? -
Undocumented
Declaration
Swift
public init(cloudWatchLogs: CloudWatchLogsConfig? = nil, s3Logs: S3LogsConfig? = nil)
View on GitHub
LogsConfig Structure Reference