Show / Hide Table of Contents

Namespace Pulumi.Aws.SimpleDB

Classes

Domain

Provides a SimpleDB domain resource

Example Usage

using Pulumi;
using Aws = Pulumi.Aws;

class MyStack : Stack
{
public MyStack()
{
    var users = new Aws.SimpleDB.Domain("users", new Aws.SimpleDB.DomainArgs
    {
    });
}

}

DomainArgs

DomainState

Back to top Copyright 2016-2020, Pulumi Corporation.