Show / Hide Table of Contents

Class MetricFilter

A filter that extracts information from CloudWatch Logs and emits to CloudWatch Metrics.

Inheritance
System.Object
Construct
Resource
MetricFilter
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.Logs
Assembly: Amazon.CDK.AWS.Logs.dll
Syntax (csharp)
public class MetricFilter : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class MetricFilter
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable

Synopsis

Constructors

MetricFilter(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

MetricFilter(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

MetricFilter(Construct, String, IMetricFilterProps)

Methods

Metric(IMetricOptions)

Return the given named metric for this Metric Filter.

Constructors

MetricFilter(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected MetricFilter(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

MetricFilter(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected MetricFilter(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

MetricFilter(Construct, String, IMetricFilterProps)

public MetricFilter(Construct scope, string id, IMetricFilterProps props)
Parameters
scope Constructs.Construct
id System.String
props IMetricFilterProps

Methods

Metric(IMetricOptions)

Return the given named metric for this Metric Filter.

public virtual Metric Metric(IMetricOptions props = null)
Parameters
props IMetricOptions
Returns

Metric

Remarks

Default: avg over 5 minutes

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX