/AWS1/CL_DZNVPCPROPSOUTPUT¶
The VPC connection properties returned in responses.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_vpcid TYPE /AWS1/DZNVPCID /AWS1/DZNVPCID¶
The identifier of the VPC.
it_subnetids TYPE /AWS1/CL_DZNVPCCONNSNETIDLST_W=>TT_VPCCONNECTIONSUBNETIDLIST TT_VPCCONNECTIONSUBNETIDLIST¶
The subnet IDs of the VPC connection.
iv_status TYPE /AWS1/DZNCONNECTIONSTATUS /AWS1/DZNCONNECTIONSTATUS¶
The status of the VPC connection.
Optional arguments:¶
iv_securitygroupid TYPE /AWS1/DZNSECURITYGROUPID /AWS1/DZNSECURITYGROUPID¶
The security group ID of the VPC connection.
it_glueconnectionnames TYPE /AWS1/CL_DZNGLUECONNNAMES_W=>TT_GLUECONNECTIONNAMES TT_GLUECONNECTIONNAMES¶
The Amazon Web Services Glue connection names associated with the VPC connection.
Queryable Attributes¶
vpcId¶
The identifier of the VPC.
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.
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 |
status¶
The status of the VPC connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
securityGroupId¶
The security group ID of the VPC connection.
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 |
glueConnectionNames¶
The Amazon Web Services Glue connection names associated with the VPC connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GLUECONNECTIONNAMES() |
Getter for GLUECONNECTIONNAMES, with configurable default |
ASK_GLUECONNECTIONNAMES() |
Getter for GLUECONNECTIONNAMES w/ exceptions if field has no |
HAS_GLUECONNECTIONNAMES() |
Determine if GLUECONNECTIONNAMES has a value |