Object: Integration-Violation Trigger Rule
What is this object and why do I care about it?
The Integration Violation Trigger Rule object is responsible for determining whether an Integration should run in response to a change in Violation status.
The Rule object has many fields named Match*
. These fields are logically ANDed together. When a Match field is omitted, it matches all values.
Lifecycle
This resource can only be created/updated/deleted thru OrgFormation.
OrgFormation
Pyrae::Integration::ViolationTriggerRule Reference
Sample:
OfnResources:
MyResource:
Type: "Pyrae::Integration::ViolationTriggerRule"
Properties:
Name: "MyResource" # optional
IntegrationUrn: "urn:pyrae:..."
MatchResourceUrn: "urn:pyrae:..." # optional
MatchTeamUrn: "urn:pyrae:..." # optional
MatchSubteamUrns: true # optional
MatchPolicyUrn: "urn:pyrae:..." # optional
UseExprPreset: "SLACK_SEND_MESSAGE_TO_CHANNEL"
Pyrae Policy Engine
If you're concerned about monitoring policies in your organization, our Policy Engine can monitor your infrastructure and provide actionable alerts.
Contact Us