Interface SecurityGroupRuleLocation

interface SecurityGroupRuleLocation {
    cidrBlocks?: any;
    ipv6CidrBlocks?: any;
    sourceSecurityGroupId?: any;
}

Implemented by

Properties

cidrBlocks?: any

List of CIDR blocks. Cannot be specified with sourceSecurityGroupId.

ipv6CidrBlocks?: any

List of IPv6 CIDR blocks.

sourceSecurityGroupId?: any

The security group id to allow access to/from, depending on the type. Cannot be specified with cidrblocks.

Generated using TypeDoc