create_application

ApplicationDiscoveryService.Client.create_application(**kwargs)

Creates an application with the given name and description.

See also: AWS API Documentation

Request Syntax

response = client.create_application(
    name='string',
    description='string'
)
Parameters
  • name (string) --

    [REQUIRED]

    Name of the application to be created.

  • description (string) -- Description of the application to be created.
Return type

dict

Returns

Response Syntax

{
    'configurationId': 'string'
}

Response Structure

  • (dict) --

    • configurationId (string) --

      Configuration ID of an application to be created.

Exceptions

  • ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
  • ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
  • ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
  • ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
  • ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException