Interface CfnLink.LinkLogSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLink.LinkLogSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnLink
@Stability(Stable)
public static interface CfnLink.LinkLogSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Describes the settings for a link log.
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 forCfnLink.LinkLogSettingsPropertystatic final classAn implementation forCfnLink.LinkLogSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Describes the configuration of a link application log.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationLogs
Describes the configuration of a link application log.Returns union: either
IResolvableorCfnLink.ApplicationLogsProperty- See Also:
-
builder
-