aws.application_insights.list_log_pattern_sets
Example SQL Queries
SELECT * FROMaws.application_insights.list_log_pattern_setsWHERE"resource_group_name" = 'VALUE';Description
Lists the log pattern sets in the specific application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_group_name Required Input Column The name of the resource group. | VARCHAR |
| account_id Input Column The AWS account ID for the resource group owner. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. | BIGINT |
| next_token Input Column The token used to retrieve the next page of results. This value is null when there are no more results to return. | 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
| |
| log_pattern_sets The list of log pattern sets. | VARCHAR[] |
Show child fields
| |