Show / Hide Table of Contents

Class CfnInboundExternalLink.LinkApplicationLogSamplingProperty

Inheritance
object
CfnInboundExternalLink.LinkApplicationLogSamplingProperty
Implements
CfnInboundExternalLink.ILinkApplicationLogSamplingProperty
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.RTBFabric
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInboundExternalLink.LinkApplicationLogSamplingProperty : CfnInboundExternalLink.ILinkApplicationLogSamplingProperty
Syntax (vb)
Public Class CfnInboundExternalLink.LinkApplicationLogSamplingProperty Implements CfnInboundExternalLink.ILinkApplicationLogSamplingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkapplicationlogsampling.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.RTBFabric;

             var linkApplicationLogSamplingProperty = new LinkApplicationLogSamplingProperty {
                 ErrorLog = 123,
                 FilterLog = 123
             };

Synopsis

Constructors

LinkApplicationLogSamplingProperty()

Properties

ErrorLog
FilterLog

Constructors

LinkApplicationLogSamplingProperty()

public LinkApplicationLogSamplingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkapplicationlogsampling.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.RTBFabric;

             var linkApplicationLogSamplingProperty = new LinkApplicationLogSamplingProperty {
                 ErrorLog = 123,
                 FilterLog = 123
             };

Properties

ErrorLog

public double ErrorLog { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkapplicationlogsampling.html#cfn-rtbfabric-inboundexternallink-linkapplicationlogsampling-errorlog

FilterLog

public double FilterLog { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkapplicationlogsampling.html#cfn-rtbfabric-inboundexternallink-linkapplicationlogsampling-filterlog

Implements

CfnInboundExternalLink.ILinkApplicationLogSamplingProperty
Back to top Generated by DocFX