CloudWatchLoggingOptionDescription

public struct CloudWatchLoggingOptionDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • ID of the CloudWatch logging option description.

    Declaration

    Swift

    public let cloudWatchLoggingOptionId: String?
  • ARN of the CloudWatch log to receive application messages.

    Declaration

    Swift

    public let logStreamARN: String
  • IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

    Declaration

    Swift

    public let roleARN: String
  • Undocumented

    Declaration

    Swift

    public init(cloudWatchLoggingOptionId: String? = nil, logStreamARN: String, roleARN: String)