sparse-intern-71089
02/14/2020, 12:41 AMwhite-balloon-205
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const account = new aws.organizations.Account("account", {
email: "<mailto:john@doe.org|john@doe.org>",
});
If not - what beyond that are you looking to accomplish?echoing-solstice-67837
02/14/2020, 3:03 PMname
and roleName
parameters to the const
stanza. For our accounts we define both of those on creation so we don’t have to log in as root later. Thanks!