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'
}
)
[REQUIRED]
The name of the placement to be created.
[REQUIRED]
The name of the project in which to create the placement.
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
dict
Response Syntax
{}
Response Structure
Exceptions
IoT1ClickProjects.Client.exceptions.InternalFailureException
IoT1ClickProjects.Client.exceptions.InvalidRequestException
IoT1ClickProjects.Client.exceptions.ResourceConflictException
IoT1ClickProjects.Client.exceptions.ResourceNotFoundException