Interface CfnLink.ApplicationLogsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLink.ApplicationLogsProperty.Jsii$Proxy
- Enclosing class:
CfnLink
@Stability(Stable)
public static interface CfnLink.ApplicationLogsProperty
extends software.amazon.jsii.JsiiSerializable
Describes the configuration of a link application 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.*;
ApplicationLogsProperty applicationLogsProperty = ApplicationLogsProperty.builder()
.linkApplicationLogSampling(LinkApplicationLogSamplingProperty.builder()
.errorLog(123)
.filterLog(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLink.ApplicationLogsPropertystatic final classAn implementation forCfnLink.ApplicationLogsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLinkApplicationLogSampling
Describes a link application log sample.Returns union: either
IResolvableorCfnLink.LinkApplicationLogSamplingProperty- See Also:
-
builder
-