Interface AutoUpdatedManagedIpSetsConfig

Interface for AutoUpdatedManagedIpSets Stacks in the Firewall Factory

interface AutoUpdatedManagedIpSetsConfig {
    General: {
        Prefix: string;
    };
    ManagedIpSets: ManagedIpSet[];
}

Properties

General: {
    Prefix: string;
}

Type declaration

  • ReadonlyPrefix: string

    Defines a Prefix which will be added to all resources.

ManagedIpSets: ManagedIpSet[]