Skip to content

Commit

Permalink
Merge pull request #2207 from hashicorp/f-2025-02-14-schema-updates
Browse files Browse the repository at this point in the history
2025/02/14: Schema Updates
  • Loading branch information
gdavison authored Feb 14, 2025
2 parents 98df3b2 + 3726b50 commit 9f4e998
Show file tree
Hide file tree
Showing 144 changed files with 10,340 additions and 1,279 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 1.29.0 (Unreleased)

* **New Data Source:** `awscc_cognito_user_pool_domain`
* **New Data Source:** `awscc_connect_contact_flow_version`
* **New Data Source:** `awscc_transfer_web_apps`
* **New Data Source:** `awscc_transfer_web_app`
* **New Resource:** `awscc_cognito_user_pool_domain`
* **New Resource:** `awscc_connect_contact_flow_version`
* **New Resource:** `awscc_transfer_web_app`

## 1.28.0 (February 6, 2025)

* **New Data Source:** `awscc_deadline_limit`
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/acmpca_certificate_authority.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ Read-Only:
Read-Only:

- `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))
- `crl_type` (String)
- `custom_cname` (String)
- `custom_path` (String)
- `enabled` (Boolean)
- `expiration_in_days` (Number)
- `s3_bucket_name` (String)
Expand Down
9 changes: 9 additions & 0 deletions docs/data-sources/backup_backup_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Read-Only:
- `completion_window_minutes` (Number)
- `copy_actions` (Attributes List) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--copy_actions))
- `enable_continuous_backup` (Boolean)
- `index_actions` (Attributes List) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--index_actions))
- `lifecycle` (Attributes) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--lifecycle))
- `recovery_point_tags` (Map of String)
- `rule_name` (String)
Expand Down Expand Up @@ -80,6 +81,14 @@ Read-Only:



<a id="nestedatt--backup_plan--backup_plan_rule--index_actions"></a>
### Nested Schema for `backup_plan.backup_plan_rule.index_actions`

Read-Only:

- `resource_types` (List of String)


<a id="nestedatt--backup_plan--backup_plan_rule--lifecycle"></a>
### Nested Schema for `backup_plan.backup_plan_rule.lifecycle`

Expand Down
37 changes: 37 additions & 0 deletions docs/data-sources/bedrock_prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Data Source schema for AWS::Bedrock::Prompt

Read-Only:

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

Read-Only:

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

<a id="nestedatt--variants--template_configuration--chat--messages--content--cache_point"></a>
### Nested Schema for `variants.template_configuration.chat.messages.content.cache_point`

Read-Only:

- `type` (String) CachePoint types for CachePointBlock




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

Read-Only:

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

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

Read-Only:

- `type` (String) CachePoint types for CachePointBlock



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

Read-Only:

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

<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--cache_point"></a>
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.cache_point`

Read-Only:

- `type` (String) CachePoint types for CachePointBlock


<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec"></a>
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.tool_spec`

Expand All @@ -190,10 +218,19 @@ Read-Only:

Read-Only:

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

<a id="nestedatt--variants--template_configuration--text--cache_point"></a>
### Nested Schema for `variants.template_configuration.text.cache_point`

Read-Only:

- `type` (String) CachePoint types for CachePointBlock


<a id="nestedatt--variants--template_configuration--text--input_variables"></a>
### Nested Schema for `variants.template_configuration.text.input_variables`

Expand Down
37 changes: 37 additions & 0 deletions docs/data-sources/bedrock_prompt_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Data Source schema for AWS::Bedrock::PromptVersion

Read-Only:

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

Read-Only:

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

<a id="nestedatt--variants--template_configuration--chat--messages--content--cache_point"></a>
### Nested Schema for `variants.template_configuration.chat.messages.content.cache_point`

Read-Only:

- `type` (String) CachePoint types for CachePointBlock




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

Read-Only:

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

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

Read-Only:

- `type` (String) CachePoint types for CachePointBlock



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

Read-Only:

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

<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--cache_point"></a>
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.cache_point`

Read-Only:

- `type` (String) CachePoint types for CachePointBlock


<a id="nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec"></a>
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.tool_spec`

Expand All @@ -191,9 +219,18 @@ Read-Only:

Read-Only:

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

<a id="nestedatt--variants--template_configuration--text--cache_point"></a>
### Nested Schema for `variants.template_configuration.text.cache_point`

Read-Only:

- `type` (String) CachePoint types for CachePointBlock


<a id="nestedatt--variants--template_configuration--text--input_variables"></a>
### Nested Schema for `variants.template_configuration.text.input_variables`

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

# awscc_cognito_user_pool_domain (Data Source)

Data Source schema for AWS::Cognito::UserPoolDomain



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

### Required

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

### Read-Only

- `cloudfront_distribution` (String)
- `custom_domain_config` (Attributes) (see [below for nested schema](#nestedatt--custom_domain_config))
- `domain` (String)
- `managed_login_version` (Number)
- `user_pool_id` (String)

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

Read-Only:

- `certificate_arn` (String)
28 changes: 28 additions & 0 deletions docs/data-sources/connect_contact_flow_version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_connect_contact_flow_version Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::Connect::ContactFlowVersion
---

# awscc_connect_contact_flow_version (Data Source)

Data Source schema for AWS::Connect::ContactFlowVersion



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

### Required

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

### Read-Only

- `contact_flow_id` (String) The ARN of the contact flow this version is tied to.
- `contact_flow_version_arn` (String) The identifier of the contact flow version (ARN).
- `description` (String) The description of the version.
- `flow_content_sha_256` (String) Indicates the checksum value of the latest published flow content
- `version` (Number) The version number of this revision
5 changes: 5 additions & 0 deletions docs/data-sources/datasync_location_smb.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ Data Source schema for AWS::DataSync::LocationSMB
### Read-Only

- `agent_arns` (List of String) The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
- `authentication_type` (String) The authentication mode used to determine identity of user.
- `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.
- `domain` (String) The name of the Windows domain that the SMB server belongs to.
- `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.
- `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.
- `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.
- `location_arn` (String) The Amazon Resource Name (ARN) of the SMB location that is created.
- `location_uri` (String) The URL of the SMB location that was described.
- `mount_options` (Attributes) The mount options used by DataSync to access the SMB server. (see [below for nested schema](#nestedatt--mount_options))
Expand Down
10 changes: 0 additions & 10 deletions docs/data-sources/dynamodb_global_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Data Source schema for AWS::DynamoDB::GlobalTable
- `global_secondary_indexes` (Attributes Set) (see [below for nested schema](#nestedatt--global_secondary_indexes))
- `key_schema` (Attributes List) (see [below for nested schema](#nestedatt--key_schema))
- `local_secondary_indexes` (Attributes Set) (see [below for nested schema](#nestedatt--local_secondary_indexes))
- `point_in_time_recovery_specification` (Attributes) (see [below for nested schema](#nestedatt--point_in_time_recovery_specification))
- `replicas` (Attributes Set) (see [below for nested schema](#nestedatt--replicas))
- `sse_specification` (Attributes) (see [below for nested schema](#nestedatt--sse_specification))
- `stream_arn` (String)
Expand Down Expand Up @@ -163,15 +162,6 @@ Read-Only:



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

Read-Only:

- `point_in_time_recovery_enabled` (Boolean)
- `recovery_period_in_days` (Number)


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

Expand Down
9 changes: 9 additions & 0 deletions docs/data-sources/ec2_ipam.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Data Source schema for AWS::EC2::IPAM
- `arn` (String) The Amazon Resource Name (ARN) of the IPAM.
- `default_resource_discovery_association_id` (String) The Id of the default association to the default resource discovery, created with this IPAM.
- `default_resource_discovery_id` (String) The Id of the default resource discovery, created with this IPAM.
- `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))
- `description` (String)
- `enable_private_gua` (Boolean) Enable provisioning of GUA space in private pools.
- `ipam_id` (String) Id of the IPAM.
Expand All @@ -35,6 +36,14 @@ Data Source schema for AWS::EC2::IPAM
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
- `tier` (String) The tier of the IPAM.

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

Read-Only:

- `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 '/*'.


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

Expand Down
9 changes: 9 additions & 0 deletions docs/data-sources/ec2_ipam_resource_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Data Source schema for AWS::EC2::IPAMResourceDiscovery
- `ipam_resource_discovery_region` (String) The region the resource discovery is setup in.
- `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.
- `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))
- `organizational_unit_exclusions` (Attributes Set) A set of organizational unit (OU) exclusions for this resource. (see [below for nested schema](#nestedatt--organizational_unit_exclusions))
- `owner_id` (String) Owner Account ID of the Resource Discovery
- `state` (String) The state of this Resource Discovery.
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
Expand All @@ -39,6 +40,14 @@ Read-Only:
- `region_name` (String) The name of the region.


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

Read-Only:

- `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 '/*'.


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

Expand Down
Loading

0 comments on commit 9f4e998

Please sign in to comment.