Skip to main content

product_as_admins

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

Overview

Nameproduct_as_admins
TypeResource
Idaws.servicecatalog.product_as_admins

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
budgetsarrayInformation about the associated budgets.
product_view_detailobjectInformation about the product view.
provisioning_artifact_summariesarrayInformation about the provisioning artifacts (also known as versions) for the specified product.
tag_optionsarrayInformation about the TagOptions associated with the product.
tagsarrayInformation about the tags associated with the product.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_product_as_adminselectregionGets information about the specified product. This operation is run with administrator access.

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)

SELECT examples

Gets information about the specified product. This operation is run with administrator access.

SELECT
budgets,
product_view_detail,
provisioning_artifact_summaries,
tag_options,
tags
FROM aws.servicecatalog.product_as_admins
WHERE region = '{{ region }}' -- required
;