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