List Data Automation Projects
bedrockdataautomation_list_data_automation_projects | R Documentation |
Lists all existing Amazon Bedrock Data Automation Projects¶
Description¶
Lists all existing Amazon Bedrock Data Automation Projects
Usage¶
bedrockdataautomation_list_data_automation_projects(maxResults,
nextToken, projectStageFilter, blueprintFilter, resourceOwner)
Arguments¶
maxResults
nextToken
projectStageFilter
blueprintFilter
resourceOwner
Value¶
A list with the following syntax:
list(
projects = list(
list(
projectArn = "string",
projectStage = "DEVELOPMENT"|"LIVE",
projectName = "string",
creationTime = as.POSIXct(
"2015-01-01"
)
)
),
nextToken = "string"
)
Request syntax¶
svc$list_data_automation_projects(
maxResults = 123,
nextToken = "string",
projectStageFilter = "DEVELOPMENT"|"LIVE"|"ALL",
blueprintFilter = list(
blueprintArn = "string",
blueprintVersion = "string",
blueprintStage = "DEVELOPMENT"|"LIVE"
),
resourceOwner = "SERVICE"|"ACCOUNT"
)