Skip to content

Data Source: awsAppconfigEnvironments

Provides access to all Environments for an AppConfig Application. This will allow you to pass Environment IDs to another resource.

Example Usage

Basic 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.dataAwsAppconfigEnvironments.DataAwsAppconfigEnvironments(
  this,
  "example",
  {
    applicationId: "a1d3rpe",
  }
);

Argument Reference

The following arguments are required:

  • applicationId - (Required) ID of the AppConfig Application.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • environmentIds - Set of Environment IDs associated with this AppConfig Application.