/AWS1/CL_KFKVPCCONNECTION¶
The VPC connection object.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_vpcconnectionarn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The ARN that identifies the Vpc Connection.
iv_targetclusterarn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The ARN that identifies the Cluster which the Vpc Connection belongs to.
Optional arguments:¶
iv_creationtime TYPE /AWS1/KFK__TIMESTAMPISO8601 /AWS1/KFK__TIMESTAMPISO8601¶
Creation time of the Vpc Connection.
iv_authentication TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
Information about the auth scheme of Vpc Connection.
iv_vpcid TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The vpcId that belongs to the Vpc Connection.
iv_state TYPE /AWS1/KFKVPCCONNECTIONSTATE /AWS1/KFKVPCCONNECTIONSTATE¶
State of the Vpc Connection.
Queryable Attributes¶
VpcConnectionArn¶
The ARN that identifies the Vpc Connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONNECTIONARN() |
Getter for VPCCONNECTIONARN, with configurable default |
ASK_VPCCONNECTIONARN() |
Getter for VPCCONNECTIONARN w/ exceptions if field has no va |
HAS_VPCCONNECTIONARN() |
Determine if VPCCONNECTIONARN has a value |
TargetClusterArn¶
The ARN that identifies the Cluster which the Vpc Connection belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETCLUSTERARN() |
Getter for TARGETCLUSTERARN, with configurable default |
ASK_TARGETCLUSTERARN() |
Getter for TARGETCLUSTERARN w/ exceptions if field has no va |
HAS_TARGETCLUSTERARN() |
Determine if TARGETCLUSTERARN has a value |
CreationTime¶
Creation time of the Vpc Connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
Authentication¶
Information about the auth scheme of Vpc Connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATION() |
Getter for AUTHENTICATION, with configurable default |
ASK_AUTHENTICATION() |
Getter for AUTHENTICATION w/ exceptions if field has no valu |
HAS_AUTHENTICATION() |
Determine if AUTHENTICATION has a value |
VpcId¶
The vpcId that belongs to the Vpc Connection.
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 |
State¶
State of the Vpc Connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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___LISTOFVPCCONNECTION¶
TYPES TT___LISTOFVPCCONNECTION TYPE STANDARD TABLE OF REF TO /AWS1/CL_KFKVPCCONNECTION WITH DEFAULT KEY
.