MDAA TS Docs
    Preparing search index...
    interface MdaaCidrPeer {
        cidr: string;
        description?: string;
        port?: number;
        protocol: string;
        suppressions?: NagPackSuppression[];
        toPort?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cidr: string

    CIDR block specification for network access control in security group rules enabling IP

    description?: string
    port?: number
    protocol: string
    suppressions?: NagPackSuppression[]
    toPort?: number

    The ending port number for the security group rule defining the upper bound of the port range