Skip to content
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

2025-01-27 schema updates #2173

Merged
merged 6 commits into from
Jan 28, 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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 1.27.0 (Unreleased)

* **New Data Source:** `awscc_cloudfront_vpc_origin`
* **New Data Source:** `awscc_notifications_managed_notification_account_contact_association`
* **New Data Source:** `awscc_notifications_managed_notification_account_contact_associations`
* **New Data Source:** `awscc_notifications_managed_notification_additional_channel_association`
* **New Resource:** `awscc_cloudfront_vpc_origin`
* **New Resource:** `awscc_notifications_managed_notification_account_contact_association`
* **New Resource:** `awscc_notifications_managed_notification_additional_channel_association`

## 1.26.0 (January 16, 2025)

FEATURES:
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/bedrock_knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ Read-Only:
Read-Only:

- `dimensions` (Number) The dimensions details for the vector configuration used on the Bedrock embeddings model.
- `embedding_data_type` (String) The data type for the vectors when using a model to convert text into vector embeddings.



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

Read-Only:

- `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.
- `name` (String) Name for a variant.
- `template_configuration` (Attributes) Prompt template configuration (see [below for nested schema](#nestedatt--variants--template_configuration))
- `template_type` (String) Prompt template type

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

Read-Only:

- `agent` (Attributes) Target Agent to invoke with Prompt (see [below for nested schema](#nestedatt--variants--gen_ai_resource--agent))

<a id="nestedatt--variants--gen_ai_resource--agent"></a>
### Nested Schema for `variants.gen_ai_resource.agent`

Read-Only:

- `agent_identifier` (String) Arn representation of the Agent Alias.



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

Expand All @@ -69,8 +86,106 @@ Read-Only:

Read-Only:

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

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

Read-Only:

- `input_variables` (Attributes List) List of input variables (see [below for nested schema](#nestedatt--variants--template_configuration--chat--input_variables))
- `messages` (Attributes List) List of messages for chat prompt template (see [below for nested schema](#nestedatt--variants--template_configuration--chat--messages))
- `system` (Attributes List) Configuration for chat prompt template (see [below for nested schema](#nestedatt--variants--template_configuration--chat--system))
- `tool_configuration` (Attributes) Tool configuration (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration))

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

Read-Only:

- `name` (String) Name for an input variable


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

Read-Only:

- `content` (Attributes List) List of Content Blocks (see [below for nested schema](#nestedatt--variants--template_configuration--chat--messages--content))
- `role` (String) Conversation roles for the chat prompt

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

Read-Only:

- `text` (String) Configuration for chat prompt template



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

Read-Only:

- `text` (String) Configuration for chat prompt template


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

Read-Only:

- `tool_choice` (Attributes) Tool choice (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tool_choice))
- `tools` (Attributes List) List of Tools (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools))

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

Read-Only:

- `any` (String) Any Tool choice
- `auto` (String) Auto Tool choice
- `tool` (Attributes) Specific Tool choice (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tool_choice--tool))

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

Read-Only:

- `name` (String) Tool name



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

Read-Only:

- `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--tool_spec"></a>
### Nested Schema for `variants.template_configuration.chat.tool_configuration.tools.tool_spec`

Read-Only:

- `description` (String)
- `input_schema` (Attributes) Tool input schema (see [below for nested schema](#nestedatt--variants--template_configuration--chat--tool_configuration--tools--tool_spec--input_schema))
- `name` (String) Tool name

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

Read-Only:

- `json` (String)






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

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

# awscc_cloudfront_vpc_origin (Data Source)

Data Source schema for AWS::CloudFront::VpcOrigin



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

### Required

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

### Read-Only

- `arn` (String)
- `created_time` (String)
- `last_modified_time` (String)
- `status` (String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
- `vpc_origin_endpoint_config` (Attributes) (see [below for nested schema](#nestedatt--vpc_origin_endpoint_config))
- `vpc_origin_id` (String)

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

Read-Only:

- `key` (String)
- `value` (String)


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

Read-Only:

- `arn` (String)
- `http_port` (Number)
- `https_port` (Number)
- `name` (String)
- `origin_protocol_policy` (String)
- `origin_ssl_protocols` (List of String)
3 changes: 3 additions & 0 deletions docs/data-sources/datazone_data_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Data Source schema for AWS::DataZone::DataSource

- `asset_forms_input` (Attributes List) The metadata forms that are to be attached to the assets that this data source works with. (see [below for nested schema](#nestedatt--asset_forms_input))
- `configuration` (Attributes) Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration. (see [below for nested schema](#nestedatt--configuration))
- `connection_id` (String) The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run
- `connection_identifier` (String) The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run
- `created_at` (String) The timestamp of when the data source was created.
- `data_source_id` (String) The unique identifier of the data source.
- `description` (String) The description of the data source.
Expand Down Expand Up @@ -70,6 +72,7 @@ Read-Only:
Read-Only:

- `auto_import_data_quality_result` (Boolean) Specifies whether to automatically import data quality metrics as part of the data source run.
- `catalog_name` (String) The catalog name in the AWS Glue run configuration.
- `data_access_role` (String) The data access role included in the configuration details of the AWS Glue data source.
- `relational_filter_configurations` (Attributes List) The relational filter configurations included in the configuration details of the AWS Glue data source. (see [below for nested schema](#nestedatt--configuration--glue_run_configuration--relational_filter_configurations))

Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/ec2_capacity_reservation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Data Source schema for AWS::EC2::CapacityReservation
### Read-Only

- `availability_zone` (String)
- `availability_zone_id` (String)
- `available_instance_count` (Number)
- `capacity_reservation_id` (String)
- `ebs_optimized` (Boolean)
Expand Down
56 changes: 56 additions & 0 deletions docs/data-sources/ec2_verified_access_endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Data Source schema for AWS::EC2::VerifiedAccessEndpoint

- `application_domain` (String) The DNS name for users to reach your application.
- `attachment_type` (String) The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
- `cidr_options` (Attributes) The options for cidr type endpoint. (see [below for nested schema](#nestedatt--cidr_options))
- `creation_time` (String) The creation time.
- `description` (String) A description for the AWS Verified Access endpoint.
- `device_validation_domain` (String) Returned if endpoint has a device trust provider attached.
Expand All @@ -35,6 +36,7 @@ Data Source schema for AWS::EC2::VerifiedAccessEndpoint
- `network_interface_options` (Attributes) The options for network-interface type endpoint. (see [below for nested schema](#nestedatt--network_interface_options))
- `policy_document` (String) The AWS Verified Access policy document.
- `policy_enabled` (Boolean) The status of the Verified Access policy.
- `rds_options` (Attributes) The options for rds type endpoint. (see [below for nested schema](#nestedatt--rds_options))
- `security_group_ids` (Set of String) The IDs of the security groups for the endpoint.
- `sse_specification` (Attributes) The configuration options for customer provided KMS encryption. (see [below for nested schema](#nestedatt--sse_specification))
- `status` (String) The endpoint status.
Expand All @@ -43,16 +45,46 @@ Data Source schema for AWS::EC2::VerifiedAccessEndpoint
- `verified_access_group_id` (String) The ID of the AWS Verified Access group.
- `verified_access_instance_id` (String) The ID of the AWS Verified Access instance.

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

Read-Only:

- `cidr` (String) The IP address range, in CIDR notation.
- `port_ranges` (Attributes Set) The list of port range. (see [below for nested schema](#nestedatt--cidr_options--port_ranges))
- `protocol` (String) The IP protocol.
- `subnet_ids` (Set of String) The IDs of the subnets.

<a id="nestedatt--cidr_options--port_ranges"></a>
### Nested Schema for `cidr_options.port_ranges`

Read-Only:

- `from_port` (Number) The first port in the range.
- `to_port` (Number) The last port in the range.



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

Read-Only:

- `load_balancer_arn` (String) The ARN of the load balancer.
- `port` (Number) The IP port number.
- `port_ranges` (Attributes Set) The list of port range. (see [below for nested schema](#nestedatt--load_balancer_options--port_ranges))
- `protocol` (String) The IP protocol.
- `subnet_ids` (Set of String) The IDs of the subnets.

<a id="nestedatt--load_balancer_options--port_ranges"></a>
### Nested Schema for `load_balancer_options.port_ranges`

Read-Only:

- `from_port` (Number) The first port in the range.
- `to_port` (Number) The last port in the range.



<a id="nestedatt--network_interface_options"></a>
### Nested Schema for `network_interface_options`
Expand All @@ -61,8 +93,32 @@ Read-Only:

- `network_interface_id` (String) The ID of the network interface.
- `port` (Number) The IP port number.
- `port_ranges` (Attributes Set) The list of port ranges. (see [below for nested schema](#nestedatt--network_interface_options--port_ranges))
- `protocol` (String) The IP protocol.

<a id="nestedatt--network_interface_options--port_ranges"></a>
### Nested Schema for `network_interface_options.port_ranges`

Read-Only:

- `from_port` (Number) The first port in the range.
- `to_port` (Number) The last port in the range.



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

Read-Only:

- `port` (Number) The IP port number.
- `protocol` (String) The IP protocol.
- `rds_db_cluster_arn` (String) The ARN of the RDS DB cluster.
- `rds_db_instance_arn` (String) The ARN of the RDS DB instance.
- `rds_db_proxy_arn` (String) The ARN of the RDS DB proxy.
- `rds_endpoint` (String) The RDS endpoint.
- `subnet_ids` (Set of String) The IDs of the subnets.


<a id="nestedatt--sse_specification"></a>
### Nested Schema for `sse_specification`
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/ec2_verified_access_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Data Source schema for AWS::EC2::VerifiedAccessInstance

### Read-Only

- `cidr_endpoints_custom_sub_domain` (String) Introduce CidrEndpointsCustomSubDomain property to represent the domain (say, ava.my-company.com)
- `cidr_endpoints_custom_sub_domain_name_servers` (List of String) Property to represent the name servers assoicated with the domain that AVA manages (say, ['ns1.amazonaws.com', 'ns2.amazonaws.com', 'ns3.amazonaws.com', 'ns4.amazonaws.com']).
- `creation_time` (String) Time this Verified Access Instance was created.
- `description` (String) A description for the AWS Verified Access instance.
- `fips_enabled` (Boolean) Indicates whether FIPS is enabled
Expand Down
16 changes: 16 additions & 0 deletions docs/data-sources/ec2_verified_access_trust_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Data Source schema for AWS::EC2::VerifiedAccessTrustProvider
- `device_options` (Attributes) The options for device identity based trust providers. (see [below for nested schema](#nestedatt--device_options))
- `device_trust_provider_type` (String) The type of device-based trust provider. Possible values: jamf|crowdstrike
- `last_updated_time` (String) The last updated time.
- `native_application_oidc_options` (Attributes) The OpenID Connect details for an oidc -type, user-identity based trust provider for L4. (see [below for nested schema](#nestedatt--native_application_oidc_options))
- `oidc_options` (Attributes) The OpenID Connect details for an oidc -type, user-identity based trust provider. (see [below for nested schema](#nestedatt--oidc_options))
- `policy_reference_name` (String) The identifier to be used when working with policy rules.
- `sse_specification` (Attributes) The configuration options for customer provided KMS encryption. (see [below for nested schema](#nestedatt--sse_specification))
Expand All @@ -43,6 +44,21 @@ Read-Only:
- `tenant_id` (String) The ID of the tenant application with the device-identity provider.


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

Read-Only:

- `authorization_endpoint` (String) The OIDC authorization endpoint.
- `client_id` (String) The client identifier.
- `client_secret` (String) The client secret.
- `issuer` (String) The OIDC issuer.
- `public_signing_key_endpoint` (String) The public signing key for endpoint
- `scope` (String) OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to details of a user. Each scope returns a specific set of user attributes.
- `token_endpoint` (String) The OIDC token endpoint.
- `user_info_endpoint` (String) The OIDC user info endpoint.


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

Expand Down
Loading
Loading