List Configuration Revisions
| kafka_list_configuration_revisions | R Documentation |
Returns a list of all the MSK configurations in this Region¶
Description¶
Returns a list of all the MSK configurations in this Region.
Usage¶
Arguments¶
Arn[required] The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
MaxResultsThe maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
NextTokenThe 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(
NextToken = "string",
Revisions = list(
list(
CreationTime = as.POSIXct(
"2015-01-01"
),
Description = "string",
Revision = 123
)
)
)