Port Args
data class PortArgs(val accessDirection: Output<String>? = null, val accessFrom: Output<String>? = null, val accessType: Output<String>? = null, val cidrListAliases: Output<List<String>>? = null, val cidrs: Output<List<String>>? = null, val commonName: Output<String>? = null, val fromPort: Output<Int>? = null, val ipv6Cidrs: Output<List<String>>? = null, val protocol: Output<String>? = null, val toPort: Output<Int>? = null) : ConvertibleToJava<PortArgs>
Definition of Port
Constructors
Link copied to clipboard
constructor(accessDirection: Output<String>? = null, accessFrom: Output<String>? = null, accessType: Output<String>? = null, cidrListAliases: Output<List<String>>? = null, cidrs: Output<List<String>>? = null, commonName: Output<String>? = null, fromPort: Output<Int>? = null, ipv6Cidrs: Output<List<String>>? = null, protocol: Output<String>? = null, toPort: Output<Int>? = null)
Properties
Link copied to clipboard
Access Direction for Protocol of the Instance(inbound/outbound).
Link copied to clipboard
Access From Protocol of the Instance.
Link copied to clipboard
Access Type Protocol of the Instance.
Link copied to clipboard
cidr List Aliases
Link copied to clipboard
CommonName for Protocol of the Instance.