generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1002 from hashicorp/f-06-14-2023-schema-updates
06/14/2023 CloudFormation schema refresh
- Loading branch information
Showing
147 changed files
with
15,627 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.