Class CfnInboundExternalLink.LinkApplicationLogSamplingProperty
Inherited Members
Namespace: Amazon.CDK.AWS.RTBFabric
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInboundExternalLink.LinkApplicationLogSamplingProperty : CfnInboundExternalLink.ILinkApplicationLogSamplingProperty
Syntax (vb)
Public Class CfnInboundExternalLink.LinkApplicationLogSamplingProperty Implements CfnInboundExternalLink.ILinkApplicationLogSamplingProperty
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.RTBFabric;
var linkApplicationLogSamplingProperty = new LinkApplicationLogSamplingProperty {
ErrorLog = 123,
FilterLog = 123
};
Synopsis
Constructors
| LinkApplicationLogSamplingProperty() |
Properties
| ErrorLog | |
| FilterLog |
Constructors
LinkApplicationLogSamplingProperty()
public LinkApplicationLogSamplingProperty()
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.RTBFabric;
var linkApplicationLogSamplingProperty = new LinkApplicationLogSamplingProperty {
ErrorLog = 123,
FilterLog = 123
};
Properties
ErrorLog
public double ErrorLog { get; set; }
Property Value
Remarks
FilterLog
public double FilterLog { get; set; }