/AWS1/CL_KFKUPDATECHANNELRSP¶
Returns the channel ARN and the cluster-operation ARN that tracks the asynchronous update.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_channelarn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The Amazon Resource Name (ARN) that uniquely identifies the channel.
Optional arguments:¶
iv_clusteroperationarn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The Amazon Resource Name (ARN) of the cluster operation.
Queryable Attributes¶
ChannelArn¶
The Amazon Resource Name (ARN) that uniquely identifies the channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELARN() |
Getter for CHANNELARN, with configurable default |
ASK_CHANNELARN() |
Getter for CHANNELARN w/ exceptions if field has no value |
HAS_CHANNELARN() |
Determine if CHANNELARN has a value |
ClusterOperationArn¶
The Amazon Resource Name (ARN) of the cluster operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTEROPERATIONARN() |
Getter for CLUSTEROPERATIONARN, with configurable default |
ASK_CLUSTEROPERATIONARN() |
Getter for CLUSTEROPERATIONARN w/ exceptions if field has no |
HAS_CLUSTEROPERATIONARN() |
Determine if CLUSTEROPERATIONARN has a value |