Interface CfnOutboundExternalLinkPropsMixin.LinkLogSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOutboundExternalLinkPropsMixin.LinkLogSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnOutboundExternalLinkPropsMixin
@Stability(Stable)
public static interface CfnOutboundExternalLinkPropsMixin.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.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 classstatic final classAn implementation forCfnOutboundExternalLinkPropsMixin.LinkLogSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnOutboundExternalLinkPropsMixin.ApplicationLogsPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationLogs
Returns union: eitherIResolvableorCfnOutboundExternalLinkPropsMixin.ApplicationLogsProperty- See Also:
-
builder
@Stability(Stable) static CfnOutboundExternalLinkPropsMixin.LinkLogSettingsProperty.Builder builder()
-