Data Source: aws_bedrock_foundation_models

Terraform data source for managing AWS Bedrock Foundation Models.

Example Usage

Basic Usage

data "aws_bedrock_foundation_models" "test" {}

Filter by Inference Type

data "aws_bedrock_foundation_models" "test" {
  by_inference_type = "ON_DEMAND"
}

Argument Reference

The following arguments are optional:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

model_summaries