Skip to content

Latest commit

 

History

History
108 lines (62 loc) · 3.42 KB

File metadata and controls

108 lines (62 loc) · 3.42 KB

terraform-aws-bedrock-model-invocation-logging

Terraform module for Amazon Bedrock Agent resources

lint test Tag License

Providers

Name Version
aws n/a

Requirements

Name Version
terraform ~> 1.3

Required Inputs

The following input variables are required:

Description: The name of the S3 bucket to be created.

Type: string

Optional Inputs

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: 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: {}

Outputs

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.

License

MIT License

Copyright (c) 2024 Flaconi GmbH