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