distribution_configurations_list_only
Lists distribution_configurations
in a region or regions, for all properties use distribution_configurations
Overview
Name | distribution_configurations_list_only |
Type | Resource |
Description | Resource schema for AWS::ImageBuilder::DistributionConfiguration |
Id | aws.imagebuilder.distribution_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the distribution configuration. |
name | string | The name of the distribution configuration. |
description | string | The description of the distribution configuration. |
distributions | array | The distributions of the distribution configuration. |
tags | object | The tags associated with the component. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all distribution_configurations
in a region.
SELECT
region,
arn
FROM aws.imagebuilder.distribution_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the distribution_configurations_list_only
resource, see distribution_configurations