Destination
public struct Destination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
Declaration
Swift
public let accessPolicy: String?
-
The ARN of this destination.
Declaration
Swift
public let arn: String?
-
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Declaration
Swift
public let creationTime: Int64?
-
The name of the destination.
Declaration
Swift
public let destinationName: String?
-
A role for impersonation, used when delivering log events to the target.
Declaration
Swift
public let roleArn: String?
-
The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).
Declaration
Swift
public let targetArn: String?
-
Undocumented
Declaration
Swift
public init(accessPolicy: String? = nil, arn: String? = nil, creationTime: Int64? = nil, destinationName: String? = nil, roleArn: String? = nil, targetArn: String? = nil)