Show / Hide Table of Contents

Class CfnLink.LinkFilterProperty

When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account.

Inheritance
object
CfnLink.LinkFilterProperty
Implements
CfnLink.ILinkFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Oam
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLink.LinkFilterProperty : CfnLink.ILinkFilterProperty
Syntax (vb)
Public Class CfnLink.LinkFilterProperty Implements CfnLink.ILinkFilterProperty
Remarks

When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-linkfilter.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Oam;

             var linkFilterProperty = new LinkFilterProperty {
                 Filter = "filter"
             };

Synopsis

Constructors

LinkFilterProperty()

When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account.

Properties

Filter

When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account.

Constructors

LinkFilterProperty()

When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account.

public LinkFilterProperty()
Remarks

When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-linkfilter.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Oam;

             var linkFilterProperty = new LinkFilterProperty {
                 Filter = "filter"
             };

Properties

Filter

When used in MetricConfiguration this field specifies which metric namespaces are to be shared with the monitoring account.

public string Filter { get; set; }
Property Value

string

Remarks

When used in LogGroupConfiguration this field specifies which log groups are to share their log events with the monitoring account. Use the term LogGroupName and one or more of the following operands.

Use single quotation marks (') around log group names and metric namespaces.

The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are AND and OR .

    Examples:

      If you are updating a link that uses filters, you can specify <code>*</code> as the only value for the <code>filter</code> parameter to delete the filter and share all log groups with the monitoring account.
      

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-linkfilter.html#cfn-oam-link-linkfilter-filter

      Implements

      CfnLink.ILinkFilterProperty
      Back to top Generated by DocFX