Get Security Group Rules Plain Args
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.