aws.servicecatalog.list_service_actions_for_provisioning_artifact
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_service_actions_for_provisioning_artifactWHERE"product_id" = 'VALUE'AND "provisioning_artifact_id" = 'VALUE';Description
Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| product_id Required Input Column The product identifier. For example, prod-abcdzk7xy33qa. | VARCHAR |
| provisioning_artifact_id Required Input Column The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne. | VARCHAR |
| accept_language Input Column The language code.
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| definition_type The self-service action definition type. For example, SSM_AUTOMATION. | VARCHAR |
| description The self-service action description. | VARCHAR |
| id The self-service action identifier. | VARCHAR |
| name The self-service action name. | VARCHAR |