CloudWatchLoggingOptions

public struct CloudWatchLoggingOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Enables or disables CloudWatch logging.

    Declaration

    Swift

    public let enabled: Bool?
  • The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.

    Declaration

    Swift

    public let logGroupName: String?
  • The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.

    Declaration

    Swift

    public let logStreamName: String?
  • Undocumented

    Declaration

    Swift

    public init(enabled: Bool? = nil, logGroupName: String? = nil, logStreamName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws