Skip to content

2025-03-06 Schema Updates #2231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 1.32.0 (Unreleased)

FEATURES:

* **New Data Source:** `awscc_bedrock_blueprint`
* **New Data Source:** `awscc_bedrock_blueprints`
* **New Data Source:** `awscc_bedrock_data_automation_project`
* **New Data Source:** `awscc_bedrock_data_automation_projects`
* **New Resource:** `awscc_bedrock_blueprint`
* **New Resource:** `awscc_bedrock_data_automation_project`

## 1.31.0 (February 27, 2025)

FEATURES:
Expand Down
41 changes: 41 additions & 0 deletions docs/data-sources/bedrock_blueprint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_bedrock_blueprint Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::Bedrock::Blueprint
---

# awscc_bedrock_blueprint (Data Source)

Data Source schema for AWS::Bedrock::Blueprint



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `id` (String) Uniquely identifies the resource.

### Read-Only

- `blueprint_arn` (String) ARN of a Blueprint
- `blueprint_name` (String) Name of the Blueprint
- `blueprint_stage` (String) Stage of the Blueprint
- `creation_time` (String) Creation timestamp
- `kms_encryption_context` (Map of String) KMS encryption context
- `kms_key_id` (String) KMS key identifier
- `last_modified_time` (String) Last modified timestamp
- `schema` (String) Schema of the blueprint
- `tags` (Attributes List) List of Tags (see [below for nested schema](#nestedatt--tags))
- `type` (String) Modality Type

<a id="nestedatt--tags"></a>
### Nested Schema for `tags`

Read-Only:

- `key` (String) Key for the tag
- `value` (String) Value for the tag
21 changes: 21 additions & 0 deletions docs/data-sources/bedrock_blueprints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_bedrock_blueprints Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::Bedrock::Blueprint
---

# awscc_bedrock_blueprints (Data Source)

Plural Data Source schema for AWS::Bedrock::Blueprint



<!-- schema generated by tfplugindocs -->
## Schema

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
288 changes: 288 additions & 0 deletions docs/data-sources/bedrock_data_automation_project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,288 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_bedrock_data_automation_project Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::Bedrock::DataAutomationProject
---

# awscc_bedrock_data_automation_project (Data Source)

Data Source schema for AWS::Bedrock::DataAutomationProject



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `id` (String) Uniquely identifies the resource.

### Read-Only

- `creation_time` (String) Time Stamp
- `custom_output_configuration` (Attributes) Custom output configuration (see [below for nested schema](#nestedatt--custom_output_configuration))
- `kms_encryption_context` (Map of String) KMS encryption context
- `kms_key_id` (String) KMS key identifier
- `last_modified_time` (String) Time Stamp
- `override_configuration` (Attributes) Override configuration (see [below for nested schema](#nestedatt--override_configuration))
- `project_arn` (String) ARN of a DataAutomationProject
- `project_description` (String) Description of the DataAutomationProject
- `project_name` (String) Name of the DataAutomationProject
- `project_stage` (String) Stage of the Project
- `standard_output_configuration` (Attributes) Standard output configuration (see [below for nested schema](#nestedatt--standard_output_configuration))
- `status` (String)
- `tags` (Attributes List) List of Tags (see [below for nested schema](#nestedatt--tags))

<a id="nestedatt--custom_output_configuration"></a>
### Nested Schema for `custom_output_configuration`

Read-Only:

- `blueprints` (Attributes List) (see [below for nested schema](#nestedatt--custom_output_configuration--blueprints))

<a id="nestedatt--custom_output_configuration--blueprints"></a>
### Nested Schema for `custom_output_configuration.blueprints`

Read-Only:

- `blueprint_arn` (String) ARN of a Blueprint
- `blueprint_stage` (String) Stage of the Blueprint
- `blueprint_version` (String) Blueprint Version



<a id="nestedatt--override_configuration"></a>
### Nested Schema for `override_configuration`

Read-Only:

- `document` (Attributes) (see [below for nested schema](#nestedatt--override_configuration--document))

<a id="nestedatt--override_configuration--document"></a>
### Nested Schema for `override_configuration.document`

Read-Only:

- `splitter` (Attributes) (see [below for nested schema](#nestedatt--override_configuration--document--splitter))

<a id="nestedatt--override_configuration--document--splitter"></a>
### Nested Schema for `override_configuration.document.splitter`

Read-Only:

- `state` (String)




<a id="nestedatt--standard_output_configuration"></a>
### Nested Schema for `standard_output_configuration`

Read-Only:

- `audio` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--audio))
- `document` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document))
- `image` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--image))
- `video` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--video))

<a id="nestedatt--standard_output_configuration--audio"></a>
### Nested Schema for `standard_output_configuration.audio`

Read-Only:

- `extraction` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--audio--extraction))
- `generative_field` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--audio--generative_field))

<a id="nestedatt--standard_output_configuration--audio--extraction"></a>
### Nested Schema for `standard_output_configuration.audio.extraction`

Read-Only:

- `category` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--audio--extraction--category))

<a id="nestedatt--standard_output_configuration--audio--extraction--category"></a>
### Nested Schema for `standard_output_configuration.audio.extraction.category`

Read-Only:

- `state` (String)
- `types` (List of String)



<a id="nestedatt--standard_output_configuration--audio--generative_field"></a>
### Nested Schema for `standard_output_configuration.audio.generative_field`

Read-Only:

- `state` (String)
- `types` (List of String)



<a id="nestedatt--standard_output_configuration--document"></a>
### Nested Schema for `standard_output_configuration.document`

Read-Only:

- `extraction` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document--extraction))
- `generative_field` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document--generative_field))
- `output_format` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document--output_format))

<a id="nestedatt--standard_output_configuration--document--extraction"></a>
### Nested Schema for `standard_output_configuration.document.extraction`

Read-Only:

- `bounding_box` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document--extraction--bounding_box))
- `granularity` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document--extraction--granularity))

<a id="nestedatt--standard_output_configuration--document--extraction--bounding_box"></a>
### Nested Schema for `standard_output_configuration.document.extraction.bounding_box`

Read-Only:

- `state` (String)


<a id="nestedatt--standard_output_configuration--document--extraction--granularity"></a>
### Nested Schema for `standard_output_configuration.document.extraction.granularity`

Read-Only:

- `types` (List of String)



<a id="nestedatt--standard_output_configuration--document--generative_field"></a>
### Nested Schema for `standard_output_configuration.document.generative_field`

Read-Only:

- `state` (String)


<a id="nestedatt--standard_output_configuration--document--output_format"></a>
### Nested Schema for `standard_output_configuration.document.output_format`

Read-Only:

- `additional_file_format` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document--output_format--additional_file_format))
- `text_format` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--document--output_format--text_format))

<a id="nestedatt--standard_output_configuration--document--output_format--additional_file_format"></a>
### Nested Schema for `standard_output_configuration.document.output_format.additional_file_format`

Read-Only:

- `state` (String)


<a id="nestedatt--standard_output_configuration--document--output_format--text_format"></a>
### Nested Schema for `standard_output_configuration.document.output_format.text_format`

Read-Only:

- `types` (List of String)




<a id="nestedatt--standard_output_configuration--image"></a>
### Nested Schema for `standard_output_configuration.image`

Read-Only:

- `extraction` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--image--extraction))
- `generative_field` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--image--generative_field))

<a id="nestedatt--standard_output_configuration--image--extraction"></a>
### Nested Schema for `standard_output_configuration.image.extraction`

Read-Only:

- `bounding_box` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--image--extraction--bounding_box))
- `category` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--image--extraction--category))

<a id="nestedatt--standard_output_configuration--image--extraction--bounding_box"></a>
### Nested Schema for `standard_output_configuration.image.extraction.bounding_box`

Read-Only:

- `state` (String)


<a id="nestedatt--standard_output_configuration--image--extraction--category"></a>
### Nested Schema for `standard_output_configuration.image.extraction.category`

Read-Only:

- `state` (String)
- `types` (List of String)



<a id="nestedatt--standard_output_configuration--image--generative_field"></a>
### Nested Schema for `standard_output_configuration.image.generative_field`

Read-Only:

- `state` (String)
- `types` (List of String)



<a id="nestedatt--standard_output_configuration--video"></a>
### Nested Schema for `standard_output_configuration.video`

Read-Only:

- `extraction` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--video--extraction))
- `generative_field` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--video--generative_field))

<a id="nestedatt--standard_output_configuration--video--extraction"></a>
### Nested Schema for `standard_output_configuration.video.extraction`

Read-Only:

- `bounding_box` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--video--extraction--bounding_box))
- `category` (Attributes) (see [below for nested schema](#nestedatt--standard_output_configuration--video--extraction--category))

<a id="nestedatt--standard_output_configuration--video--extraction--bounding_box"></a>
### Nested Schema for `standard_output_configuration.video.extraction.bounding_box`

Read-Only:

- `state` (String)


<a id="nestedatt--standard_output_configuration--video--extraction--category"></a>
### Nested Schema for `standard_output_configuration.video.extraction.category`

Read-Only:

- `state` (String)
- `types` (List of String)



<a id="nestedatt--standard_output_configuration--video--generative_field"></a>
### Nested Schema for `standard_output_configuration.video.generative_field`

Read-Only:

- `state` (String)
- `types` (List of String)




<a id="nestedatt--tags"></a>
### Nested Schema for `tags`

Read-Only:

- `key` (String) Key for the tag
- `value` (String) Value for the tag
21 changes: 21 additions & 0 deletions docs/data-sources/bedrock_data_automation_projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_bedrock_data_automation_projects Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::Bedrock::DataAutomationProject
---

# awscc_bedrock_data_automation_projects (Data Source)

Plural Data Source schema for AWS::Bedrock::DataAutomationProject



<!-- schema generated by tfplugindocs -->
## Schema

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
Loading
Loading