ProcurementPortalPreferenceReference

class aws_cdk.interfaces.aws_invoicing.ProcurementPortalPreferenceReference(*, procurement_portal_preference_arn)

Bases: object

A reference to a ProcurementPortalPreference resource.

Parameters:

procurement_portal_preference_arn (str) – The ProcurementPortalPreferenceArn of the ProcurementPortalPreference resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_invoicing as interfaces_invoicing

procurement_portal_preference_reference = interfaces_invoicing.ProcurementPortalPreferenceReference(
    procurement_portal_preference_arn="procurementPortalPreferenceArn"
)

Attributes

procurement_portal_preference_arn

The ProcurementPortalPreferenceArn of the ProcurementPortalPreference resource.