Skip to content

Commit

Permalink
Merge pull request #1002 from hashicorp/f-06-14-2023-schema-updates
Browse files Browse the repository at this point in the history
06/14/2023 CloudFormation schema refresh
  • Loading branch information
ewbankkit authored Jun 15, 2023
2 parents 222eb82 + 5bddaa4 commit 7ed7681
Show file tree
Hide file tree
Showing 147 changed files with 15,627 additions and 55 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
## 0.54.0 (Unreleased)

FEATURES:

* **New Data Source:** `awscc_athena_capacity_reservation`
* **New Data Source:** `awscc_athena_capacity_reservations`
* **New Data Source:** `awscc_cleanrooms_collaboration`
* **New Data Source:** `awscc_cleanrooms_collaborations`
* **New Data Source:** `awscc_cleanrooms_configured_table`
* **New Data Source:** `awscc_cleanrooms_configured_tables`
* **New Data Source:** `awscc_cleanrooms_membership`
* **New Data Source:** `awscc_cleanrooms_memberships`
* **New Data Source:** `awscc_mediaconnect_bridge`
* **New Data Source:** `awscc_mediaconnect_bridge_output`
* **New Data Source:** `awscc_mediaconnect_bridge_source`
* **New Data Source:** `awscc_mediaconnect_bridges`
* **New Data Source:** `awscc_mediaconnect_gateway`
* **New Data Source:** `awscc_mediaconnect_gateways`
* **New Data Source:** `awscc_rds_custom_db_engine_version`
* **New Data Source:** `awscc_rds_custom_db_engine_versions`
* **New Data Source:** `awscc_securityhub_standard`
* **New Resource:** `awscc_athena_capacity_reservation`
* **New Resource:** `awscc_cleanrooms_collaboration`
* **New Resource:** `awscc_cleanrooms_configured_table`
* **New Resource:** `awscc_cleanrooms_membership`
* **New Resource:** `awscc_mediaconnect_bridge`
* **New Resource:** `awscc_mediaconnect_bridge_output`
* **New Resource:** `awscc_mediaconnect_bridge_source`
* **New Resource:** `awscc_mediaconnect_gateway`
* **New Resource:** `awscc_rds_custom_db_engine_version`
* **New Resource:** `awscc_securityhub_standard`

## 0.53.0 (June 1, 2023)

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

# awscc_athena_capacity_reservation (Data Source)

Data Source schema for AWS::Athena::CapacityReservation



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

### Required

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

### Read-Only

- `allocated_dpus` (Number) The number of DPUs Athena has provisioned and allocated for the reservation
- `arn` (String) The Amazon Resource Name (ARN) of the specified capacity reservation
- `capacity_assignment_configuration` (Attributes) Assignment configuration to assign workgroups to a reservation (see [below for nested schema](#nestedatt--capacity_assignment_configuration))
- `creation_time` (String) The date and time the reservation was created.
- `last_successful_allocation_time` (String) The timestamp when the last successful allocated was made
- `name` (String) The reservation name.
- `status` (String) The status of the reservation.
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
- `target_dpus` (Number) The number of DPUs to request to be allocated to the reservation.

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

Read-Only:

- `capacity_assignments` (Attributes List) List of capacity assignments (see [below for nested schema](#nestedatt--capacity_assignment_configuration--capacity_assignments))

<a id="nestedatt--capacity_assignment_configuration--capacity_assignments"></a>
### Nested Schema for `capacity_assignment_configuration.capacity_assignments`

Read-Only:

- `workgroup_names` (List of String)



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

Read-Only:

- `key` (String)
- `value` (String)
21 changes: 21 additions & 0 deletions docs/data-sources/athena_capacity_reservations.md
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_athena_capacity_reservations Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::Athena::CapacityReservation
---

# awscc_athena_capacity_reservations (Data Source)

Plural Data Source schema for AWS::Athena::CapacityReservation



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

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
62 changes: 62 additions & 0 deletions docs/data-sources/cleanrooms_collaboration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_cleanrooms_collaboration Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::CleanRooms::Collaboration
---

# awscc_cleanrooms_collaboration (Data Source)

Data Source schema for AWS::CleanRooms::Collaboration



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

### Required

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

### Read-Only

- `arn` (String)
- `collaboration_identifier` (String)
- `creator_display_name` (String)
- `creator_member_abilities` (Set of String)
- `data_encryption_metadata` (Attributes) (see [below for nested schema](#nestedatt--data_encryption_metadata))
- `description` (String)
- `members` (Attributes List) (see [below for nested schema](#nestedatt--members))
- `name` (String)
- `query_log_status` (String)
- `tags` (Attributes Set) An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration. (see [below for nested schema](#nestedatt--tags))

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

Read-Only:

- `allow_cleartext` (Boolean)
- `allow_duplicates` (Boolean)
- `allow_joins_on_columns_with_different_names` (Boolean)
- `preserve_nulls` (Boolean)


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

Read-Only:

- `account_id` (String)
- `display_name` (String)
- `member_abilities` (Set of String)


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

Read-Only:

- `key` (String)
- `value` (String)
21 changes: 21 additions & 0 deletions docs/data-sources/cleanrooms_collaborations.md
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_cleanrooms_collaborations Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::CleanRooms::Collaboration
---

# awscc_cleanrooms_collaborations (Data Source)

Plural Data Source schema for AWS::CleanRooms::Collaboration



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

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
124 changes: 124 additions & 0 deletions docs/data-sources/cleanrooms_configured_table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_cleanrooms_configured_table Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::CleanRooms::ConfiguredTable
---

# awscc_cleanrooms_configured_table (Data Source)

Data Source schema for AWS::CleanRooms::ConfiguredTable



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

### Required

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

### Read-Only

- `allowed_columns` (List of String)
- `analysis_method` (String)
- `analysis_rules` (Attributes List) (see [below for nested schema](#nestedatt--analysis_rules))
- `arn` (String)
- `configured_table_identifier` (String)
- `description` (String)
- `name` (String)
- `table_reference` (Attributes) (see [below for nested schema](#nestedatt--table_reference))
- `tags` (Attributes Set) An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration. (see [below for nested schema](#nestedatt--tags))

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

Read-Only:

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

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

Read-Only:

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

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

Read-Only:

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

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

Read-Only:

- `aggregate_columns` (Attributes List) (see [below for nested schema](#nestedatt--analysis_rules--policy--v1--list--aggregate_columns))
- `dimension_columns` (List of String)
- `join_columns` (List of String)
- `join_required` (String)
- `output_constraints` (Attributes List) (see [below for nested schema](#nestedatt--analysis_rules--policy--v1--list--output_constraints))
- `scalar_functions` (List of String)

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

Read-Only:

- `column_names` (List of String)
- `function` (String)


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

Read-Only:

- `column_name` (String)
- `minimum` (Number)
- `type` (String)



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

Read-Only:

- `join_columns` (List of String)
- `list_columns` (List of String)





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

Read-Only:

- `glue` (Attributes) (see [below for nested schema](#nestedatt--table_reference--glue))

<a id="nestedatt--table_reference--glue"></a>
### Nested Schema for `table_reference.glue`

Read-Only:

- `database_name` (String)
- `table_name` (String)



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

Read-Only:

- `key` (String)
- `value` (String)
21 changes: 21 additions & 0 deletions docs/data-sources/cleanrooms_configured_tables.md
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_cleanrooms_configured_tables Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Plural Data Source schema for AWS::CleanRooms::ConfiguredTable
---

# awscc_cleanrooms_configured_tables (Data Source)

Plural Data Source schema for AWS::CleanRooms::ConfiguredTable



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

### Read-Only

- `id` (String) Uniquely identifies the data source.
- `ids` (Set of String) Set of Resource Identifiers.
38 changes: 38 additions & 0 deletions docs/data-sources/cleanrooms_membership.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_cleanrooms_membership Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::CleanRooms::Membership
---

# awscc_cleanrooms_membership (Data Source)

Data Source schema for AWS::CleanRooms::Membership



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

### Required

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

### Read-Only

- `arn` (String)
- `collaboration_arn` (String)
- `collaboration_creator_account_id` (String)
- `collaboration_identifier` (String)
- `membership_identifier` (String)
- `query_log_status` (String)
- `tags` (Attributes Set) An arbitrary set of tags (key-value pairs) for this cleanrooms membership. (see [below for nested schema](#nestedatt--tags))

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

Read-Only:

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

0 comments on commit 7ed7681

Please sign in to comment.