Interface CfnFindingsFilter.FindingsFilterListItemProperty

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

@Stability(Stable) public static interface CfnFindingsFilter.FindingsFilterListItemProperty 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.services.macie.*;
 FindingsFilterListItemProperty findingsFilterListItemProperty = FindingsFilterListItemProperty.builder()
         .id("id")
         .name("name")
         .build();
 

See Also: