Skip to content

/AWS1/CL_MDLVPCOUTPUTSETTINGS

The properties for a private VPC Output When this property is specified, the output egress addresses will be created in a user specified VPC

CONSTRUCTOR

IMPORTING

Required arguments:

IT_SUBNETIDS TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).

Optional arguments:

IT_PUBLICADDRESSALLOCIDS TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING

List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels

IT_SECURITYGROUPIDS TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING

A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used


Queryable Attributes

PublicAddressAllocationIds

List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels

Accessible with the following methods

Method Description
GET_PUBLICADDRESSALLOCIDS() Getter for PUBLICADDRESSALLOCATIONIDS, with configurable def
ASK_PUBLICADDRESSALLOCIDS() Getter for PUBLICADDRESSALLOCATIONIDS w/ exceptions if field
HAS_PUBLICADDRESSALLOCIDS() Determine if PUBLICADDRESSALLOCATIONIDS has a value

SecurityGroupIds

A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used

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

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).

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