AWSLogsPutDestinationRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSLogsModel.h AWSLogsModel.m |
destinationName
A name for the destination.
@property (nonatomic, strong) NSString *destinationName
Declared In
AWSLogsModel.h
roleArn
The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.
@property (nonatomic, strong) NSString *roleArn
Declared In
AWSLogsModel.h
targetArn
The ARN of an Amazon Kinesis stream to which to deliver matching log events.
@property (nonatomic, strong) NSString *targetArn
Declared In
AWSLogsModel.h