Skip to content

Commit

Permalink
Merge pull request #304 from dhoppe/patch-1
Browse files Browse the repository at this point in the history
Update documentation of attributes
  • Loading branch information
JasperPaul authored Oct 8, 2024
2 parents cdb699d + 42d72f7 commit 1d56f7a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/resources/amazon_monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ output "rolearn" {
description = "AWS rolearn : "
value = data.aws_iam_role.role_arn.arn
}
```

## Attributes Reference
Expand All @@ -177,11 +173,10 @@ output "rolearn" {
* `display_name` (String) Display name for the AWS monitor.
* `role_arn` (String) Role ARN for the AWS account.
* `external_id` (String) External ID for the AWS account.
* `aws_discover_services` (List of String) List of AWS services that needs to be discovered. Please refer [API documentation](https://www.site24x7.com/help/api/#aws_discover_services) for knowing AWS service ID's.

### Optional

* `id` (String) The ID of this resource.
* `aws_discover_services` (List of String) List of AWS services that needs to be discovered. Please refer [API documentation](https://www.site24x7.com/help/api/#aws_discover_services) for knowing AWS service ID's.
* `aws_discovery_frequency` (Number) Rediscovery polling interval for the AWS account. Please refer [API documentation](https://www.site24x7.com/help/api/#aws_discover_frequency) for knowing values that can be configured.
* `notification_profile_id` (String) Notification profile to be associated with the monitor. Either specify notification_profile_id or notification_profile_name. If notification_profile_id and notification_profile_name are omitted, the first profile returned by the /api/notification_profiles endpoint will be used.
* `notification_profile_name` (String) Name of the notification profile to be associated with the monitor. Profile name matching works for both exact and partial match.
Expand All @@ -191,5 +186,8 @@ output "rolearn" {
* `tag_names` (List of String) List of tag names to be associated to the monitor. Tag name matching works for both exact and partial match. Either specify tag_ids or tag_names.
* `third_party_service_ids` (List of String) List of Third Party Service IDs to be associated to the monitor.

Refer [API documentation](https://www.site24x7.com/help/api/#amazon-webservice-monitor) for more information about attributes.
### Output

* `id` (String) The ID of this resource.

Refer [API documentation](https://www.site24x7.com/help/api/#amazon-webservice-monitor) for more information about attributes.

0 comments on commit 1d56f7a

Please sign in to comment.