Class CfnLinkPropsMixin.ApplicationLogsProperty
Describes the configuration of a link application log.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLinkPropsMixin.ApplicationLogsProperty : CfnLinkPropsMixin.IApplicationLogsProperty
Syntax (vb)
Public Class CfnLinkPropsMixin.ApplicationLogsProperty Implements 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
Constructors
| ApplicationLogsProperty() | Describes the configuration of a link application log. |
Properties
| LinkApplicationLogSampling | Describes a link application log sample. |
Constructors
ApplicationLogsProperty()
Describes the configuration of a link application log.
public ApplicationLogsProperty()
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
}
};
Properties
LinkApplicationLogSampling
Describes a link application log sample.
public object? LinkApplicationLogSampling { get; set; }