interface ProcurementPortalPreferenceSelectorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Invoicing.CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsinvoicing#CfnProcurementPortalPreferencePropsMixin_ProcurementPortalPreferenceSelectorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.invoicing.CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty |
Python | aws_cdk.cfn_property_mixins.aws_invoicing.CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_invoicing » CfnProcurementPortalPreferencePropsMixin » 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/cfn-property-mixins';
const procurementPortalPreferenceSelectorProperty: invoicing.CfnProcurementPortalPreferencePropsMixin.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