Skip to content

Resource: awsAppconfigApplication

Provides an AppConfig Application resource.

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.appconfigApplication.AppconfigApplication(this, "example", {
  description: "Example AppConfig Application",
  name: "example-application-tf",
  tags: {
    Type: "AppConfig Application",
  },
});

Argument Reference

The following arguments are supported:

  • name - (Required) Name for the application. Must be between 1 and 64 characters in length.
  • description - (Optional) Description of the application. Can be at most 1024 characters.
  • tags - (Optional) Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

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

  • arn - ARN of the AppConfig Application.
  • id - AppConfig application ID.
  • tagsAll - Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

AppConfig Applications can be imported using their application ID, e.g.,

$ terraform import aws_appconfig_application.example 71rxuzt