interface RuntimeProps {
    AllAwsRegions: string[];
    Guidance: Guidance;
    GuidanceSummary: string[];
    ManagedRuleCapacity: number;
    PostProcess: ProcessProperties;
    PreProcess: ProcessProperties;
    Pricing: ResourcePrices;
}

Properties

AllAwsRegions: string[]
Guidance: Guidance
GuidanceSummary: string[]
ManagedRuleCapacity: number
PostProcess: ProcessProperties
PreProcess: ProcessProperties