Skip to content

Resource: awsGlueRegistry

Provides a Glue Registry 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.glueRegistry.GlueRegistry(this, "example", {
  registryName: "example",
});

Argument Reference

The following arguments are supported:

  • registryName – (Required) The Name of the registry.
  • description – (Optional) A description of the registry.
  • tags - (Optional) Key-value map of resource tags. 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 - Amazon Resource Name (ARN) of Glue Registry.
  • id - Amazon Resource Name (ARN) of Glue Registry.
  • tagsAll - A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

Glue Registries can be imported using arn, e.g.,

$ terraform import aws_glue_registry.example arn:aws:glue:us-west-2:123456789012:registry/example