GetSecurityGroupRulesPlainArgs

data class GetSecurityGroupRulesPlainArgs(val direction: String? = null, val groupId: String, val ipProtocol: String? = null, val nicType: String? = null, val outputFile: String? = null, val policy: String? = null) : ConvertibleToJava<GetSecurityGroupRulesPlainArgs>

A collection of arguments for invoking getSecurityGroupRules.

Constructors

Link copied to clipboard
constructor(direction: String? = null, groupId: String, ipProtocol: String? = null, nicType: String? = null, outputFile: String? = null, policy: String? = null)

Properties

Link copied to clipboard
val direction: String? = null

Authorization direction. Valid values are: ingress or egress.

Link copied to clipboard

The ID of the security group that owns the rules.

Link copied to clipboard
val ipProtocol: String? = null

The IP protocol. Valid values are: tcp, udp, icmp, gre and all.

Link copied to clipboard
val nicType: String? = null

Refers to the network type. Can be either internet or intranet. The default value is internet.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val policy: String? = null

Authorization policy. Can be either accept or drop. The default value is accept.

Functions

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