CloudWatchObservabilityAdminService / Client / update_dataset_integration

update_dataset_integration

CloudWatchObservabilityAdminService.Client.update_dataset_integration(**kwargs)

Updates a dataset integration for the caller’s account in the current region. This operation is idempotent; if you submit the same update more than once, each call succeeds.

See also: AWS API Documentation

Request Syntax

response = client.update_dataset_integration(
    Arn='string',
    RoleArn='string'
)
Parameters:
  • Arn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the dataset integration to update.

  • RoleArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the IAM role to associate with the dataset integration.

Return type:

dict

Returns:

Response Syntax

{
    'Arn': 'string',
    'RoleArn': 'string',
    'CreatedAt': datetime(2015, 1, 1),
    'UpdatedAt': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • Arn (string) –

      The Amazon Resource Name (ARN) of the updated dataset integration.

    • RoleArn (string) –

      The Amazon Resource Name (ARN) of the IAM role associated with the updated dataset integration.

    • CreatedAt (datetime) –

      The timestamp when the dataset integration was created.

    • UpdatedAt (datetime) –

      The timestamp when the dataset integration was last updated.

Exceptions

  • CloudWatchObservabilityAdminService.Client.exceptions.ResourceNotFoundException

  • CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedException

  • CloudWatchObservabilityAdminService.Client.exceptions.InternalServerException

  • CloudWatchObservabilityAdminService.Client.exceptions.ValidationException

  • CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException