/AWS1/CL_KFKVPCCONNECTIONINFO¶
Description of the VPC connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_vpcconnectionarn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The Amazon Resource Name (ARN) of the VPC connection.
iv_owner TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The owner of the VPC Connection.
io_useridentity TYPE REF TO /AWS1/CL_KFKUSERIDENTITY /AWS1/CL_KFKUSERIDENTITY¶
Description of the requester that calls the API operation.
iv_creationtime TYPE /AWS1/KFK__TIMESTAMPISO8601 /AWS1/KFK__TIMESTAMPISO8601¶
The time when Amazon MSK creates the VPC Connnection.
Queryable Attributes¶
VpcConnectionArn¶
The Amazon Resource Name (ARN) of 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 |
Owner¶
The owner of the VPC Connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER, with configurable default |
ASK_OWNER() |
Getter for OWNER w/ exceptions if field has no value |
HAS_OWNER() |
Determine if OWNER has a value |
UserIdentity¶
Description of the requester that calls the API operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERIDENTITY() |
Getter for USERIDENTITY |
CreationTime¶
The time when Amazon MSK creates the VPC Connnection.
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 |