Show / Hide Table of Contents

Interface CfnInboundExternalLink.IApplicationLogsProperty

Namespace: Amazon.CDK.AWS.RTBFabric
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInboundExternalLink.IApplicationLogsProperty
Syntax (vb)
Public Interface CfnInboundExternalLink.IApplicationLogsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-applicationlogs.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 applicationLogsProperty = new ApplicationLogsProperty {
                 LinkApplicationLogSampling = new LinkApplicationLogSamplingProperty {
                     ErrorLog = 123,
                     FilterLog = 123
                 }
             };

Synopsis

Properties

LinkApplicationLogSampling

Properties

LinkApplicationLogSampling

object LinkApplicationLogSampling { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnInboundExternalLink.ILinkApplicationLogSamplingProperty

Back to top Generated by DocFX