CloudWatchLoggingOptionUpdate
public struct CloudWatchLoggingOptionUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
ID of the CloudWatch logging option to update
Declaration
Swift
public let cloudWatchLoggingOptionId: String -
ARN of the CloudWatch log to receive application messages.
Declaration
Swift
public let logStreamARNUpdate: 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 roleARNUpdate: String? -
Undocumented
Declaration
Swift
public init(cloudWatchLoggingOptionId: String, logStreamARNUpdate: String? = nil, roleARNUpdate: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CloudWatchLoggingOptionUpdate Structure Reference