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 #1349 from hashicorp/f-11-29-2023-schema-updates
11/29/2023 CloudFormation schema refresh
- Loading branch information
Showing
293 changed files
with
26,588 additions
and
2,129 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
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_backup_restore_testing_plan Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Backup::RestoreTestingPlan | ||
--- | ||
|
||
# awscc_backup_restore_testing_plan (Data Source) | ||
|
||
Data Source schema for AWS::Backup::RestoreTestingPlan | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `recovery_point_selection` (Attributes) (see [below for nested schema](#nestedatt--recovery_point_selection)) | ||
- `restore_testing_plan_arn` (String) | ||
- `restore_testing_plan_name` (String) | ||
- `schedule_expression` (String) | ||
- `schedule_expression_timezone` (String) | ||
- `start_window_hours` (Number) | ||
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<a id="nestedatt--recovery_point_selection"></a> | ||
### Nested Schema for `recovery_point_selection` | ||
|
||
Read-Only: | ||
|
||
- `algorithm` (String) | ||
- `exclude_vaults` (List of String) | ||
- `include_vaults` (List of String) | ||
- `recovery_point_types` (List of String) | ||
- `selection_window_days` (Number) | ||
|
||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Read-Only: | ||
|
||
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. | ||
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. |
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_backup_restore_testing_plans Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::Backup::RestoreTestingPlan | ||
--- | ||
|
||
# awscc_backup_restore_testing_plans (Data Source) | ||
|
||
Plural Data Source schema for AWS::Backup::RestoreTestingPlan | ||
|
||
|
||
|
||
<!-- 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,56 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_backup_restore_testing_selection Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Backup::RestoreTestingSelection | ||
--- | ||
|
||
# awscc_backup_restore_testing_selection (Data Source) | ||
|
||
Data Source schema for AWS::Backup::RestoreTestingSelection | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `iam_role_arn` (String) | ||
- `protected_resource_arns` (List of String) | ||
- `protected_resource_conditions` (Attributes) (see [below for nested schema](#nestedatt--protected_resource_conditions)) | ||
- `protected_resource_type` (String) | ||
- `restore_metadata_overrides` (Map of String) | ||
- `restore_testing_plan_name` (String) | ||
- `restore_testing_selection_name` (String) | ||
- `validation_window_hours` (Number) | ||
|
||
<a id="nestedatt--protected_resource_conditions"></a> | ||
### Nested Schema for `protected_resource_conditions` | ||
|
||
Read-Only: | ||
|
||
- `string_equals` (Attributes List) (see [below for nested schema](#nestedatt--protected_resource_conditions--string_equals)) | ||
- `string_not_equals` (Attributes List) (see [below for nested schema](#nestedatt--protected_resource_conditions--string_not_equals)) | ||
|
||
<a id="nestedatt--protected_resource_conditions--string_equals"></a> | ||
### Nested Schema for `protected_resource_conditions.string_equals` | ||
|
||
Read-Only: | ||
|
||
- `key` (String) | ||
- `value` (String) | ||
|
||
|
||
<a id="nestedatt--protected_resource_conditions--string_not_equals"></a> | ||
### Nested Schema for `protected_resource_conditions.string_not_equals` | ||
|
||
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_backup_restore_testing_selections Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::Backup::RestoreTestingSelection | ||
--- | ||
|
||
# awscc_backup_restore_testing_selections (Data Source) | ||
|
||
Plural Data Source schema for AWS::Backup::RestoreTestingSelection | ||
|
||
|
||
|
||
<!-- 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
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,39 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_codestarconnections_repository_link Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::CodeStarConnections::RepositoryLink | ||
--- | ||
|
||
# awscc_codestarconnections_repository_link (Data Source) | ||
|
||
Data Source schema for AWS::CodeStarConnections::RepositoryLink | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `connection_arn` (String) The Amazon Resource Name (ARN) of the CodeStarConnection. The ARN is used as the connection reference when the connection is shared between AWS services. | ||
- `encryption_key_arn` (String) The ARN of the KMS key that the customer can optionally specify to use to encrypt RepositoryLink properties. If not specified, a default key will be used. | ||
- `owner_id` (String) the ID of the entity that owns the repository. | ||
- `provider_type` (String) The name of the external provider where your third-party code repository is configured. | ||
- `repository_link_arn` (String) A unique Amazon Resource Name (ARN) to designate the repository link. | ||
- `repository_link_id` (String) A UUID that uniquely identifies the RepositoryLink. | ||
- `repository_name` (String) The repository for which the link is being created. | ||
- `tags` (Attributes List) Specifies the tags applied to a RepositoryLink. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Read-Only: | ||
|
||
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, , ., /, =, +, and -. | ||
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, , ., /, =, +, and -. |
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_codestarconnections_repository_links Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::CodeStarConnections::RepositoryLink | ||
--- | ||
|
||
# awscc_codestarconnections_repository_links (Data Source) | ||
|
||
Plural Data Source schema for AWS::CodeStarConnections::RepositoryLink | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Uniquely identifies the data source. | ||
- `ids` (Set of String) Set of Resource Identifiers. |
32 changes: 32 additions & 0 deletions
32
docs/data-sources/codestarconnections_sync_configuration.md
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,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_codestarconnections_sync_configuration Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::CodeStarConnections::SyncConfiguration | ||
--- | ||
|
||
# awscc_codestarconnections_sync_configuration (Data Source) | ||
|
||
Data Source schema for AWS::CodeStarConnections::SyncConfiguration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `branch` (String) The name of the branch of the repository from which resources are to be synchronized, | ||
- `config_file` (String) The source provider repository path of the sync configuration file of the respective SyncType. | ||
- `owner_id` (String) the ID of the entity that owns the repository. | ||
- `provider_type` (String) The name of the external provider where your third-party code repository is configured. | ||
- `repository_link_id` (String) A UUID that uniquely identifies the RepositoryLink that the SyncConfig is associated with. | ||
- `repository_name` (String) The name of the repository that is being synced to. | ||
- `resource_name` (String) The name of the resource that is being synchronized to the repository. | ||
- `role_arn` (String) The IAM Role that allows AWS to update CloudFormation stacks based on content in the specified repository. | ||
- `sync_type` (String) The type of resource synchronization service that is to be configured, for example, CFN_STACK_SYNC. |
21 changes: 21 additions & 0 deletions
21
docs/data-sources/codestarconnections_sync_configurations.md
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_codestarconnections_sync_configurations Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::CodeStarConnections::SyncConfiguration | ||
--- | ||
|
||
# awscc_codestarconnections_sync_configurations (Data Source) | ||
|
||
Plural Data Source schema for AWS::CodeStarConnections::SyncConfiguration | ||
|
||
|
||
|
||
<!-- 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
Oops, something went wrong.