AWSLogsPutMetricFilterRequest

Objective-C

@interface AWSLogsPutMetricFilterRequest

Swift

class AWSLogsPutMetricFilterRequest
  • A name for the metric filter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable filterName;

    Swift

    var filterName: String? { get set }
  • A filter pattern for extracting metric data out of ingested log events.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable filterPattern;

    Swift

    var filterPattern: String? { get set }
  • The name of the log group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable logGroupName;

    Swift

    var logGroupName: String? { get set }
  • A collection of information that defines how metric data gets emitted.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLogsMetricTransformation *> *_Nullable metricTransformations;

    Swift

    var metricTransformations: [AWSLogsMetricTransformation]? { get set }