Get Application
codedeploy_get_application | R Documentation |
Gets information about an application¶
Description¶
Gets information about an application.
Usage¶
Arguments¶
applicationName
[required] The name of an CodeDeploy application associated with the user or Amazon Web Services account.
Value¶
A list with the following syntax:
list(
application = list(
applicationId = "string",
applicationName = "string",
createTime = as.POSIXct(
"2015-01-01"
),
linkedToGitHub = TRUE|FALSE,
gitHubAccountName = "string",
computePlatform = "Server"|"Lambda"|"ECS"
)
)