Options
All
  • Public
  • Public/Protected
  • All
Menu

Security group rule configuration. Used to define a security group rule.

Hierarchy

  • SecurityGroupRuleConfig

Implements

Index

Constructors

Properties

description: "" = ''

A Description for the security group rule.

fromPort: undefined = undefined

The port to start from in the security group rule.

port: undefined = undefined

The port to include in the security group rule.

An array of sources for the security group rule.

remarks

Valid sources are CIDR ranges, security group rules, prefix lists, and subnets.

see

SecurityGroupSourceConfig | PrefixListSourceConfig | SubnetSourceConfig

tcpPorts: never[] = []

An array of TCP ports to include in the security group rule.

toPort: undefined = undefined

The port to end with in the security group rule.

types: never[] = []

An array of protocol types to include in the security group rule.

see

NetworkConfigTypes.securityGroupRuleTypeEnum

udpPorts: never[] = []

An array of UDP ports to include in the security group rule.

Generated using TypeDoc