CloudWatchLogsLogGroup

public struct CloudWatchLogsLogGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN must end with :*

    Declaration

    Swift

    public let logGroupArn: String?
  • Undocumented

    Declaration

    Swift

    public init(logGroupArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws