package
4.38.1
Repository: https://github.com/pulumi/pulumi-aws.git
Documentation: pkg.go.dev

# Functions

GetDomain gets an existing Domain resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
NewDomain registers a new resource with the given unique name, arguments, and options.

# Structs

Provides a SimpleDB domain resource ## Example Usage ```go package main import ( "github.com/pulumi/pulumi-aws/sdk/v4/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.

# Type aliases

No description provided by the author
No description provided by the author