create_app
(**kwargs)¶Creates an application.
See also: AWS API Documentation
Request Syntax
response = client.create_app(
CreateApplicationRequest={
'Name': 'string',
'tags': {
'string': 'string'
}
}
)
[REQUIRED]
Specifies the display name of an application and the tags to associate with the application.
The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.
A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.
{
'ApplicationResponse': {
'Arn': 'string',
'Id': 'string',
'Name': 'string',
'tags': {
'string': 'string'
},
'CreationDate': 'string'
}
}
Response Structure
The request succeeded and the specified resource was created.
Provides information about an application.
The Amazon Resource Name (ARN) of the application.
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.
A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.
The date and time when the Application was created.
Exceptions
Pinpoint.Client.exceptions.BadRequestException
Pinpoint.Client.exceptions.InternalServerErrorException
Pinpoint.Client.exceptions.PayloadTooLargeException
Pinpoint.Client.exceptions.ForbiddenException
Pinpoint.Client.exceptions.NotFoundException
Pinpoint.Client.exceptions.MethodNotAllowedException
Pinpoint.Client.exceptions.TooManyRequestsException