AWSLogsDeliveryDestinationConfiguration
Objective-C
@interface AWSLogsDeliveryDestinationConfiguration
Swift
class AWSLogsDeliveryDestinationConfiguration
A structure that contains information about one logs delivery destination.
Required parameters: [destinationResourceArn]
-
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationResourceArn;
Swift
var destinationResourceArn: String? { get set }