Interface CfnInboundExternalLink.ApplicationLogsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInboundExternalLink.ApplicationLogsProperty.Jsii$Proxy
- Enclosing class:
CfnInboundExternalLink
@Stability(Stable)
public static interface CfnInboundExternalLink.ApplicationLogsProperty
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.*;
ApplicationLogsProperty applicationLogsProperty = ApplicationLogsProperty.builder()
.linkApplicationLogSampling(LinkApplicationLogSamplingProperty.builder()
.errorLog(123)
.filterLog(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInboundExternalLink.ApplicationLogsPropertystatic final classAn implementation forCfnInboundExternalLink.ApplicationLogsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns union: eitherIResolvableorCfnInboundExternalLink.LinkApplicationLogSamplingPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLinkApplicationLogSampling
Returns union: eitherIResolvableorCfnInboundExternalLink.LinkApplicationLogSamplingProperty- See Also:
-
builder
-