Skip to content

Commit

Permalink
Update docs (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWang-TrendMicro authored Nov 6, 2023
1 parent 1732529 commit 47afc7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,9 @@ resource "conformity_communication_setting" "comm_setting" {
// "ISO27001" "AGISM" "ASAE-3150" "MAS" "FEDRAMP"
compliances = []
// optional | type: array of string
// (only used for SNS and webhook channels) An array of statuses strings from the following: "SUCCESS" | "FAILURE"
statuses = []
// optional | type: array of string
filter_tags = []
// optional | type: string
// "global" "us-east-1" "us-east-2" "us-west-1" "us-west-2" "ap-south-1" "ap-northeast-2" "ap-southeast-1" "ap-southeast-2"
// "ap-northeast-1" "eu-central-1" "eu-west-1" "eu-west-2" "eu-west-3" "eu-north-1" "sa-east-1" "ca-central-1"
Expand Down Expand Up @@ -258,6 +253,11 @@ resource "conformity_communication_setting" "comm_setting" {
# "MySQL" "PostgreSQL" "Sql" "Monitor" "AppService" "Network" "ActivityLog" "VirtualMachines" "AKS" "KeyVault" "Locks" "AccessControl" "Advisor" "RecoveryServices"
# "Resources" "Subscriptions" "CosmosDB" "RedisCache" "Search" "AppInsights"
services = []
// optional | type: array of string
// (only used for SNS and webhook channels) An array of statuses strings from the following: "SUCCESS" | "FAILURE"
statuses = []
// optional | type: array of string
// An array of any assigned metadata tags to your AWS resources.
tags = []
Expand Down
1 change: 1 addition & 0 deletions docs/resources/conformity_communication_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Other arguments:
* `rule_ids` (Array of String) - (Optional) An array of valid rule Ids (e.g. ["S3-016", "EC2-001"]). For more information about rules, please refer to https://cloudone.trendmicro.com/docs/conformity/api-reference/tag/Settings#tag/Services/paths/~1services/get.
* `services` (Array of String) - (Optional) An array of AWS service strings from the following:
AutoScaling | CloudConformity | CloudFormation | CloudFront | CloudTrail | CloudWatch | CloudWatchEvents | CloudWatchLogs | Config | DynamoDB | EBS | EC2 | ElastiCache | Elasticsearch | ELB | IAM | KMS | RDS | Redshift | ResourceGroup | Route53 | S3 | SES | SNS | SQS | VPC | WAF | ACM | Inspector | TrustedAdvisor | Shield | EMR | Lambda | Support | Organizations | Kinesis | EFS
* `statuses` (only used for SNS and webhook channels) An array of statuses strings from the following: SUCCESS | FAILURE
* `tags` (Array of String) - (Optional) An array of any assigned metadata tags to your resources.

- `relationships` - (Optional) List:
Expand Down

0 comments on commit 47afc7a

Please sign in to comment.