Skip to main content

TAccountDisableRegionRequest

Class in AWS.Account

DisableRegion request class.

Ancestors

Properties

AccountId

property AccountId: string

RegionName

property RegionName: string

Constructors

Create

constructor Create(const ARegionName: string; const AAccountId: string = '');

Constructor for TAccountDisableRegionRequest.

Parameters

NameDescription
ARegionNameSpecify the region-code for a Region to disable.
AAccountIdOptionally, specify the 12-digit account ID of the AWS account to modify. If not specified, the AWS account of the calling identity will be assumed.