Security Group Rule Args
data class SecurityGroupRuleArgs(val cidrIp: Output<String>? = null, val description: Output<String>? = null, val ipProtocol: Output<String>? = null, val ipv6CidrIp: Output<String>? = null, val nicType: Output<String>? = null, val policy: Output<String>? = null, val portRange: Output<String>? = null, val prefixListId: Output<String>? = null, val priority: Output<Int>? = null, val securityGroupId: Output<String>? = null, val sourceGroupOwnerAccount: Output<String>? = null, val sourceSecurityGroupId: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<SecurityGroupRuleArgs>
Constructors
Link copied to clipboard
fun SecurityGroupRuleArgs(cidrIp: Output<String>? = null, description: Output<String>? = null, ipProtocol: Output<String>? = null, ipv6CidrIp: Output<String>? = null, nicType: Output<String>? = null, policy: Output<String>? = null, portRange: Output<String>? = null, prefixListId: Output<String>? = null, priority: Output<Int>? = null, securityGroupId: Output<String>? = null, sourceGroupOwnerAccount: Output<String>? = null, sourceSecurityGroupId: Output<String>? = null, type: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The range of port numbers relevant to the IP protocol. Default to "-1/-1". When the protocol is tcp or udp, each side port number range from 1 to 65535 and '-1/-1' will be invalid. For example, 1/200
means that the range of the port numbers is 1-200. Other protocols' 'port_range' can only be "-1/-1", and other values will be invalid.
Link copied to clipboard