Interface CfnLinkPropsMixin.IApplicationLogsProperty
Describes the configuration of a link application log.
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnLinkPropsMixin.IApplicationLogsProperty
Syntax (vb)
Public Interface CfnLinkPropsMixin.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.Mixins.Preview.AWS.RTBFabric.Mixins;
var applicationLogsProperty = new ApplicationLogsProperty {
LinkApplicationLogSampling = new LinkApplicationLogSamplingProperty {
ErrorLog = 123,
FilterLog = 123
}
};
Synopsis
Properties
| LinkApplicationLogSampling | Describes a link application log sample. |
Properties
LinkApplicationLogSampling
Describes a link application log sample.
object? LinkApplicationLogSampling { get; }