MDAA TS Docs
    Preparing search index...
    interface NifiNetworkOptions {
        additionalEfsIngressSecurityGroupIds?: string[];
        httpsPort?: number;
        securityGroupIngressIPv4s?: string[];
        securityGroupIngressSGs?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalEfsIngressSecurityGroupIds?: string[]

    Security groups which will be provided ingress access to the Nifi cluster EFS security group. These may also be specified globally.

    httpsPort?: number

    HTTPS port for the NiFi web interface and API. Must be 1024-65535.

    securityGroupIngressIPv4s?: string[]

    IPv4 CIDRs which will be provided ingress access to the Nifi cluster security group. These may also be specified globally.

    securityGroupIngressSGs?: string[]

    Security groups which will be provided ingress access to the Nifi cluster security group. These may also be specified globally.