Chime / Client / create_app_instance
create_app_instance#
- Chime.Client.create_app_instance(**kwargs)#
Creates an Amazon Chime SDK messaging
AppInstanceunder an AWS account. Only SDK messaging customers use this API.CreateAppInstancesupports idempotency behavior as described in the AWS API Standard.See also: AWS API Documentation
Request Syntax
response = client.create_app_instance( Name='string', Metadata='string', ClientRequestToken='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
- Parameters:
Name (string) –
[REQUIRED]
The name of the
AppInstance.Metadata (string) – The metadata of the
AppInstance. Limited to a 1KB string in UTF-8.ClientRequestToken (string) –
[REQUIRED]
The
ClientRequestTokenof theAppInstance.This field is autopopulated if not provided.
Tags (list) –
Tags assigned to the
AppInstance.(dict) –
Describes a tag applied to a resource.
Key (string) – [REQUIRED]
The key of the tag.
Value (string) – [REQUIRED]
The value of the tag.
- Return type:
dict
- Returns:
Response Syntax
{ 'AppInstanceArn': 'string' }
Response Structure
(dict) –
AppInstanceArn (string) –
The Amazon Resource Number (ARN) of the
AppInstance.
Exceptions
Chime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ConflictExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.ResourceLimitExceededExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException