Get Contributor Managed Insight Rules Managed Rule
data class GetContributorManagedInsightRulesManagedRule(val resourceArn: String, val ruleStates: List<GetContributorManagedInsightRulesManagedRuleRuleState>, val templateName: String)
Constructors
Link copied to clipboard
constructor(resourceArn: String, ruleStates: List<GetContributorManagedInsightRulesManagedRuleRuleState>, templateName: String)
Properties
Link copied to clipboard
ARN of an Amazon Web Services resource that has managed Contributor Insights rules.
Link copied to clipboard
Describes the state of a managed rule. If the rule is enabled, it contains information about the Contributor Insights rule that contains information about the related Amazon Web Services resource. See rule_state reference
below for details.
Link copied to clipboard
Template name for the managed rule. Used to enable managed rules using PutManagedInsightRules
.