Skip to content

Resource: awsSimpledbDomain

Provides a SimpleDB domain 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.simpledbDomain.SimpledbDomain(this, "users", {
  name: "users",
});

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the SimpleDB domain

Attributes Reference

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

  • id - The name of the SimpleDB domain

Import

SimpleDB Domains can be imported using the name, e.g.,

$ terraform import aws_simpledb_domain.users users