Skip to content

Resource: awsRoute53CidrCollection

Provides a Route53 CIDR collection 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.route53CidrCollection.Route53CidrCollection(this, "example", {
  name: "collection-1",
});

Argument Reference

The following arguments are supported:

  • name - (Required) Unique name for the CIDR collection.

Attributes Reference

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

  • arn - The Amazon Resource Name (ARN) of the CIDR collection.
  • id - The CIDR collection ID.
  • version - The lastest version of the CIDR collection.

Import

CIDR collections can be imported using their ID, e.g.,

$ terraform import aws_route53_cidr_collection.example 9ac32814-3e67-0932-6048-8d779cc6f511