generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 124
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 #1536 from hashicorp/f-04-10-2024-schema-updates
04/11/2024 CloudFormation schema refresh
- Loading branch information
Showing
15 changed files
with
5,185 additions
and
152 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,50 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_cleanrooms_privacy_budget_template Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::CleanRooms::PrivacyBudgetTemplate | ||
--- | ||
|
||
# awscc_cleanrooms_privacy_budget_template (Data Source) | ||
|
||
Data Source schema for AWS::CleanRooms::PrivacyBudgetTemplate | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `arn` (String) | ||
- `auto_refresh` (String) | ||
- `collaboration_arn` (String) | ||
- `collaboration_identifier` (String) | ||
- `membership_arn` (String) | ||
- `membership_identifier` (String) | ||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters)) | ||
- `privacy_budget_template_identifier` (String) | ||
- `privacy_budget_type` (String) | ||
- `tags` (Attributes List) An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<a id="nestedatt--parameters"></a> | ||
### Nested Schema for `parameters` | ||
|
||
Read-Only: | ||
|
||
- `epsilon` (Number) | ||
- `users_noise_per_query` (Number) | ||
|
||
|
||
<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,61 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_cleanrooms_privacy_budget_template Resource - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Represents a privacy budget within a collaboration | ||
--- | ||
|
||
# awscc_cleanrooms_privacy_budget_template (Resource) | ||
|
||
Represents a privacy budget within a collaboration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `auto_refresh` (String) | ||
- `membership_identifier` (String) | ||
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters)) | ||
- `privacy_budget_type` (String) | ||
|
||
### Optional | ||
|
||
- `tags` (Attributes List) An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
### Read-Only | ||
|
||
- `arn` (String) | ||
- `collaboration_arn` (String) | ||
- `collaboration_identifier` (String) | ||
- `id` (String) Uniquely identifies the resource. | ||
- `membership_arn` (String) | ||
- `privacy_budget_template_identifier` (String) | ||
|
||
<a id="nestedatt--parameters"></a> | ||
### Nested Schema for `parameters` | ||
|
||
Required: | ||
|
||
- `epsilon` (Number) | ||
- `users_noise_per_query` (Number) | ||
|
||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Required: | ||
|
||
- `key` (String) | ||
- `value` (String) | ||
|
||
## Import | ||
|
||
Import is supported using the following syntax: | ||
|
||
```shell | ||
$ terraform import awscc_cleanrooms_privacy_budget_template.example <resource ID> | ||
``` |
1 change: 1 addition & 0 deletions
1
examples/resources/awscc_cleanrooms_privacy_budget_template/import.sh
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 @@ | ||
$ terraform import awscc_cleanrooms_privacy_budget_template.example <resource ID> |
Oops, something went wrong.