aws.finspace_data.get_permission_group
Example SQL Queries
SELECT * FROMaws.finspace_data.get_permission_groupWHERE"permission_group_id" = 'VALUE';Description
Retrieves the details of a specific permission group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| permission_group_id Required Input Column The unique identifier for the permission group. | 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
| |
| permission_group The structure for a permission group. | STRUCT( |
Show child fields
| |