aws.imagebuilder.list_distribution_configurations
Example SQL Queries
SELECT * FROMaws.imagebuilder.list_distribution_configurations;Description
Returns a list of distribution configurations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column You can filter on name to streamline results. | STRUCT( |
Show child fields
| |
| max_results Input Column The maximum items to return in a request. | BIGINT |
| next_token Input Column The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects. | 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
| |
| distribution_configuration_summary_list The list of distributions. | STRUCT( |
Show child fields
| |
| request_id The request ID that uniquely identifies this request. | VARCHAR |