Interface CfnLink.FilterCriterionProperty

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

@Stability(Stable) public static interface CfnLink.FilterCriterionProperty extends software.amazon.jsii.JsiiSerializable
Describes the criteria for a filter.

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.*;
 FilterCriterionProperty filterCriterionProperty = FilterCriterionProperty.builder()
         .path("path")
         .values(List.of("values"))
         .build();
 

See Also: