Interface CfnInboundExternalLink.LinkApplicationLogSamplingProperty

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

@Stability(Stable) public static interface CfnInboundExternalLink.LinkApplicationLogSamplingProperty extends software.amazon.jsii.JsiiSerializable
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: