IoTSiteWise / Client / create_application

create_application

IoTSiteWise.Client.create_application(**kwargs)

Creates a new application for the workspace and IdC application provided

See also: AWS API Documentation

Request Syntax

response = client.create_application(
    clientToken='string',
    idcInstanceArn='string',
    workspaceName='string',
    name='string',
    description='string',
    tags={
        'string': 'string'
    }
)
Parameters:
  • clientToken (string) –

    Unique client token for idempotent request handling

    This field is autopopulated if not provided.

  • idcInstanceArn (string) –

    [REQUIRED]

    Identity Center Instance ARN to create the application in

  • workspaceName (string) –

    [REQUIRED]

    Name of the workspace to associate with the underlying Application

  • name (string) –

    [REQUIRED]

    Name of the application

  • description (string) – Description of the application

  • tags (dict) –

    A list of key-value pairs that contain metadata for the application.

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'id': 'string',
    'dnsSubdomain': 'string',
    'name': 'string',
    'status': 'CREATING'|'ACTIVE'|'DELETING'
}

Response Structure

  • (dict) –

    • arn (string) –

      ARN of the application

    • id (string) –

      Unique identifier of the application

    • dnsSubdomain (string) –

      DNS subdomain for the application

    • name (string) –

      Name of the application

    • status (string) –

      Current status of the application

Exceptions

  • IoTSiteWise.Client.exceptions.InternalFailureException

  • IoTSiteWise.Client.exceptions.AccessDeniedException

  • IoTSiteWise.Client.exceptions.ThrottlingException

  • IoTSiteWise.Client.exceptions.InvalidRequestException

  • IoTSiteWise.Client.exceptions.ResourceNotFoundException

  • IoTSiteWise.Client.exceptions.LimitExceededException

  • IoTSiteWise.Client.exceptions.ConflictingOperationException