interface ProcurementPortalPreferenceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Invoicing.ProcurementPortalPreferenceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsinvoicing#ProcurementPortalPreferenceReference |
Java | software.amazon.awscdk.interfaces.invoicing.ProcurementPortalPreferenceReference |
Python | aws_cdk.interfaces.aws_invoicing.ProcurementPortalPreferenceReference |
TypeScript | aws-cdk-lib » interfaces » aws_invoicing » ProcurementPortalPreferenceReference |
A reference to a ProcurementPortalPreference resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_invoicing as interfaces_invoicing } from 'aws-cdk-lib/interfaces';
const procurementPortalPreferenceReference: interfaces_invoicing.ProcurementPortalPreferenceReference = {
procurementPortalPreferenceArn: 'procurementPortalPreferenceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| procurement | string | The ProcurementPortalPreferenceArn of the ProcurementPortalPreference resource. |
procurementPortalPreferenceArn
Type:
string
The ProcurementPortalPreferenceArn of the ProcurementPortalPreference resource.

.NET
Go
Java
Python
TypeScript