interface ProcurementPortalPreferenceSelectorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Invoicing.CfnProcurementPortalPreference.ProcurementPortalPreferenceSelectorProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinvoicing#CfnProcurementPortalPreference_ProcurementPortalPreferenceSelectorProperty |
Java | software.amazon.awscdk.services.invoicing.CfnProcurementPortalPreference.ProcurementPortalPreferenceSelectorProperty |
Python | aws_cdk.aws_invoicing.CfnProcurementPortalPreference.ProcurementPortalPreferenceSelectorProperty |
TypeScript | aws-cdk-lib » aws_invoicing » CfnProcurementPortalPreference » ProcurementPortalPreferenceSelectorProperty |
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 { aws_invoicing as invoicing } from 'aws-cdk-lib';
const procurementPortalPreferenceSelectorProperty: invoicing.CfnProcurementPortalPreference.ProcurementPortalPreferenceSelectorProperty = {
invoiceUnitArns: ['invoiceUnitArns'],
};
Properties
| Name | Type | Description |
|---|---|---|
| invoice | string[] | The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies. |
invoiceUnitArns?
Type:
string[]
(optional)
The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.

.NET
Go
Java
Python
TypeScript