aws.wellarchitected.list_template_shares
Example SQL Queries
SELECT * FROMaws.wellarchitected.list_template_sharesWHERE"template_arn" = 'VALUE';Description
List review template shares.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_arn Required Input Column The review template ARN. | VARCHAR |
| max_results Input Column The maximum number of results to return for this request. | BIGINT |
| next_token Input Column The token to use to retrieve the next set of results. | VARCHAR |
| shared_with_prefix Input Column The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared. | VARCHAR |
| status Input Column The status of the share request. | 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 |
| template_share_summaries A review template share summary return object. | STRUCT( |
Show child fields
| |