Resource: aws_bedrockagent_data_source

Terraform resource for managing an AWS Agents for Amazon Bedrock Data Source.

Example Usage

Basic Usage

resource "aws_bedrockagent_data_source" "example" {
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import Agents for Amazon Bedrock Data Source using the example_id_arg. For example:

import {
  to = aws_bedrockagent_data_source.example
  id = "data_source-id-12345678"
}

Using terraform import, import Agents for Amazon Bedrock Data Source using the example_id_arg. For example:

% terraform import aws_bedrockagent_data_source.example data_source-id-12345678