Skip to content

/AWS1/CL_APRVPCINGCONNSUMMARY

Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_VPCINGRESSCONNECTIONARN TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN

The Amazon Resource Name (ARN) of the VPC Ingress Connection.

IV_SERVICEARN TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN

The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.


Queryable Attributes

VpcIngressConnectionArn

The Amazon Resource Name (ARN) of the VPC Ingress Connection.

Accessible with the following methods

Method Description
GET_VPCINGRESSCONNECTIONARN() Getter for VPCINGRESSCONNECTIONARN, with configurable defaul
ASK_VPCINGRESSCONNECTIONARN() Getter for VPCINGRESSCONNECTIONARN w/ exceptions if field ha
HAS_VPCINGRESSCONNECTIONARN() Determine if VPCINGRESSCONNECTIONARN has a value

ServiceArn

The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.

Accessible with the following methods

Method Description
GET_SERVICEARN() Getter for SERVICEARN, with configurable default
ASK_SERVICEARN() Getter for SERVICEARN w/ exceptions if field has no value
HAS_SERVICEARN() Determine if SERVICEARN 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_VPCINGRESSCONNSUMMARYLIST

TYPES TT_VPCINGRESSCONNSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APRVPCINGCONNSUMMARY WITH DEFAULT KEY
.