WorkerSecurityGroupRule interface

One ingress permission on a worker security group, flattened for launch-UI port hints. protocol is "tcp" | "udp" | "icmp" | "-1" — "-1" means all traffic (ports are 0 and the rule covers every port).

Signature:

export interface WorkerSecurityGroupRule

Properties

Property Type Description

cidrs

string[]

description

string

First non-empty description across the rule’s CIDR ranges.

fromPort

number

protocol

string

toPort

number