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 #2039 from hashicorp/f-09-25-2024-schema-updates
09/25/2024 CloudFormation schema refresh
- Loading branch information
Showing
99 changed files
with
6,883 additions
and
996 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,41 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_amazonmq_configuration Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::AmazonMQ::Configuration | ||
--- | ||
|
||
# awscc_amazonmq_configuration (Data Source) | ||
|
||
Data Source schema for AWS::AmazonMQ::Configuration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `arn` (String) The Amazon Resource Name (ARN) of the Amazon MQ configuration. | ||
- `authentication_strategy` (String) The authentication strategy associated with the configuration. The default is SIMPLE. | ||
- `configuration_id` (String) The ID of the Amazon MQ configuration. | ||
- `data` (String) The base64-encoded XML configuration. | ||
- `description` (String) The description of the configuration. | ||
- `engine_type` (String) The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations. | ||
- `engine_version` (String) The version of the broker engine. | ||
- `name` (String) The name of the configuration. | ||
- `revision` (String) The revision number of the configuration. | ||
- `tags` (Attributes List) Create tags when creating the configuration. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<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_amazonmq_configurations Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::AmazonMQ::Configuration | ||
--- | ||
|
||
# awscc_amazonmq_configurations (Data Source) | ||
|
||
Plural Data Source schema for AWS::AmazonMQ::Configuration | ||
|
||
|
||
|
||
<!-- 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
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
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,52 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_amazonmq_configuration Resource - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Resource Type definition for AWS::AmazonMQ::Configuration | ||
--- | ||
|
||
# awscc_amazonmq_configuration (Resource) | ||
|
||
Resource Type definition for AWS::AmazonMQ::Configuration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `data` (String) The base64-encoded XML configuration. | ||
- `engine_type` (String) The type of broker engine. Note: Currently, Amazon MQ only supports ACTIVEMQ for creating and editing broker configurations. | ||
- `name` (String) The name of the configuration. | ||
|
||
### Optional | ||
|
||
- `authentication_strategy` (String) The authentication strategy associated with the configuration. The default is SIMPLE. | ||
- `description` (String) The description of the configuration. | ||
- `engine_version` (String) The version of the broker engine. | ||
- `tags` (Attributes List) Create tags when creating the configuration. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
### Read-Only | ||
|
||
- `arn` (String) The Amazon Resource Name (ARN) of the Amazon MQ configuration. | ||
- `configuration_id` (String) The ID of the Amazon MQ configuration. | ||
- `id` (String) Uniquely identifies the resource. | ||
- `revision` (String) The revision number of the configuration. | ||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Optional: | ||
|
||
- `key` (String) | ||
- `value` (String) | ||
|
||
## Import | ||
|
||
Import is supported using the following syntax: | ||
|
||
```shell | ||
$ terraform import awscc_amazonmq_configuration.example "id" | ||
``` |
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
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
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 @@ | ||
$ terraform import awscc_amazonmq_configuration.example "id" |
54 changes: 54 additions & 0 deletions
54
internal/aws/amazonmq/configuration_plural_data_source_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
internal/aws/amazonmq/configuration_plural_data_source_gen_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.