ManagedintegrationsforIoTDeviceManagement / Client / update_cloud_connector

update_cloud_connector

ManagedintegrationsforIoTDeviceManagement.Client.update_cloud_connector(**kwargs)

Update an existing cloud connector.

See also: AWS API Documentation

Request Syntax

response = client.update_cloud_connector(
    Identifier='string',
    Name='string',
    Description='string'
)
Parameters:
  • Identifier (string) –

    [REQUIRED]

    The unique identifier of the cloud connector to update.

  • Name (string) – The new display name to assign to the cloud connector.

  • Description (string) – The new description to assign to the cloud connector.

Returns:

None

Exceptions