You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# generated by https://github.com/hashicorp/terraform-plugin-docs
3
+
page_title: "awscc_appconfig_deployment Data Source - terraform-provider-awscc"
4
+
subcategory: ""
5
+
description: |-
6
+
Data Source schema for AWS::AppConfig::Deployment
7
+
---
8
+
9
+
# awscc_appconfig_deployment (Data Source)
10
+
11
+
Data Source schema for AWS::AppConfig::Deployment
12
+
13
+
14
+
15
+
<!-- schema generated by tfplugindocs -->
16
+
## Schema
17
+
18
+
### Required
19
+
20
+
-`id` (String) Uniquely identifies the resource.
21
+
22
+
### Read-Only
23
+
24
+
-`application_id` (String) The application ID.
25
+
-`configuration_profile_id` (String) The configuration profile ID.
26
+
-`configuration_version` (String) The configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
27
+
-`deployment_number` (String) The sequence number of the deployment.
28
+
-`deployment_strategy_id` (String) The deployment strategy ID.
29
+
-`description` (String) A description of the deployment.
30
+
-`dynamic_extension_parameters` (Attributes List) (see [below for nested schema](#nestedatt--dynamic_extension_parameters))
31
+
-`environment_id` (String) The environment ID.
32
+
-`kms_key_identifier` (String) The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
33
+
-`tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `dynamic_extension_parameters`
37
+
38
+
Read-Only:
39
+
40
+
-`extension_reference` (String)
41
+
-`parameter_name` (String)
42
+
-`parameter_value` (String)
43
+
44
+
45
+
<aid="nestedatt--tags"></a>
46
+
### Nested Schema for `tags`
47
+
48
+
Read-Only:
49
+
50
+
-`key` (String) The key-value string map. The valid character set is [a-zA-Z1-9+-=._:/]. The tag key can be up to 128 characters and must not start with aws:.
51
+
-`value` (String) The tag value can be up to 256 characters.
Copy file name to clipboardExpand all lines: docs/data-sources/bedrock_agent.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ Read-Only:
102
102
-`description` (String) Description of function
103
103
-`name` (String) Name for a resource.
104
104
-`parameters` (Attributes Map) A map of parameter name and detail (see [below for nested schema](#nestedatt--action_groups--function_schema--functions--parameters))
105
+
-`require_confirmation` (String) ENUM to check if action requires user confirmation
Copy file name to clipboardExpand all lines: docs/data-sources/bedrock_data_source.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -394,15 +394,25 @@ Read-Only:
394
394
395
395
Read-Only:
396
396
397
+
-`bedrock_data_automation_configuration` (Attributes) Settings for a Bedrock Data Automation used to parse documents for a data source. (see [below for nested schema](#nestedatt--vector_ingestion_configuration--parsing_configuration--bedrock_data_automation_configuration))
397
398
-`bedrock_foundation_model_configuration` (Attributes) Settings for a foundation model used to parse documents for a data source. (see [below for nested schema](#nestedatt--vector_ingestion_configuration--parsing_configuration--bedrock_foundation_model_configuration))
398
399
-`parsing_strategy` (String) The parsing strategy for the data source.
### Nested Schema for `vector_ingestion_configuration.parsing_configuration.bedrock_foundation_model_configuration`
402
411
403
412
Read-Only:
404
413
405
414
-`model_arn` (String) The model's ARN.
415
+
-`parsing_modality` (String) Determine how will parsed content be stored.
406
416
-`parsing_prompt` (Attributes) Instructions for interpreting the contents of a document. (see [below for nested schema](#nestedatt--vector_ingestion_configuration--parsing_configuration--bedrock_foundation_model_configuration--parsing_prompt))
Copy file name to clipboardExpand all lines: docs/data-sources/bedrock_knowledge_base.md
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,26 @@ Data Source schema for AWS::Bedrock::KnowledgeBase
39
39
40
40
Read-Only:
41
41
42
+
-`kendra_knowledge_base_configuration` (Attributes) Configurations for a Kendra knowledge base (see [below for nested schema](#nestedatt--knowledge_base_configuration--kendra_knowledge_base_configuration))
42
43
-`type` (String) The type of a knowledge base.
43
44
-`vector_knowledge_base_configuration` (Attributes) Contains details about the model used to create vector embeddings for the knowledge base. (see [below for nested schema](#nestedatt--knowledge_base_configuration--vector_knowledge_base_configuration))
### Nested Schema for `knowledge_base_configuration.vector_knowledge_base_configuration`
47
56
48
57
Read-Only:
49
58
50
59
-`embedding_model_arn` (String) The ARN of the model used to create vector embeddings for the knowledge base.
51
60
-`embedding_model_configuration` (Attributes) The embeddings model configuration details for the vector model used in Knowledge Base. (see [below for nested schema](#nestedatt--knowledge_base_configuration--vector_knowledge_base_configuration--embedding_model_configuration))
61
+
-`supplemental_data_storage_configuration` (Attributes) Configurations for supplemental data storage. (see [below for nested schema](#nestedatt--knowledge_base_configuration--vector_knowledge_base_configuration--supplemental_data_storage_configuration))
### Nested Schema for `knowledge_base_configuration.vector_knowledge_base_configuration.supplemental_data_storage_configuration`
81
+
82
+
Read-Only:
83
+
84
+
-`supplemental_data_storage_locations` (Attributes List) List of supplemental data storage locations. (see [below for nested schema](#nestedatt--knowledge_base_configuration--vector_knowledge_base_configuration--supplemental_data_storage_configuration--supplemental_data_storage_locations))
### Nested Schema for `knowledge_base_configuration.vector_knowledge_base_configuration.supplemental_data_storage_configuration.supplemental_data_storage_locations`
88
+
89
+
Read-Only:
90
+
91
+
-`s3_location` (Attributes) An Amazon S3 location. (see [below for nested schema](#nestedatt--knowledge_base_configuration--vector_knowledge_base_configuration--supplemental_data_storage_configuration--supplemental_data_storage_locations--s3_location))
92
+
-`supplemental_data_storage_location_type` (String) Supplemental data storage location type.
### Nested Schema for `knowledge_base_configuration.vector_knowledge_base_configuration.supplemental_data_storage_configuration.supplemental_data_storage_locations.s3_location`
Copy file name to clipboardExpand all lines: docs/data-sources/bedrock_prompt.md
+115Lines changed: 115 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,29 @@ Data Source schema for AWS::Bedrock::Prompt
38
38
39
39
Read-Only:
40
40
41
+
-`gen_ai_resource` (Attributes) Target resource to invoke with Prompt (see [below for nested schema](#nestedatt--variants--gen_ai_resource))
41
42
-`inference_configuration` (Attributes) Model inference configuration (see [below for nested schema](#nestedatt--variants--inference_configuration))
42
43
-`model_id` (String) ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
43
44
-`name` (String) Name for a variant.
44
45
-`template_configuration` (Attributes) Prompt template configuration (see [below for nested schema](#nestedatt--variants--template_configuration))
45
46
-`template_type` (String) Prompt template type
46
47
48
+
<aid="nestedatt--variants--gen_ai_resource"></a>
49
+
### Nested Schema for `variants.gen_ai_resource`
50
+
51
+
Read-Only:
52
+
53
+
-`agent` (Attributes) Target Agent to invoke with Prompt (see [below for nested schema](#nestedatt--variants--gen_ai_resource--agent))
### Nested Schema for `variants.template_configuration.chat`
93
+
94
+
Read-Only:
95
+
96
+
-`input_variables` (Attributes List) List of input variables (see [below for nested schema](#nestedatt--variants--template_configuration--chat--input_variables))
97
+
-`messages` (Attributes List) List of messages for chat prompt template (see [below for nested schema](#nestedatt--variants--template_configuration--chat--messages))
98
+
-`system` (Attributes List) Configuration for chat prompt template (see [below for nested schema](#nestedatt--variants--template_configuration--chat--system))
99
+
-`tool_configuration` (Attributes) Tool configuration (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration))
### Nested Schema for `variants.template_configuration.chat.messages`
111
+
112
+
Read-Only:
113
+
114
+
-`content` (Attributes List) List of Content Blocks (see [below for nested schema](#nestedatt--variants--template_configuration--chat--messages--content))
115
+
-`role` (String) Conversation roles for the chat prompt
### Nested Schema for `variants.template_configuration.chat.tool_configuration`
136
+
137
+
Read-Only:
138
+
139
+
-`tool_choice` (Attributes) Tool choice (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tool_choice))
140
+
-`tools` (Attributes List) List of Tools (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools))
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tool_choice`
144
+
145
+
Read-Only:
146
+
147
+
-`any` (String) Any Tool choice
148
+
-`auto` (String) Auto Tool choice
149
+
-`tool` (Attributes) Specific Tool choice (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tool_choice--tool))
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools`
162
+
163
+
Read-Only:
164
+
165
+
-`tool_spec` (Attributes) Tool specification (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec))
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.tool_spec`
169
+
170
+
Read-Only:
171
+
172
+
-`description` (String)
173
+
-`input_schema` (Attributes) Tool input schema (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec--input_schema))
0 commit comments