Skip to content

Terraform module for Amazon Bedrock Model invocation logging configuration

License

Notifications You must be signed in to change notification settings

Flaconi/terraform-aws-bedrock-model-invocation-logging

Repository files navigation

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

About

Terraform module for Amazon Bedrock Model invocation logging configuration

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published