List Cluster Operations
kafka_list_cluster_operations | R Documentation |
Returns a list of all the operations that have been performed on the specified MSK cluster¶
Description¶
Returns a list of all the operations that have been performed on the specified MSK cluster.
Usage¶
Arguments¶
ClusterArn
[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.
MaxResults
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
NextToken
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
Value¶
A list with the following syntax:
list(
ClusterOperationInfoList = list(
list(
ClientRequestId = "string",
ClusterArn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
),
ErrorInfo = list(
ErrorCode = "string",
ErrorString = "string"
),
OperationArn = "string",
OperationState = "string",
OperationSteps = list(
list(
StepInfo = list(
StepStatus = "string"
),
StepName = "string"
)
),
OperationType = "string",
SourceClusterInfo = list(
BrokerEBSVolumeInfo = list(
list(
KafkaBrokerNodeId = "string",
ProvisionedThroughput = list(
Enabled = TRUE|FALSE,
VolumeThroughput = 123
),
VolumeSizeGB = 123
)
),
ConfigurationInfo = list(
Arn = "string",
Revision = 123
),
NumberOfBrokerNodes = 123,
EnhancedMonitoring = "DEFAULT"|"PER_BROKER"|"PER_TOPIC_PER_BROKER"|"PER_TOPIC_PER_PARTITION",
OpenMonitoring = list(
Prometheus = list(
JmxExporter = list(
EnabledInBroker = TRUE|FALSE
),
NodeExporter = list(
EnabledInBroker = TRUE|FALSE
)
)
),
KafkaVersion = "string",
LoggingInfo = list(
BrokerLogs = list(
CloudWatchLogs = list(
Enabled = TRUE|FALSE,
LogGroup = "string"
),
Firehose = list(
DeliveryStream = "string",
Enabled = TRUE|FALSE
),
S3 = list(
Bucket = "string",
Enabled = TRUE|FALSE,
Prefix = "string"
)
)
),
InstanceType = "string",
ClientAuthentication = list(
Sasl = list(
Scram = list(
Enabled = TRUE|FALSE
),
Iam = list(
Enabled = TRUE|FALSE
)
),
Tls = list(
CertificateAuthorityArnList = list(
"string"
),
Enabled = TRUE|FALSE
),
Unauthenticated = list(
Enabled = TRUE|FALSE
)
),
EncryptionInfo = list(
EncryptionAtRest = list(
DataVolumeKMSKeyId = "string"
),
EncryptionInTransit = list(
ClientBroker = "TLS"|"TLS_PLAINTEXT"|"PLAINTEXT",
InCluster = TRUE|FALSE
)
),
ConnectivityInfo = list(
PublicAccess = list(
Type = "string"
),
VpcConnectivity = list(
ClientAuthentication = list(
Sasl = list(
Scram = list(
Enabled = TRUE|FALSE
),
Iam = list(
Enabled = TRUE|FALSE
)
),
Tls = list(
Enabled = TRUE|FALSE
)
)
)
),
StorageMode = "LOCAL"|"TIERED",
BrokerCountUpdateInfo = list(
CreatedBrokerIds = list(
123.0
),
DeletedBrokerIds = list(
123.0
)
)
),
TargetClusterInfo = list(
BrokerEBSVolumeInfo = list(
list(
KafkaBrokerNodeId = "string",
ProvisionedThroughput = list(
Enabled = TRUE|FALSE,
VolumeThroughput = 123
),
VolumeSizeGB = 123
)
),
ConfigurationInfo = list(
Arn = "string",
Revision = 123
),
NumberOfBrokerNodes = 123,
EnhancedMonitoring = "DEFAULT"|"PER_BROKER"|"PER_TOPIC_PER_BROKER"|"PER_TOPIC_PER_PARTITION",
OpenMonitoring = list(
Prometheus = list(
JmxExporter = list(
EnabledInBroker = TRUE|FALSE
),
NodeExporter = list(
EnabledInBroker = TRUE|FALSE
)
)
),
KafkaVersion = "string",
LoggingInfo = list(
BrokerLogs = list(
CloudWatchLogs = list(
Enabled = TRUE|FALSE,
LogGroup = "string"
),
Firehose = list(
DeliveryStream = "string",
Enabled = TRUE|FALSE
),
S3 = list(
Bucket = "string",
Enabled = TRUE|FALSE,
Prefix = "string"
)
)
),
InstanceType = "string",
ClientAuthentication = list(
Sasl = list(
Scram = list(
Enabled = TRUE|FALSE
),
Iam = list(
Enabled = TRUE|FALSE
)
),
Tls = list(
CertificateAuthorityArnList = list(
"string"
),
Enabled = TRUE|FALSE
),
Unauthenticated = list(
Enabled = TRUE|FALSE
)
),
EncryptionInfo = list(
EncryptionAtRest = list(
DataVolumeKMSKeyId = "string"
),
EncryptionInTransit = list(
ClientBroker = "TLS"|"TLS_PLAINTEXT"|"PLAINTEXT",
InCluster = TRUE|FALSE
)
),
ConnectivityInfo = list(
PublicAccess = list(
Type = "string"
),
VpcConnectivity = list(
ClientAuthentication = list(
Sasl = list(
Scram = list(
Enabled = TRUE|FALSE
),
Iam = list(
Enabled = TRUE|FALSE
)
),
Tls = list(
Enabled = TRUE|FALSE
)
)
)
),
StorageMode = "LOCAL"|"TIERED",
BrokerCountUpdateInfo = list(
CreatedBrokerIds = list(
123.0
),
DeletedBrokerIds = list(
123.0
)
)
),
VpcConnectionInfo = list(
VpcConnectionArn = "string",
Owner = "string",
UserIdentity = list(
Type = "AWSACCOUNT"|"AWSSERVICE",
PrincipalId = "string"
),
CreationTime = as.POSIXct(
"2015-01-01"
)
)
)
),
NextToken = "string"
)