CloudWatchObservabilityAdminService / Client / list_dataset_integrations

list_dataset_integrations

CloudWatchObservabilityAdminService.Client.list_dataset_integrations(**kwargs)

Returns the dataset integrations in your account.

See also: AWS API Documentation

Request Syntax

response = client.list_dataset_integrations(
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • MaxResults (integer) – The maximum number of results to return in a single call.

  • NextToken (string) – The token for the next set of results. A previous call generates this token.

Return type:

dict

Returns:

Response Syntax

{
    'DatasetIntegrationSummaries': [
        {
            'Arn': 'string',
            'RoleArn': 'string',
            'CreatedAt': datetime(2015, 1, 1),
            'UpdatedAt': datetime(2015, 1, 1)
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • DatasetIntegrationSummaries (list) –

      The dataset integrations in your account.

      • (dict) –

        Contains summary information about a dataset integration, including its ARN, associated IAM role, and creation and update timestamps, as returned by ListDatasetIntegrations.

        • Arn (string) –

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

        • RoleArn (string) –

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

        • CreatedAt (datetime) –

          The timestamp when the dataset integration was created.

        • UpdatedAt (datetime) –

          The timestamp when the dataset integration was last updated.

    • NextToken (string) –

      A token to resume pagination of results.

Exceptions

  • CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedException

  • CloudWatchObservabilityAdminService.Client.exceptions.InternalServerException

  • CloudWatchObservabilityAdminService.Client.exceptions.ValidationException

  • CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException