Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

create_placement

create_placement(**kwargs)

Creates an empty placement.

See also: AWS API Documentation

Request Syntax

response = client.create_placement(
    placementName='string',
    projectName='string',
    attributes={
        'string': 'string'
    }
)
Parameters
  • placementName (string) --

    [REQUIRED]

    The name of the placement to be created.

  • projectName (string) --

    [REQUIRED]

    The name of the project in which to create the placement.

  • attributes (dict) --

    Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.

    • (string) --
      • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • IoT1ClickProjects.Client.exceptions.InternalFailureException
  • IoT1ClickProjects.Client.exceptions.InvalidRequestException
  • IoT1ClickProjects.Client.exceptions.ResourceConflictException
  • IoT1ClickProjects.Client.exceptions.ResourceNotFoundException