Interface CfnLinkPropsMixin.LinkLogSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLinkPropsMixin.LinkLogSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnLinkPropsMixin
@Stability(Stable)
public static interface CfnLinkPropsMixin.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.mixins.preview.services.rtbfabric.mixins.*;
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 forCfnLinkPropsMixin.LinkLogSettingsPropertystatic final classAn implementation forCfnLinkPropsMixin.LinkLogSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationLogs
Describes the configuration of a link application log.Returns union: either
IResolvableorCfnLinkPropsMixin.ApplicationLogsProperty- See Also:
-
builder
-