CodeDeploy.Client.
get_application
(**kwargs)¶Gets information about an application.
See also: AWS API Documentation
Request Syntax
response = client.get_application(
applicationName='string'
)
[REQUIRED]
The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
{
'application': {
'applicationId': 'string',
'applicationName': 'string',
'createTime': datetime(2015, 1, 1),
'linkedToGitHub': True|False,
'gitHubAccountName': 'string',
'computePlatform': 'Server'|'Lambda'|'ECS'
}
}
Response Structure
Represents the output of a GetApplication
operation.
Information about the application.
The application ID.
The application name.
The time at which the application was created.
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
The name for a connection to a GitHub account.
The destination platform type for deployment of the application ( Lambda
or Server
).
Exceptions
CodeDeploy.Client.exceptions.ApplicationNameRequiredException
CodeDeploy.Client.exceptions.InvalidApplicationNameException
CodeDeploy.Client.exceptions.ApplicationDoesNotExistException