Interface for the ServiceDataAbstactRuleGroup

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

Hierarchy (view full)

Properties

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