Interface CfnLink.ILinkConfigurationProperty
Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
Namespace: Amazon.CDK.AWS.Oam
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILinkConfigurationProperty
Syntax (vb)
Public Interface ILinkConfigurationProperty
Remarks
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 linkConfigurationProperty = new LinkConfigurationProperty {
LogGroupConfiguration = new LinkFilterProperty {
Filter = "filter"
},
MetricConfiguration = new LinkFilterProperty {
Filter = "filter"
}
};
Synopsis
Properties
LogGroupConfiguration | Use this structure to filter which log groups are to share log events from this source account to the monitoring account. |
MetricConfiguration | Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account. |
Properties
LogGroupConfiguration
Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
virtual object LogGroupConfiguration { get; }
Property Value
System.Object
Remarks
MetricConfiguration
Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
virtual object MetricConfiguration { get; }
Property Value
System.Object