/AWS1/CL_KFKCREATEVPCCONNRSP¶
CreateVpcConnectionResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_VPCCONNECTIONARN
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The VPC connection ARN.
IV_STATE
TYPE /AWS1/KFKVPCCONNECTIONSTATE
/AWS1/KFKVPCCONNECTIONSTATE
¶
The State of Vpc Connection.
IV_AUTHENTICATION
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The authentication type of VPC connection.
IV_VPCID
TYPE /AWS1/KFK__STRING
/AWS1/KFK__STRING
¶
The VPC ID of the VPC connection.
IT_CLIENTSUBNETS
TYPE /AWS1/CL_KFK__LISTOF__STRING_W=>TT___LISTOF__STRING
TT___LISTOF__STRING
¶
The list of client subnets.
IT_SECURITYGROUPS
TYPE /AWS1/CL_KFK__LISTOF__STRING_W=>TT___LISTOF__STRING
TT___LISTOF__STRING
¶
The list of security groups.
IV_CREATIONTIME
TYPE /AWS1/KFK__TIMESTAMPISO8601
/AWS1/KFK__TIMESTAMPISO8601
¶
The creation time of VPC connection.
IT_TAGS
TYPE /AWS1/CL_KFK__MAPOF__STRING_W=>TT___MAPOF__STRING
TT___MAPOF__STRING
¶
A map of tags for the VPC connection.
Queryable Attributes¶
VpcConnectionArn¶
The VPC connection ARN.
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 |
State¶
The State of 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 |
Authentication¶
The authentication type 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 VPC ID of 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 |
ClientSubnets¶
The list of client subnets.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLIENTSUBNETS() |
Getter for CLIENTSUBNETS, with configurable default |
ASK_CLIENTSUBNETS() |
Getter for CLIENTSUBNETS w/ exceptions if field has no value |
HAS_CLIENTSUBNETS() |
Determine if CLIENTSUBNETS has a value |
SecurityGroups¶
The list of security groups.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECURITYGROUPS() |
Getter for SECURITYGROUPS, with configurable default |
ASK_SECURITYGROUPS() |
Getter for SECURITYGROUPS w/ exceptions if field has no valu |
HAS_SECURITYGROUPS() |
Determine if SECURITYGROUPS has a value |
CreationTime¶
The creation time of 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 |
Tags¶
A map of tags for the VPC connection.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |