Get Custom Rule Policy
| configservice_get_custom_rule_policy | R Documentation | 
Returns the policy definition containing the logic for your Config Custom Policy rule¶
Description¶
Returns the policy definition containing the logic for your Config Custom Policy rule.
Usage¶
configservice_get_custom_rule_policy(ConfigRuleName)
Arguments¶
| ConfigRuleName | The name of your Config Custom Policy rule. | 
Value¶
A list with the following syntax:
list(
  PolicyText = "string"
)
Request syntax¶
svc$get_custom_rule_policy(
  ConfigRuleName = "string"
)