Skip to content

Commit

Permalink
Merge pull request #1934 from hashicorp/f-07-31-2024-schema-updates
Browse files Browse the repository at this point in the history
07/31/2024 CloudFormation schema refresh
  • Loading branch information
ewbankkit committed Aug 1, 2024
2 parents 858157a + a680314 commit 7aef3dd
Show file tree
Hide file tree
Showing 143 changed files with 12,166 additions and 1,070 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
FEATURES:

* provider: Add `endpoints` argument
* **New Data Source:** `awscc_arczonalshift_autoshift_observer_notification_status`
* **New Data Source:** `awscc_arczonalshift_autoshift_observer_notification_statuses`
* **New Data Source:** `awscc_cleanrooms_id_mapping_table`
* **New Data Source:** `awscc_sagemaker_studio_lifecycle_config`
* **New Data Source:** `awscc_sagemaker_studio_lifecycle_configs`
* **New Resource:** `awscc_arczonalshift_autoshift_observer_notification_status`
* **New Resource:** `awscc_cleanrooms_id_mapping_table`
* **New Resource:** `awscc_sagemaker_studio_lifecycle_config`

## 1.7.0 (July 25, 2024)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_arczonalshift_autoshift_observer_notification_status Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::ARCZonalShift::AutoshiftObserverNotificationStatus
---

# awscc_arczonalshift_autoshift_observer_notification_status (Data Source)

Data Source schema for AWS::ARCZonalShift::AutoshiftObserverNotificationStatus



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

### Required

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

### Read-Only

- `account_id` (String) User account id, used as part of the primary identifier for the resource
- `region` (String) Region, used as part of the primary identifier for the resource
- `status` (String)
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_arczonalshift_autoshift_observer_notification_statuses Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::ARCZonalShift::AutoshiftObserverNotificationStatus
---

# awscc_arczonalshift_autoshift_observer_notification_statuses (Data Source)

Plural Data Source schema for AWS::ARCZonalShift::AutoshiftObserverNotificationStatus



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

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
18 changes: 18 additions & 0 deletions docs/data-sources/bedrock_guardrail.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Data Source schema for AWS::Bedrock::Guardrail
- `blocked_input_messaging` (String) Messaging for when violations are detected in text
- `blocked_outputs_messaging` (String) Messaging for when violations are detected in text
- `content_policy_config` (Attributes) Content policy config for a guardrail. (see [below for nested schema](#nestedatt--content_policy_config))
- `contextual_grounding_policy_config` (Attributes) Contextual grounding policy config for a guardrail. (see [below for nested schema](#nestedatt--contextual_grounding_policy_config))
- `created_at` (String) Time Stamp
- `description` (String) Description of the guardrail or its version
- `failure_recommendations` (List of String) List of failure recommendations
Expand Down Expand Up @@ -58,6 +59,23 @@ Read-Only:



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

Read-Only:

- `filters_config` (Attributes List) List of contextual grounding filter configs. (see [below for nested schema](#nestedatt--contextual_grounding_policy_config--filters_config))

<a id="nestedatt--contextual_grounding_policy_config--filters_config"></a>
### Nested Schema for `contextual_grounding_policy_config.filters_config`

Read-Only:

- `threshold` (Number) The threshold for this filter.
- `type` (String) Type of contextual grounding filter



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

Expand Down
4 changes: 4 additions & 0 deletions docs/data-sources/cleanrooms_configured_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Read-Only:

Read-Only:

- `additional_analyses` (String)
- `aggregate_columns` (Attributes List) (see [below for nested schema](#nestedatt--analysis_rules--policy--v1--aggregation--aggregate_columns))
- `allowed_join_operators` (List of String)
- `dimension_columns` (List of String)
Expand Down Expand Up @@ -93,9 +94,11 @@ Read-Only:

Read-Only:

- `additional_analyses` (String)
- `allowed_analyses` (List of String)
- `allowed_analysis_providers` (List of String)
- `differential_privacy` (Attributes) (see [below for nested schema](#nestedatt--analysis_rules--policy--v1--custom--differential_privacy))
- `disallowed_output_columns` (List of String)

<a id="nestedatt--analysis_rules--policy--v1--custom--differential_privacy"></a>
### Nested Schema for `analysis_rules.policy.v1.custom.differential_privacy`
Expand All @@ -119,6 +122,7 @@ Read-Only:

Read-Only:

- `additional_analyses` (String)
- `allowed_join_operators` (List of String)
- `join_columns` (List of String)
- `list_columns` (List of String)
Expand Down
55 changes: 55 additions & 0 deletions docs/data-sources/cleanrooms_configured_table_association.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Data Source schema for AWS::CleanRooms::ConfiguredTableAssociation
### Read-Only

- `arn` (String)
- `configured_table_association_analysis_rules` (Attributes List) (see [below for nested schema](#nestedatt--configured_table_association_analysis_rules))
- `configured_table_association_identifier` (String)
- `configured_table_identifier` (String)
- `description` (String)
Expand All @@ -30,6 +31,60 @@ Data Source schema for AWS::CleanRooms::ConfiguredTableAssociation
- `role_arn` (String)
- `tags` (Attributes List) An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration. (see [below for nested schema](#nestedatt--tags))

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

Read-Only:

- `policy` (Attributes) (see [below for nested schema](#nestedatt--configured_table_association_analysis_rules--policy))
- `type` (String)

<a id="nestedatt--configured_table_association_analysis_rules--policy"></a>
### Nested Schema for `configured_table_association_analysis_rules.policy`

Read-Only:

- `v1` (Attributes) (see [below for nested schema](#nestedatt--configured_table_association_analysis_rules--policy--v1))

<a id="nestedatt--configured_table_association_analysis_rules--policy--v1"></a>
### Nested Schema for `configured_table_association_analysis_rules.policy.v1`

Read-Only:

- `aggregation` (Attributes) (see [below for nested schema](#nestedatt--configured_table_association_analysis_rules--policy--v1--aggregation))
- `custom` (Attributes) (see [below for nested schema](#nestedatt--configured_table_association_analysis_rules--policy--v1--custom))
- `list` (Attributes) (see [below for nested schema](#nestedatt--configured_table_association_analysis_rules--policy--v1--list))

<a id="nestedatt--configured_table_association_analysis_rules--policy--v1--aggregation"></a>
### Nested Schema for `configured_table_association_analysis_rules.policy.v1.aggregation`

Read-Only:

- `allowed_additional_analyses` (List of String)
- `allowed_result_receivers` (List of String)


<a id="nestedatt--configured_table_association_analysis_rules--policy--v1--custom"></a>
### Nested Schema for `configured_table_association_analysis_rules.policy.v1.custom`

Read-Only:

- `allowed_additional_analyses` (List of String)
- `allowed_result_receivers` (List of String)


<a id="nestedatt--configured_table_association_analysis_rules--policy--v1--list"></a>
### Nested Schema for `configured_table_association_analysis_rules.policy.v1.list`

Read-Only:

- `allowed_additional_analyses` (List of String)
- `allowed_result_receivers` (List of String)





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

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

# awscc_cleanrooms_id_mapping_table (Data Source)

Data Source schema for AWS::CleanRooms::IdMappingTable



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

### Required

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

### Read-Only

- `arn` (String)
- `collaboration_arn` (String)
- `collaboration_identifier` (String)
- `description` (String)
- `id_mapping_table_identifier` (String)
- `input_reference_config` (Attributes) (see [below for nested schema](#nestedatt--input_reference_config))
- `input_reference_properties` (Attributes) (see [below for nested schema](#nestedatt--input_reference_properties))
- `kms_key_arn` (String)
- `membership_arn` (String)
- `membership_identifier` (String)
- `name` (String)
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags))

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

Read-Only:

- `input_reference_arn` (String)
- `manage_resource_policies` (Boolean)


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

Read-Only:

- `id_mapping_table_input_source` (Attributes List) (see [below for nested schema](#nestedatt--input_reference_properties--id_mapping_table_input_source))

<a id="nestedatt--input_reference_properties--id_mapping_table_input_source"></a>
### Nested Schema for `input_reference_properties.id_mapping_table_input_source`

Read-Only:

- `id_namespace_association_id` (String)
- `type` (String)



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

Read-Only:

- `key` (String)
- `value` (String)
25 changes: 19 additions & 6 deletions docs/data-sources/ec2_vpn_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,40 @@ Data Source schema for AWS::EC2::VPNConnection
### Read-Only

- `customer_gateway_id` (String) The ID of the customer gateway at your end of the VPN connection.
- `static_routes_only` (Boolean) Indicates whether the VPN connection uses static routes only.
- `enable_acceleration` (Boolean)
- `static_routes_only` (Boolean) Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don't support BGP.
If you are creating a VPN connection for a device that does not support Border Gateway Protocol (BGP), you must specify ``true``.
- `tags` (Attributes List) Any tags assigned to the VPN connection. (see [below for nested schema](#nestedatt--tags))
- `transit_gateway_id` (String) The ID of the transit gateway associated with the VPN connection.
You must specify either ``TransitGatewayId`` or ``VpnGatewayId``, but not both.
- `type` (String) The type of VPN connection.
- `vpn_connection_id` (String) The provider-assigned unique ID for this managed resource
- `vpn_connection_id` (String)
- `vpn_gateway_id` (String) The ID of the virtual private gateway at the AWS side of the VPN connection.
You must specify either ``TransitGatewayId`` or ``VpnGatewayId``, but not both.
- `vpn_tunnel_options_specifications` (Attributes List) The tunnel options for the VPN connection. (see [below for nested schema](#nestedatt--vpn_tunnel_options_specifications))

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

Read-Only:

- `key` (String)
- `value` (String)
- `key` (String) The tag key.
- `value` (String) The tag value.


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

Read-Only:

- `pre_shared_key` (String)
- `tunnel_inside_cidr` (String)
- `pre_shared_key` (String) The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).
- `tunnel_inside_cidr` (String) The range of inside IP addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.
Constraints: A size /30 CIDR block from the ``169.254.0.0/16`` range. The following CIDR blocks are reserved and cannot be used:
+ ``169.254.0.0/30``
+ ``169.254.1.0/30``
+ ``169.254.2.0/30``
+ ``169.254.3.0/30``
+ ``169.254.4.0/30``
+ ``169.254.5.0/30``
+ ``169.254.169.252/30``
2 changes: 1 addition & 1 deletion docs/data-sources/elasticloadbalancingv2_load_balancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Data Source schema for AWS::ElasticLoadBalancingV2::LoadBalancer
- `enforce_security_group_inbound_rules_on_private_link_traffic` (String) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- `ip_address_type` (String) Note: Internal load balancers must use the ``ipv4`` IP address type.
[Application Load Balancers] The IP address type. The possible values are ``ipv4`` (for only IPv4 addresses), ``dualstack`` (for IPv4 and IPv6 addresses), and ``dualstack-without-public-ipv4`` (for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
[Network Load Balancers] The IP address type. The possible values are ``ipv4`` (for only IPv4 addresses) and ``dualstack`` (for IPv4 and IPv6 addresses). You cant specify ``dualstack`` for a load balancer with a UDP or TCP_UDP listener.
[Network Load Balancers] The IP address type. The possible values are ``ipv4`` (for only IPv4 addresses) and ``dualstack`` (for IPv4 and IPv6 addresses). You can?t specify ``dualstack`` for a load balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ``ipv4`` (for only IPv4 addresses) and ``dualstack`` (for IPv4 and IPv6 addresses).
- `load_balancer_arn` (String)
- `load_balancer_attributes` (Attributes Set) The load balancer attributes. (see [below for nested schema](#nestedatt--load_balancer_attributes))
Expand Down
1 change: 0 additions & 1 deletion docs/data-sources/entityresolution_id_mapping_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Data Source schema for AWS::EntityResolution::IdMappingWorkflow
Read-Only:

- `id_mapping_type` (String)
- `normalization_version` (String)
- `provider_properties` (Attributes) (see [below for nested schema](#nestedatt--id_mapping_techniques--provider_properties))
- `rule_based_properties` (Attributes) (see [below for nested schema](#nestedatt--id_mapping_techniques--rule_based_properties))

Expand Down
Loading

0 comments on commit 7aef3dd

Please sign in to comment.