Terraform module for Amazon Bedrock Agent resources
| Name | Version |
|---|---|
| aws | ~> 6.0 |
| Name | Version |
|---|---|
| terraform | ~> 1.3 |
| aws | ~> 6.0 |
The following input variables are required:
Description: The name of the S3 bucket to be created.
Type: string
The following input variables are optional (have default values):
Description: Indicates whether embedding data delivery is enabled.
Type: bool
Default: false
Description: Indicates whether image data delivery is enabled.
Type: bool
Default: false
Description: Indicates whether text data delivery is enabled.
Type: bool
Default: false
Description: Indicates whether video data delivery is enabled.
Type: bool
Default: false
Description: The key prefix for logging configuration in S3.
Type: string
Default: ""
Description: A map of tags to assign to the customization job and custom model.
Type: map(string)
Default: {}
| Name | Description |
|---|---|
| bucket_arn | The ARN of the created S3 bucket. |
| bucket_name | The name of the created S3 bucket. |
| bucket_policy_id | The ID of the S3 bucket policy. |
| key_prefix | The key prefix used for the Bedrock logging configuration. |
| logging_bucket_name | The name of the S3 bucket used for Bedrock model invocation logging. |
Copyright (c) 2024 Flaconi GmbH