aws.servicecatalog.list_service_actions
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_service_actions;Description
Lists all self-service actions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |