Skip to content

Commit 00e87cd

Browse files
committed
2025/02/14 Run 'make docs-all'.
1 parent 78f00eb commit 00e87cd

40 files changed

+585
-29
lines changed

docs/data-sources/acmpca_certificate_authority.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ Read-Only:
154154
Read-Only:
155155

156156
- `crl_distribution_point_extension_configuration` (Attributes) Configures the default behavior of the CRL Distribution Point extension for certificates issued by your certificate authority (see [below for nested schema](#nestedatt--revocation_configuration--crl_configuration--crl_distribution_point_extension_configuration))
157+
- `crl_type` (String)
157158
- `custom_cname` (String)
159+
- `custom_path` (String)
158160
- `enabled` (Boolean)
159161
- `expiration_in_days` (Number)
160162
- `s3_bucket_name` (String)

docs/data-sources/backup_backup_plan.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Read-Only:
5353
- `completion_window_minutes` (Number)
5454
- `copy_actions` (Attributes List) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--copy_actions))
5555
- `enable_continuous_backup` (Boolean)
56+
- `index_actions` (Attributes List) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--index_actions))
5657
- `lifecycle` (Attributes) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--lifecycle))
5758
- `recovery_point_tags` (Map of String)
5859
- `rule_name` (String)
@@ -80,6 +81,14 @@ Read-Only:
8081

8182

8283

84+
<a id="nestedatt--backup_plan--backup_plan_rule--index_actions"></a>
85+
### Nested Schema for `backup_plan.backup_plan_rule.index_actions`
86+
87+
Read-Only:
88+
89+
- `resource_types` (List of String)
90+
91+
8392
<a id="nestedatt--backup_plan--backup_plan_rule--lifecycle"></a>
8493
### Nested Schema for `backup_plan.backup_plan_rule.lifecycle`
8594

docs/data-sources/bedrock_prompt.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Data Source schema for AWS::Bedrock::Prompt
3838

3939
Read-Only:
4040

41+
- `additional_model_request_fields` (String) Contains model-specific configurations
4142
- `gen_ai_resource` (Attributes) Target resource to invoke with Prompt (see [below for nested schema](#nestedatt--variants--gen_ai_resource))
4243
- `inference_configuration` (Attributes) Model inference configuration (see [below for nested schema](#nestedatt--variants--inference_configuration))
4344
- `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.
@@ -119,17 +120,35 @@ Read-Only:
119120

120121
Read-Only:
121122

123+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--chat--messages--content--cache_point))
122124
- `text` (String) Configuration for chat prompt template
123125

126+
<a id="nestedatt--variants--template_configuration--chat--messages--content--cache_point"></a>
127+
### Nested Schema for `variants.template_configuration.chat.messages.content.cache_point`
128+
129+
Read-Only:
130+
131+
- `type` (String) CachePoint types for CachePointBlock
132+
133+
124134

125135

126136
<a id="nestedatt--variants--template_configuration--chat--system"></a>
127137
### Nested Schema for `variants.template_configuration.chat.system`
128138

129139
Read-Only:
130140

141+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--chat--system--cache_point))
131142
- `text` (String) Configuration for chat prompt template
132143

144+
<a id="nestedatt--variants--template_configuration--chat--system--cache_point"></a>
145+
### Nested Schema for `variants.template_configuration.chat.system.cache_point`
146+
147+
Read-Only:
148+
149+
- `type` (String) CachePoint types for CachePointBlock
150+
151+
133152

134153
<a id="nestedatt--variants--template_configuration--chat--tool_configuration"></a>
135154
### Nested Schema for `variants.template_configuration.chat.tool_configuration`
@@ -162,8 +181,17 @@ Read-Only:
162181

163182
Read-Only:
164183

184+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools--cache_point))
165185
- `tool_spec` (Attributes) Tool specification (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec))
166186

187+
<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--cache_point"></a>
188+
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.cache_point`
189+
190+
Read-Only:
191+
192+
- `type` (String) CachePoint types for CachePointBlock
193+
194+
167195
<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec"></a>
168196
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.tool_spec`
169197

@@ -190,10 +218,19 @@ Read-Only:
190218

191219
Read-Only:
192220

221+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--text--cache_point))
193222
- `input_variables` (Attributes List) List of input variables (see [below for nested schema](#nestedatt--variants--template_configuration--text--input_variables))
194223
- `text` (String) Prompt content for String prompt template
195224
- `text_s3_location` (Attributes) The identifier for the S3 resource. (see [below for nested schema](#nestedatt--variants--template_configuration--text--text_s3_location))
196225

226+
<a id="nestedatt--variants--template_configuration--text--cache_point"></a>
227+
### Nested Schema for `variants.template_configuration.text.cache_point`
228+
229+
Read-Only:
230+
231+
- `type` (String) CachePoint types for CachePointBlock
232+
233+
197234
<a id="nestedatt--variants--template_configuration--text--input_variables"></a>
198235
### Nested Schema for `variants.template_configuration.text.input_variables`
199236

docs/data-sources/bedrock_prompt_version.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Data Source schema for AWS::Bedrock::PromptVersion
3939

4040
Read-Only:
4141

42+
- `additional_model_request_fields` (String) Contains model-specific configurations
4243
- `gen_ai_resource` (Attributes) Target resource to invoke with Prompt (see [below for nested schema](#nestedatt--variants--gen_ai_resource))
4344
- `inference_configuration` (Attributes) Model inference configuration (see [below for nested schema](#nestedatt--variants--inference_configuration))
4445
- `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.
@@ -120,17 +121,35 @@ Read-Only:
120121

121122
Read-Only:
122123

124+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--chat--messages--content--cache_point))
123125
- `text` (String) Configuration for chat prompt template
124126

127+
<a id="nestedatt--variants--template_configuration--chat--messages--content--cache_point"></a>
128+
### Nested Schema for `variants.template_configuration.chat.messages.content.cache_point`
129+
130+
Read-Only:
131+
132+
- `type` (String) CachePoint types for CachePointBlock
133+
134+
125135

126136

127137
<a id="nestedatt--variants--template_configuration--chat--system"></a>
128138
### Nested Schema for `variants.template_configuration.chat.system`
129139

130140
Read-Only:
131141

142+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--chat--system--cache_point))
132143
- `text` (String) Configuration for chat prompt template
133144

145+
<a id="nestedatt--variants--template_configuration--chat--system--cache_point"></a>
146+
### Nested Schema for `variants.template_configuration.chat.system.cache_point`
147+
148+
Read-Only:
149+
150+
- `type` (String) CachePoint types for CachePointBlock
151+
152+
134153

135154
<a id="nestedatt--variants--template_configuration--chat--tool_configuration"></a>
136155
### Nested Schema for `variants.template_configuration.chat.tool_configuration`
@@ -163,8 +182,17 @@ Read-Only:
163182

164183
Read-Only:
165184

185+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools--cache_point))
166186
- `tool_spec` (Attributes) Tool specification (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec))
167187

188+
<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--cache_point"></a>
189+
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.cache_point`
190+
191+
Read-Only:
192+
193+
- `type` (String) CachePoint types for CachePointBlock
194+
195+
168196
<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec"></a>
169197
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.tool_spec`
170198

@@ -191,9 +219,18 @@ Read-Only:
191219

192220
Read-Only:
193221

222+
- `cache_point` (Attributes) CachePointBlock (see [below for nested schema](#nestedatt--variants--template_configuration--text--cache_point))
194223
- `input_variables` (Attributes List) List of input variables (see [below for nested schema](#nestedatt--variants--template_configuration--text--input_variables))
195224
- `text` (String) Prompt content for String prompt template
196225

226+
<a id="nestedatt--variants--template_configuration--text--cache_point"></a>
227+
### Nested Schema for `variants.template_configuration.text.cache_point`
228+
229+
Read-Only:
230+
231+
- `type` (String) CachePoint types for CachePointBlock
232+
233+
197234
<a id="nestedatt--variants--template_configuration--text--input_variables"></a>
198235
### Nested Schema for `variants.template_configuration.text.input_variables`
199236

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "awscc_cognito_user_pool_domain Data Source - terraform-provider-awscc"
4+
subcategory: ""
5+
description: |-
6+
Data Source schema for AWS::Cognito::UserPoolDomain
7+
---
8+
9+
# awscc_cognito_user_pool_domain (Data Source)
10+
11+
Data Source schema for AWS::Cognito::UserPoolDomain
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+
- `cloudfront_distribution` (String)
25+
- `custom_domain_config` (Attributes) (see [below for nested schema](#nestedatt--custom_domain_config))
26+
- `domain` (String)
27+
- `managed_login_version` (Number)
28+
- `user_pool_id` (String)
29+
30+
<a id="nestedatt--custom_domain_config"></a>
31+
### Nested Schema for `custom_domain_config`
32+
33+
Read-Only:
34+
35+
- `certificate_arn` (String)
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "awscc_connect_contact_flow_version Data Source - terraform-provider-awscc"
4+
subcategory: ""
5+
description: |-
6+
Data Source schema for AWS::Connect::ContactFlowVersion
7+
---
8+
9+
# awscc_connect_contact_flow_version (Data Source)
10+
11+
Data Source schema for AWS::Connect::ContactFlowVersion
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+
- `contact_flow_id` (String) The ARN of the contact flow this version is tied to.
25+
- `contact_flow_version_arn` (String) The identifier of the contact flow version (ARN).
26+
- `description` (String) The description of the version.
27+
- `flow_content_sha_256` (String) Indicates the checksum value of the latest published flow content
28+
- `version` (Number) The version number of this revision

docs/data-sources/datasync_location_smb.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ Data Source schema for AWS::DataSync::LocationSMB
2222
### Read-Only
2323

2424
- `agent_arns` (List of String) The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
25+
- `authentication_type` (String) The authentication mode used to determine identity of user.
26+
- `dns_ip_addresses` (List of String) Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if AuthenticationType is set to KERBEROS. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.
2527
- `domain` (String) The name of the Windows domain that the SMB server belongs to.
28+
- `kerberos_keytab` (String) The Base64 string representation of the Keytab file. Specifies your Kerberos key table (keytab) file, which includes mappings between your service principal name (SPN) and encryption keys. To avoid task execution errors, make sure that the SPN in the keytab file matches exactly what you specify for KerberosPrincipal and in your krb5.conf file.
29+
- `kerberos_krb_5_conf` (String) The string representation of the Krb5Conf file, or the presigned URL to access the Krb5.conf file within an S3 bucket. Specifies a Kerberos configuration file (krb5.conf) that defines your Kerberos realm configuration. To avoid task execution errors, make sure that the service principal name (SPN) in the krb5.conf file matches exactly what you specify for KerberosPrincipal and in your keytab file.
30+
- `kerberos_principal` (String) Specifies a service principal name (SPN), which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server. SPNs are case sensitive and must include a prepended cifs/. For example, an SPN might look like cifs/[email protected]. Your task execution will fail if the SPN that you provide for this parameter doesn't match exactly what's in your keytab or krb5.conf files.
2631
- `location_arn` (String) The Amazon Resource Name (ARN) of the SMB location that is created.
2732
- `location_uri` (String) The URL of the SMB location that was described.
2833
- `mount_options` (Attributes) The mount options used by DataSync to access the SMB server. (see [below for nested schema](#nestedatt--mount_options))

docs/data-sources/dynamodb_global_table.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Data Source schema for AWS::DynamoDB::GlobalTable
2727
- `global_secondary_indexes` (Attributes Set) (see [below for nested schema](#nestedatt--global_secondary_indexes))
2828
- `key_schema` (Attributes List) (see [below for nested schema](#nestedatt--key_schema))
2929
- `local_secondary_indexes` (Attributes Set) (see [below for nested schema](#nestedatt--local_secondary_indexes))
30-
- `point_in_time_recovery_specification` (Attributes) (see [below for nested schema](#nestedatt--point_in_time_recovery_specification))
3130
- `replicas` (Attributes Set) (see [below for nested schema](#nestedatt--replicas))
3231
- `sse_specification` (Attributes) (see [below for nested schema](#nestedatt--sse_specification))
3332
- `stream_arn` (String)
@@ -163,15 +162,6 @@ Read-Only:
163162

164163

165164

166-
<a id="nestedatt--point_in_time_recovery_specification"></a>
167-
### Nested Schema for `point_in_time_recovery_specification`
168-
169-
Read-Only:
170-
171-
- `point_in_time_recovery_enabled` (Boolean)
172-
- `recovery_period_in_days` (Number)
173-
174-
175165
<a id="nestedatt--replicas"></a>
176166
### Nested Schema for `replicas`
177167

docs/data-sources/ec2_ipam.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Data Source schema for AWS::EC2::IPAM
2424
- `arn` (String) The Amazon Resource Name (ARN) of the IPAM.
2525
- `default_resource_discovery_association_id` (String) The Id of the default association to the default resource discovery, created with this IPAM.
2626
- `default_resource_discovery_id` (String) The Id of the default resource discovery, created with this IPAM.
27+
- `default_resource_discovery_organizational_unit_exclusions` (Attributes Set) A set of organizational unit (OU) exclusions for the default resource discovery, created with this IPAM. (see [below for nested schema](#nestedatt--default_resource_discovery_organizational_unit_exclusions))
2728
- `description` (String)
2829
- `enable_private_gua` (Boolean) Enable provisioning of GUA space in private pools.
2930
- `ipam_id` (String) Id of the IPAM.
@@ -35,6 +36,14 @@ Data Source schema for AWS::EC2::IPAM
3536
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
3637
- `tier` (String) The tier of the IPAM.
3738

39+
<a id="nestedatt--default_resource_discovery_organizational_unit_exclusions"></a>
40+
### Nested Schema for `default_resource_discovery_organizational_unit_exclusions`
41+
42+
Read-Only:
43+
44+
- `organizations_entity_path` (String) An AWS Organizations entity path. Build the path for the OU(s) using AWS Organizations IDs separated by a '/'. Include all child OUs by ending the path with '/*'.
45+
46+
3847
<a id="nestedatt--operating_regions"></a>
3948
### Nested Schema for `operating_regions`
4049

docs/data-sources/ec2_ipam_resource_discovery.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Data Source schema for AWS::EC2::IPAMResourceDiscovery
2727
- `ipam_resource_discovery_region` (String) The region the resource discovery is setup in.
2828
- `is_default` (Boolean) Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
2929
- `operating_regions` (Attributes Set) The regions Resource Discovery is enabled for. Allows resource discoveries to be created in these regions, as well as enabling monitoring (see [below for nested schema](#nestedatt--operating_regions))
30+
- `organizational_unit_exclusions` (Attributes Set) A set of organizational unit (OU) exclusions for this resource. (see [below for nested schema](#nestedatt--organizational_unit_exclusions))
3031
- `owner_id` (String) Owner Account ID of the Resource Discovery
3132
- `state` (String) The state of this Resource Discovery.
3233
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
@@ -39,6 +40,14 @@ Read-Only:
3940
- `region_name` (String) The name of the region.
4041

4142

43+
<a id="nestedatt--organizational_unit_exclusions"></a>
44+
### Nested Schema for `organizational_unit_exclusions`
45+
46+
Read-Only:
47+
48+
- `organizations_entity_path` (String) An AWS Organizations entity path. Build the path for the OU(s) using AWS Organizations IDs separated by a '/'. Include all child OUs by ending the path with '/*'.
49+
50+
4251
<a id="nestedatt--tags"></a>
4352
### Nested Schema for `tags`
4453

0 commit comments

Comments
 (0)