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
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
Remarks
Type union: either IResolvable or CfnInboundExternalLink.ILinkApplicationLogSamplingProperty