Skip to main content

purchase_orders

Creates, updates, deletes, gets or lists a purchase_orders resource.

Overview

Namepurchase_orders
TypeResource
Idaws.marketplace_agreement.purchase_orders

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
update_purchase_ordersupdateregion, purchaseOrdersAllows acceptors to associate purchase orders with agreement charges after an agreement is created.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

UPDATE examples

Allows acceptors to associate purchase orders with agreement charges after an agreement is created.

UPDATE aws.marketplace_agreement.purchase_orders
SET
purchaseOrders = '{{ purchaseOrders }}'
WHERE
region = '{{ region }}' --required
AND purchaseOrders = '{{ purchaseOrders }}' --required;