List Configurations
kafka_list_configurations | 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¶
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(
Configurations = list(
list(
Arn = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
Description = "string",
KafkaVersions = list(
"string"
),
LatestRevision = list(
CreationTime = as.POSIXct(
"2015-01-01"
),
Description = "string",
Revision = 123
),
Name = "string",
State = "ACTIVE"|"DELETING"|"DELETE_FAILED"
)
),
NextToken = "string"
)