Describe Configuration Revision
mq_describe_configuration_revision | R Documentation |
Returns the specified configuration revision for the specified configuration¶
Description¶
Returns the specified configuration revision for the specified configuration.
Usage¶
Arguments¶
ConfigurationId
[required] The unique ID that Amazon MQ generates for the configuration.
ConfigurationRevision
[required] The revision of the configuration.
Value¶
A list with the following syntax:
list(
ConfigurationId = "string",
Created = as.POSIXct(
"2015-01-01"
),
Data = "string",
Description = "string"
)