Interface CfnLinkPropsMixin.LinkApplicationLogSamplingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLinkPropsMixin.LinkApplicationLogSamplingProperty.Jsii$Proxy
Enclosing class:
CfnLinkPropsMixin

@Stability(Stable) public static interface CfnLinkPropsMixin.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.cfnpropertymixins.services.rtbfabric.*;
 LinkApplicationLogSamplingProperty linkApplicationLogSamplingProperty = LinkApplicationLogSamplingProperty.builder()
         .errorLog(123)
         .filterLog(123)
         .build();
 

See Also: