Returns a description of this revision of the configuration.
kafka_describe_configuration_revision(Arn, Revision)
A list with the following syntax:
list(
Arn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
Description = "string",
Revision = 123,
ServerProperties = raw
)
[required] The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
[required] A string that uniquely identifies a revision of an MSK configuration.
svc$describe_configuration_revision(
Arn = "string",
Revision = 123
)