Creating Library
Use the CreateDataAutomationLibrary API to create a new library container.
AWS CLI Example:
Request
aws bedrock-data-automation create-data-automation-library \ --library-name "healthcare-vocabulary" \ --library-description "Medical terminology for transcription accuracy" \ --region us-east-1
Response
{ "libraryArn": "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary", "status": "ACTIVE" }
AWS Console Example:
Navigate to "Manage libraries" page in BDA Console
Choose "Create library"
Important Notes
Library creation is synchronous and returns immediately
Library names must be unique within your account and region
The library is empty until you run an entity ingestion job
Libraries can be associated with multiple projects