Skip to content

/AWS1/CL_OUTVPCINFORMATION

Information about a VPC used for private connectivity, including its subnets and an associated VPC endpoint.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_vpcid TYPE /AWS1/OUTVPCID /AWS1/OUTVPCID

The ID of the VPC used for private connectivity.

it_subnetids TYPE /AWS1/CL_OUTSUBNETIDS_W=>TT_SUBNETIDS TT_SUBNETIDS

The IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.

iv_vpcendpointid TYPE /AWS1/OUTVPCENDPOINTID /AWS1/OUTVPCENDPOINTID

The ID of the interface VPC endpoint for the Amazon Web Services Outposts service. When specified, the endpoint must be in the available state and the specified subnets must be associated with it.


Queryable Attributes

VpcId

The ID of the VPC used for private connectivity.

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 IDs of the subnets associated with the VPC endpoint. Currently, only one subnet is supported.

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

VpcEndpointId

The ID of the interface VPC endpoint for the Amazon Web Services Outposts service. When specified, the endpoint must be in the available state and the specified subnets must be associated with it.

Accessible with the following methods

Method Description
GET_VPCENDPOINTID() Getter for VPCENDPOINTID, with configurable default
ASK_VPCENDPOINTID() Getter for VPCENDPOINTID w/ exceptions if field has no value
HAS_VPCENDPOINTID() Determine if VPCENDPOINTID has a value

Public Local Types In This Class

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

TT_VPCINFORMATIONLIST

TYPES TT_VPCINFORMATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OUTVPCINFORMATION WITH DEFAULT KEY
.