Security Group Ingress
data class SecurityGroupIngress(val cidrBlocks: List<String>? = null, val description: String? = null, val fromPort: Int, val ipv6CidrBlocks: List<String>? = null, val prefixListIds: List<String>? = null, val protocol: String, val securityGroups: List<String>? = null, val self: Boolean? = null, val toPort: Int)
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Protocol. If you select a protocol of -1
(semantically equivalent to all
, which is not a valid value here), you must specify a from_port
and to_port
equal to 0. The supported values are defined in the IpProtocol
argument on the IpPermission API reference. The following arguments are optional: