Data Source: aws_imagebuilder_distribution_configurations

Use this data source to get the ARNs and names of Image Builder Distribution Configurations matching the specified criteria.

Example Usage

data "aws_imagebuilder_distribution_configurations" "example" {
  filter {
    name   = "name"
    values = ["example"]
  }
}

Argument Reference

filter Configuration Block

The filter configuration block supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: