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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInboundExternalLink.LinkApplicationLogSamplingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getErrorLog
- See Also:
-
getFilterLog
- See Also:
-
builder
@Stability(Stable) static CfnInboundExternalLink.LinkApplicationLogSamplingProperty.Builder builder()
-