CloudWatchLoggingOptionDescription
public struct CloudWatchLoggingOptionDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the CloudWatch logging option description.
Declaration
Swift
public let cloudWatchLoggingOptionId: String? -
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
Declaration
Swift
public let logStreamARN: String -
The IAM ARN of the role to use to send application messages. Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.
Declaration
Swift
public let roleARN: String? -
Undocumented
Declaration
Swift
public init(cloudWatchLoggingOptionId: String? = nil, logStreamARN: String, roleARN: String? = nil)
View on GitHub
CloudWatchLoggingOptionDescription Structure Reference