AppIntegrationsService / Client / update_data_integration

update_data_integration#

AppIntegrationsService.Client.update_data_integration(**kwargs)#

Updates the description of a DataIntegration.

Note

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    A unique identifier for the DataIntegration.

  • Name (string) – The name of the DataIntegration.

  • Description (string) – A description of the DataIntegration.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions