Returns a description of this revision of the configuration.
kafka_describe_configuration_revision(Arn, Revision)
[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.
A list with the following syntax:
list( Arn = "string", CreationTime = as.POSIXct( "2015-01-01" ), Description = "string", Revision = 123, ServerProperties = raw )
svc$describe_configuration_revision( Arn = "string", Revision = 123 )