Interface CfnLinkPropsMixin.ApplicationLogsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLinkPropsMixin.ApplicationLogsProperty.Jsii$Proxy
Enclosing class:
CfnLinkPropsMixin

@Stability(Stable) public static interface CfnLinkPropsMixin.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.cfnpropertymixins.services.rtbfabric.*;
 ApplicationLogsProperty applicationLogsProperty = ApplicationLogsProperty.builder()
         .linkApplicationLogSampling(LinkApplicationLogSamplingProperty.builder()
                 .errorLog(123)
                 .filterLog(123)
                 .build())
         .build();
 

See Also: