Interface for the ServiceDataRuleGroup

interface ServiceDataRuleGroup {
    overrideAction: {
        type:
            | "COUNT"
            | "NONE"
            | "ALLOW"
            | "DENY";
    };
    ruleGroupArn?: string;
    ruleGroupType: "RuleGroup";
}

Hierarchy (view full)

Properties

overrideAction: {
    type:
        | "COUNT"
        | "NONE"
        | "ALLOW"
        | "DENY";
}
ruleGroupArn?: string
ruleGroupType