CloudwatchLogsAction

public struct CloudwatchLogsAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The CloudWatch log group to which the action sends data.

    Declaration

    Swift

    public let logGroupName: String
  • The IAM role that allows access to the CloudWatch log.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(logGroupName: String, roleArn: String)