List Application Versions
serverlessapplicationrepository_list_application_versions | R Documentation |
Lists versions for the specified application¶
Description¶
Lists versions for the specified application.
Usage¶
Arguments¶
ApplicationId
[required] The Amazon Resource Name (ARN) of the application.
MaxItems
The total number of items to return.
NextToken
A token to specify where to start paginating.
Value¶
A list with the following syntax:
list(
NextToken = "string",
Versions = list(
list(
ApplicationId = "string",
CreationTime = "string",
SemanticVersion = "string",
SourceCodeUrl = "string"
)
)
)