Skip to content

/AWS1/CL_OMXVPCCONFIGRESPONSE

VPC configuration for workflow runs with computed VPC ID.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_securitygroupids TYPE /AWS1/CL_OMXSECURITYGROUPIDS_W=>TT_SECURITYGROUPIDS TT_SECURITYGROUPIDS

List of security group IDs.

it_subnetids TYPE /AWS1/CL_OMXSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS

List of subnet IDs.

iv_vpcid TYPE /AWS1/OMXVPCID /AWS1/OMXVPCID

VPC ID computed from the provided subnet IDs.


Queryable Attributes

securityGroupIds

List of security group IDs.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value

subnetIds

List of subnet IDs.

Accessible with the following methods

Method Description
GET_SUBNETIDS() Getter for SUBNETIDS, with configurable default
ASK_SUBNETIDS() Getter for SUBNETIDS w/ exceptions if field has no value
HAS_SUBNETIDS() Determine if SUBNETIDS has a value

vpcId

VPC ID computed from the provided subnet IDs.

Accessible with the following methods

Method Description
GET_VPCID() Getter for VPCID, with configurable default
ASK_VPCID() Getter for VPCID w/ exceptions if field has no value
HAS_VPCID() Determine if VPCID has a value