Skip to main content

IAccountListRegionsRequest

Interface in AWS.Account

Interface for ListRegions requests.

Ancestors

Properties

AccountId

property AccountId: string

Optionally, specify the 12-digit account ID of the AWS account. If not specified, the AWS account of the calling identity will be assumed.

MaxResults

property MaxResults: TOptional<Integer>

Specify the maximum number of results to return.

Valid range: 1 - 50.

NextToken

property NextToken: string

Specify a NextToken returned from a previous call to retrieve more results.

RegionOptStatusContains

property RegionOptStatusContains: TList<string>

Specify a list of Region statuses to use to filter the list of Regions to be returned.

Valid values: ENABLED | ENABLING | DISABLING | DISABLED | ENABLED_BY_DEFAULT.

Methods

AddRegionOptStatusContains

function AddRegionOptStatusContains(const ARegionOptStatus: string): NativeInt;

Add a Region opt-in status to RegionOptStatusContains.

Parameters

NameDescription
ARegionOptStatusSpecify a Region opt-in status to add to RegionOptStatusContains. Valid values:||||.

Returns

Returns the index of the Region opt-in status added to RegionOptStatusContains.