AWSLogsDestination Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSLogsModel.h AWSLogsModel.m |
accessPolicy
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
@property (nonatomic, strong) NSString *accessPolicy
Declared In
AWSLogsModel.h
arn
The ARN of this destination.
@property (nonatomic, strong) NSString *arn
Declared In
AWSLogsModel.h
creationTime
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
@property (nonatomic, strong) NSNumber *creationTime
Declared In
AWSLogsModel.h
destinationName
The name of the destination.
@property (nonatomic, strong) NSString *destinationName
Declared In
AWSLogsModel.h
roleArn
A role for impersonation, used when delivering log events to the target.
@property (nonatomic, strong) NSString *roleArn
Declared In
AWSLogsModel.h
targetArn
The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).
@property (nonatomic, strong) NSString *targetArn
Declared In
AWSLogsModel.h