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 #2165 from hashicorp/2025-01-16-schema-updates
2025-01-16 Schema Updates
- Loading branch information
Showing
125 changed files
with
10,969 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
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,27 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_notifications_channel_association Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Notifications::ChannelAssociation | ||
--- | ||
|
||
# awscc_notifications_channel_association (Data Source) | ||
|
||
Data Source schema for AWS::Notifications::ChannelAssociation | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `arn` (String) ARN identifier of the channel. | ||
Example: arn:aws:chatbot::123456789012:chat-configuration/slack-channel/security-ops | ||
- `notification_configuration_arn` (String) ARN identifier of the NotificationConfiguration. | ||
Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1 |
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,40 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_notifications_event_rule Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Notifications::EventRule | ||
--- | ||
|
||
# awscc_notifications_event_rule (Data Source) | ||
|
||
Data Source schema for AWS::Notifications::EventRule | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `arn` (String) | ||
- `creation_time` (String) | ||
- `event_pattern` (String) | ||
- `event_type` (String) | ||
- `managed_rules` (List of String) | ||
- `notification_configuration_arn` (String) | ||
- `regions` (List of String) | ||
- `source` (String) | ||
- `status_summary_by_region` (Attributes Map) (see [below for nested schema](#nestedatt--status_summary_by_region)) | ||
|
||
<a id="nestedatt--status_summary_by_region"></a> | ||
### Nested Schema for `status_summary_by_region` | ||
|
||
Read-Only: | ||
|
||
- `reason` (String) | ||
- `status` (String) |
38 changes: 38 additions & 0 deletions
38
docs/data-sources/notifications_notification_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,38 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "awscc_notifications_notification_configuration Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Data Source schema for AWS::Notifications::NotificationConfiguration | ||
--- | ||
|
||
# awscc_notifications_notification_configuration (Data Source) | ||
|
||
Data Source schema for AWS::Notifications::NotificationConfiguration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Uniquely identifies the resource. | ||
|
||
### Read-Only | ||
|
||
- `aggregation_duration` (String) | ||
- `arn` (String) | ||
- `creation_time` (String) | ||
- `description` (String) | ||
- `name` (String) | ||
- `status` (String) | ||
- `tags` (Attributes List) A list of tags that are attached to the role. (see [below for nested schema](#nestedatt--tags)) | ||
|
||
<a id="nestedatt--tags"></a> | ||
### Nested Schema for `tags` | ||
|
||
Read-Only: | ||
|
||
- `key` (String) | ||
- `value` (String) |
21 changes: 21 additions & 0 deletions
21
docs/data-sources/notifications_notification_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_notifications_notification_configurations Data Source - terraform-provider-awscc" | ||
subcategory: "" | ||
description: |- | ||
Plural Data Source schema for AWS::Notifications::NotificationConfiguration | ||
--- | ||
|
||
# awscc_notifications_notification_configurations (Data Source) | ||
|
||
Plural Data Source schema for AWS::Notifications::NotificationConfiguration | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Uniquely identifies the data source. | ||
- `ids` (Set of String) Set of Resource Identifiers. |
Oops, something went wrong.