CloudWatchLogsDestination
public struct CloudWatchLogsDestination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.
Declaration
Swift
public let iamRoleArn: String?
-
The name of the Amazon CloudWatch Log Group that you want to record events in.
Declaration
Swift
public let logGroupArn: String?
-
Undocumented
Declaration
Swift
public init(iamRoleArn: String? = nil, logGroupArn: String? = nil)