![]() |
![]()
| ![]() |
![]()
NAMEPaws::CloudWatchLogs::PutMetricFilter - Arguments for method PutMetricFilter on Paws::CloudWatchLogs DESCRIPTIONThis class represents the parameters used for calling the method PutMetricFilter on the Amazon CloudWatch Logs service. Use the attributes of this class as arguments to method PutMetricFilter. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to PutMetricFilter. SYNOPSISmy $logs = Paws->service('CloudWatchLogs'); $logs->PutMetricFilter( FilterName => 'MyFilterName', FilterPattern => 'MyFilterPattern', LogGroupName => 'MyLogGroupName', MetricTransformations => [ { MetricName => 'MyMetricName', # max: 255 MetricNamespace => 'MyMetricNamespace', # max: 255 MetricValue => 'MyMetricValue', # max: 100 DefaultValue => 1, # OPTIONAL Dimensions => { 'MyDimensionsKey' => 'MyDimensionsValue', # key: max: 255, value: max: 255 }, # OPTIONAL Unit => 'Seconds' , # values: Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None; OPTIONAL }, ... ], ); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/logs/PutMetricFilter> ATTRIBUTESREQUIRED FilterName => StrA name for the metric filter. REQUIRED FilterPattern => StrA filter pattern for extracting metric data out of ingested log events. REQUIRED LogGroupName => StrThe name of the log group. REQUIRED MetricTransformations => ArrayRef[Paws::CloudWatchLogs::MetricTransformation]A collection of information that defines how metric data gets emitted. SEE ALSOThis class forms part of Paws, documenting arguments for method PutMetricFilter in Paws::CloudWatchLogs BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|