Skip to content

/AWS1/CL_DZNVPCPROPERTIESINPUT

The VPC connection properties used when creating a connection.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_vpcid TYPE /AWS1/DZNVPCID /AWS1/DZNVPCID

The identifier of the VPC. Must match the pattern ^vpc-[a-z0-9]+$. Maximum length of 32.

it_subnetids TYPE /AWS1/CL_DZNVPCCONNSNETIDLST_W=>TT_VPCCONNECTIONSUBNETIDLIST TT_VPCCONNECTIONSUBNETIDLIST

The subnet IDs of the VPC connection. You can specify between 1 and 16 subnet IDs.

Optional arguments:

iv_securitygroupid TYPE /AWS1/DZNSECURITYGROUPID /AWS1/DZNSECURITYGROUPID

The security group ID of the VPC connection. Must match the pattern ^sg-[a-z0-9]+$. Maximum length of 32.


Queryable Attributes

vpcId

The identifier of the VPC. Must match the pattern ^vpc-[a-z0-9]+$. Maximum length of 32.

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

subnetIds

The subnet IDs of the VPC connection. You can specify between 1 and 16 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

securityGroupId

The security group ID of the VPC connection. Must match the pattern ^sg-[a-z0-9]+$. Maximum length of 32.

Accessible with the following methods

Method Description
GET_SECURITYGROUPID() Getter for SECURITYGROUPID, with configurable default
ASK_SECURITYGROUPID() Getter for SECURITYGROUPID w/ exceptions if field has no val
HAS_SECURITYGROUPID() Determine if SECURITYGROUPID has a value