CloudWatchLogsConfig

public struct CloudWatchLogsConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The group name of the logs in Amazon CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

    Declaration

    Swift

    public let groupName: String?
  • The current status of the logs in Amazon CloudWatch Logs for a build project. Valid values are: ENABLED: Amazon CloudWatch Logs are enabled for this build project. DISABLED: Amazon CloudWatch Logs are not enabled for this build project.

    Declaration

    Swift

    public let status: LogsConfigStatusType
  • The prefix of the stream name of the Amazon CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

    Declaration

    Swift

    public let streamName: String?
  • Undocumented

    Declaration

    Swift

    public init(groupName: String? = nil, status: LogsConfigStatusType, streamName: String? = nil)