# Structs
Provides a SimpleDB domain resource
## Example Usage
```go package main
import (
"github.com/pulumi/pulumi-aws/sdk/v5/go/aws/simpledb" "github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() { pulumi.Run(func(ctx *pulumi.Context) error { _, err := simpledb.NewDomain(ctx, "users", nil) if err != nil { return err } return nil }) }
```
## Import
SimpleDB Domains can be imported using the `name`, e.g.,
```sh
$ pulumi import aws:simpledb/domain:Domain users users
```.
The set of arguments for constructing a Domain resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
DomainArrayInput is an input type that accepts DomainArray and DomainArrayOutput values.
No description provided by the author
DomainMapInput is an input type that accepts DomainMap and DomainMapOutput values.