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: