Interface CfnLink.LinkApplicationLogSamplingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLink.LinkApplicationLogSamplingProperty.Jsii$Proxy
- Enclosing class:
CfnLink
@Stability(Stable)
public static interface CfnLink.LinkApplicationLogSamplingProperty
extends software.amazon.jsii.JsiiSerializable
Describes a link application log sample.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rtbfabric.*;
LinkApplicationLogSamplingProperty linkApplicationLogSamplingProperty = LinkApplicationLogSamplingProperty.builder()
.errorLog(123)
.filterLog(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLink.LinkApplicationLogSamplingPropertystatic final classAn implementation forCfnLink.LinkApplicationLogSamplingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getErrorLog
An error log entry.- See Also:
-
getFilterLog
A filter log entry.- See Also:
-
builder
-