DefaultSecurityGroupIngressArgs

data class DefaultSecurityGroupIngressArgs(val cidrBlocks: Output<List<String>>? = null, val description: Output<String>? = null, val fromPort: Output<Int>, val ipv6CidrBlocks: Output<List<String>>? = null, val prefixListIds: Output<List<String>>? = null, val protocol: Output<String>, val securityGroups: Output<List<String>>? = null, val self: Output<Boolean>? = null, val toPort: Output<Int>) : ConvertibleToJava<DefaultSecurityGroupIngressArgs>

Constructors

Link copied to clipboard
fun DefaultSecurityGroupIngressArgs(cidrBlocks: Output<List<String>>? = null, description: Output<String>? = null, fromPort: Output<Int>, ipv6CidrBlocks: Output<List<String>>? = null, prefixListIds: Output<List<String>>? = null, protocol: Output<String>, securityGroups: Output<List<String>>? = null, self: Output<Boolean>? = null, toPort: Output<Int>)

Functions

Link copied to clipboard
open override fun toJava(): DefaultSecurityGroupIngressArgs

Properties

Link copied to clipboard
val cidrBlocks: Output<List<String>>? = null
Link copied to clipboard
val description: Output<String>? = null

Description of the security group.

Link copied to clipboard
val fromPort: Output<Int>
Link copied to clipboard
val ipv6CidrBlocks: Output<List<String>>? = null
Link copied to clipboard
val prefixListIds: Output<List<String>>? = null
Link copied to clipboard
val protocol: Output<String>
Link copied to clipboard
val securityGroups: Output<List<String>>? = null
Link copied to clipboard
val self: Output<Boolean>? = null
Link copied to clipboard
val toPort: Output<Int>