getAccount

You can use AWS::Organizations::Account to manage accounts in organization.

Return

null

Parameters

argument

null


suspend fun getAccount(accountId: String): GetAccountResult

Return

null

Parameters

accountId

If the account was created successfully, the unique identifier (ID) of the new account.

See also


suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.organizations.kotlin.inputs.GetAccountPlainArgs.

See also