Interface CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty

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

@Stability(Stable) public static interface CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty extends software.amazon.jsii.JsiiSerializable
Specifies criteria for selecting which invoices should be processed.

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.invoicing.*;
 ProcurementPortalPreferenceSelectorProperty procurementPortalPreferenceSelectorProperty = ProcurementPortalPreferenceSelectorProperty.builder()
         .invoiceUnitArns(List.of("invoiceUnitArns"))
         .build();
 

See Also: