CloudWatchLoggingOption
public struct CloudWatchLoggingOption : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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 that is used must have the PutLogEvents policy action enabled.
Declaration
Swift
public let roleARN: String -
Undocumented
Declaration
Swift
public init(logStreamARN: String, roleARN: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CloudWatchLoggingOption Structure Reference