Skip to content

/AWS1/CL_LWDACCOUNTCONSTRAINT

A constraint on which AWS account a deployment can be initiated from. Specify one of the supported constraint types.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_managementaccount TYPE REF TO /AWS1/CL_LWDMNGMTACCTCNSTRNT /AWS1/CL_LWDMNGMTACCTCNSTRNT

The deployment must be initiated from the AWS Organizations management account.

io_delegatedadmin TYPE REF TO /AWS1/CL_LWDDELEGATEDADMINCNS /AWS1/CL_LWDDELEGATEDADMINCNS

The deployment must be initiated from a delegated administrator account for the specified service principal.


Queryable Attributes

managementAccount

The deployment must be initiated from the AWS Organizations management account.

Accessible with the following methods

Method Description
GET_MANAGEMENTACCOUNT() Getter for MANAGEMENTACCOUNT

delegatedAdmin

The deployment must be initiated from a delegated administrator account for the specified service principal.

Accessible with the following methods

Method Description
GET_DELEGATEDADMIN() Getter for DELEGATEDADMIN

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ACCOUNTCONSTRAINTSLIST

TYPES TT_ACCOUNTCONSTRAINTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LWDACCOUNTCONSTRAINT WITH DEFAULT KEY
.