Skip to content

Data Source: awsImagebuilderDistributionConfigurations

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

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsImagebuilderDistributionConfigurations.DataAwsImagebuilderDistributionConfigurations(
  this,
  "example",
  {
    filter: [
      {
        name: "name",
        values: ["example"],
      },
    ],
  }
);

Argument Reference

  • filter - (Optional) Configuration block(s) for filtering. Detailed below.

filter Configuration Block

The following arguments are supported by the filter configuration block:

Attributes Reference

  • arns - Set of ARNs of the matched Image Builder Distribution Configurations.
  • names - Set of names of the matched Image Builder Distribution Configurations.