DataAutomationforBedrock / Client / list_data_automation_projects

list_data_automation_projects#

DataAutomationforBedrock.Client.list_data_automation_projects(**kwargs)#

Lists all existing Amazon Bedrock Keystone DataAutomationProjects

See also: AWS API Documentation

Request Syntax

response = client.list_data_automation_projects(
    maxResults=123,
    nextToken='string',
    projectStageFilter='DEVELOPMENT'|'LIVE'|'ALL',
    blueprintFilter={
        'blueprintArn': 'string',
        'blueprintVersion': 'string',
        'blueprintStage': 'DEVELOPMENT'|'LIVE'
    },
    resourceOwner='SERVICE'|'ACCOUNT'
)
Parameters:
  • maxResults (integer) – Max Results

  • nextToken (string) – Pagination token

  • projectStageFilter (string) – Project Stage filter

  • blueprintFilter (dict) –

    Blueprint Filter

    • blueprintArn (string) – [REQUIRED]

      ARN of a Blueprint

    • blueprintVersion (string) –

      Blueprint Version

    • blueprintStage (string) –

      Stage of the Blueprint

  • resourceOwner (string) – Resource Owner

Return type:

dict

Returns:

Response Syntax

{
    'projects': [
        {
            'projectArn': 'string',
            'projectStage': 'DEVELOPMENT'|'LIVE',
            'projectName': 'string',
            'creationTime': datetime(2015, 1, 1)
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    List DataAutomationProject Response

    • projects (list) –

      List of DataAutomationProjectSummary

      • (dict) –

        Summary of a DataAutomationProject

        • projectArn (string) –

          ARN of a DataAutomationProject

        • projectStage (string) –

          Stage of the Project

        • projectName (string) –

          Name of the DataAutomationProject

        • creationTime (datetime) –

          Time Stamp

    • nextToken (string) –

      Pagination token

Exceptions

  • DataAutomationforBedrock.Client.exceptions.ValidationException

  • DataAutomationforBedrock.Client.exceptions.InternalServerException

  • DataAutomationforBedrock.Client.exceptions.ThrottlingException

  • DataAutomationforBedrock.Client.exceptions.AccessDeniedException

  • DataAutomationforBedrock.Client.exceptions.ResourceNotFoundException